How Google helped destroy adoption of RSS feeds
How Google helped destroy adoption of RSS feeds
Sorry
How Google helped destroy adoption of RSS feeds
Sorry
But it's clear that Google has a history of building products with RSS and killing the RSS support once it's established a user base.
Not only RSS. It was the same with XMPP, and probably other things I don't remember now. Better don't rely on Google products.
I will say I just found the RSS feeds for News, like as of 2 days ago.
Care to share it? :)
https://news.google.com/rss will redirect to a feed for the top content in your region.
You can also make a search and paste that URL into your feed reader and it will find the feed to subscribe to that search.
you could always write a scraper but javascript makes this a non-trivial task
Just import a headless web browser into your scraper, of course! Couldn't be easier 🙄
The browser had a built-in RSS button that would display in the browser location bar when any website you're on had an RSS feed available. Clicking the button would then take you to the RSS feed for that web page
How would this work? Do websites with rss feeds normally publish the url to that feed in some standard place? Are there any third party extensions that do it?
How would this work? Do websites with rss feeds normally publish the url to that feed in some standard place?
feeds are usually advertised in the page header as below, with type
set to either application/rss+xml
or application/atom+xml
.
html
<head> <link rel="alternate" type="application/rss+xml" title="Example Feed" href="https://example.com/feed/" /> </head>
Are there any third party extensions that do it?
i don't know about chrom[e|ium], but i use Awesome RSS for firefox.
I believe there is a standard
<meta>
tag for an RSS feedAlso, some (most?) RSS readers don't need the path to the feed directly. You give them the regular URL and they'll figure it out. TinyTinyRSS does it.
Yes, they do. In no particular order:
Business as usual at Google.
Google is a fucking nightmare. I‘m not gonna cite the article but damn they employed every dirty trick in the book it seems. The more I learn about EEE the more it disgusts me. All in the name of manipulation, monopoly and money.
E.E.E.
They did the same with Flash with the help of adobe.
i found some info (via gemini)