How Google helped destroy adoption of RSS feeds
How Google helped destroy adoption of RSS feeds
Shamot @jlai.lu
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.
42 1 Replypixelscript @lemmy.ml cough cough gmail
(I use gmail and need to stop)4 0 ReplyMidnight1938 @reddthat.com What gmail do? Except the usual data tomfoolery
2 0 Reply
Scott @sh.itjust.works
I will say I just found the RSS feeds for News, like as of 2 days ago.
24 0 ReplyAtariDump @lemmy.world Care to share it? :)
6 0 ReplyScott @sh.itjust.works
kevincox @lemmy.ml
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.
2 0 Reply
leanleft @lemmy.ml
you could always write a scraper but javascript makes this a non-trivial task
3 0 ReplyLWD @lemm.ee Just import a headless web browser into your scraper, of course! Couldn't be easier 🙄
4 0 Reply
chicken @lemmy.dbzer0.com 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?
11 0 Replyonoira [they/them] @lemmy.dbzer0.com 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 eitherapplication/rss+xml
orapplication/atom+xml
.<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.
35 0 ReplyMikelius @lemmy.ml
How did I not know websites did this. Here I was always trying to guess the urls a few times before giving up lol. Today I learned...
Thanks for the extension suggestion too!
12 0 Replychicken @lemmy.dbzer0.com That's perfect since I use FF anyway, thanks
9 0 Reply
Dianoga @lemm.ee I believe there is a standard <meta> tag for an RSS feed
11 1 Replyrinze @infosec.pub
Also, 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.
7 0 ReplyThe Doctor @beehaw.org
Yes, they do. In no particular order:
- Do a View Source on the site's frontpage. You might see some HTML for "application/atom+xml" or "application/rss+xml". The URLs associated with those hrefs will be for the ATOM and RSS feeds.
- If you search for one of the following in the HTML source you'll probably run into the feeds:
- rss
- atom
- feed
- json
- If you search for one of the following in the HTML source you'll probably run into the feeds:
- Look for a syndication page on the site. It should have links to the feeds.
- You might see the RSS feed icon or the ATOM feed icon on the page.
- Many CMSes (Wordpress in particular) automatically put them at /feed on the site.
3 0 Reply- Do a View Source on the site's frontpage. You might see some HTML for "application/atom+xml" or "application/rss+xml". The URLs associated with those hrefs will be for the ATOM and RSS feeds.
archchan @lemmy.ml
Business as usual at Google.
6 0 Replyhaui @lemmy.giftedmc.com
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.
4 0 Replyelectricprism @lemmy.ml E.E.E.
7 3 ReplyGordon_F @lemmy.ml
They did the same with Flash with the help of adobe.
2 0 Replyleanleft @lemmy.ml
i found some info (via gemini)
1 0 Reply