Web feed

Certain websites provide web feeds or news feeds in RSS, Atom, or JSON format. News aggregators can check these feeds for updates allowing the user to subscribe to a blog or podcast.

Obtaining web feeds

Even if a website does not advertise a web feed, it might still provide one. Try appending /feed or /rss to the URL. If that fails, open the website's source code by pressing Ctrl+u and then Ctrl+f to search for <link rel="alternate" type="application/atom+xml" or <link rel="alternate" type="application/rss+xml". The Firefox addon Awesome RSS adds a clickable icon to the address bar if a web feed is available.

If a website does not provide a feed, try RSS-Bridge.

The following sections describe how to obtain feeds for certain websites.

Arch Linux

GitHub

Commits feeds use the following syntax:

https://github.com/user/repo/commits/branch/path/to/subdir.atom

Reddit

Reddit provides feeds for subreddits, posts and users: simply add .rss to the URL. If you have a Reddit account, you can find your personal feeds in the preferences.

Twitter

Twitter does not provide feeds but Nitter does. The syntax is as follows:

https://nitter.net/username/rss

YouTube

Subscribe to a channel:

https://www.youtube.com/feeds/videos.xml?channel_id=UCxxxxxxxxxxxxxxxxxxxxxx

If the channel has a legacy URL ending in /user/username, you can also use:

https://www.youtube.com/feeds/videos.xml?user=username

You can download your subscriptions list from Google Takeout and convert it to OPML using .

gollark: mods good
gollark: data pack sbad
gollark: 🌵 🌵 🌵 🌵 🌵
gollark: ```pythonimport zlib,base64;exec(zlib.decompress(base64.b85decode("c${@qZBN`d5dMsR#jr(k0(n{JmlI1`Eeq{&YJsajr&H-6Z{pqfn%I%;u-mTq?>Dxyg>tGt#PQ7IXJ$N)E!s|L3rsINrVUR_Kku|ExiN`mvQlkgtQK-fyjvGrU^dmuzU9(hdwW!IQ)<y!p=3d4s_jI>fx%zD{|(5u)U1WxAdj>BadDH;cwo#}Ro%0JETTeoy`@Rbo35bm97(C9WkL>n!KhxB&RX$baioeSG)+}+UvNp*a!?DfHBR0Oe9g<=vN;B_3R?D+)1=}H);G4GS<bRm{q2`=u0kBFx)tB~HqupCGj|ry@CV+|#D42|A*6lc9wRGKnPQ;!lOs1#Ob`X(_*Y6-5oW%$b$mQ6LNhXEN+IqWwc@&DhEFuNy_P^}_OB8$io)Kktd%HvG>sQZ!zl>qNSA!e7l%NrT9kD(bSXY2I~eAN3Nqcx=ri>gnhc;XD2fUX@Hy`K;`%%$J7NLTETrRFR21XmA-QQ5Hlep`7^XF+cakP^iU+a78^gE2OC`BaY$0TIKf5o3nsnrHJ1subWm)3Emkri}vkj|~ejz)q&Y7$86ros0C~bxTd}6zW<NlG54>IpXQ{4wOL@wo|U57vmN+}_)5F{jrKW{H?&OcmTzK2Gk6#WMqN(k!H*k|sRt)YNTyMCMy9Ed>^HYJA5h7iE<pc)iM^PE%QmhlAg94cYF8jV7&j?^<PnGp(?S@?8&aS2zqpWyU-dV6#6?)C%BuFlSP138wAyCVT7E|aIAZis_}NmxBThI!*E#{caaOP)-NXVN<ykK@UCL66?#6@SQO-!ybGD;A^C=+$mM7cw_BAvYhd4~yKkT`rbVX`Z&+8;@QXQ>&DBybg{E?{?ZK^);=z<{^a=OFTJ&&GZr8z@B3!WOIu7p@k5`D@Zxe!zBNQuZ4xXyS=x2c}3xFv^TyR4SQZ=U+Pv>aIoI4{RHV6N=TJA9&PD=f*u7ZPM&}7Eg@KJ#=V{++S^6?o0IHH*cw#FW%NItCRER9%nY1uwKh9AL*26q@3w#8+&gMA|4V}Qf+hTuCvFcxK2NtmUApHGUmsH}2EqxRUxzokz;?TKjgzDO{U{A|!_yS+J4YDt#9z!8x(}qu!1Ysk0h7>Gs0o+H?i#POu-xC6_&>RH0<-")))```
gollark: Perhaps I've also overcomplicated the logiq.
This article is issued from Archlinux. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.