Hacker News new | ask | show | jobs
by justinator 3498 days ago
The RSS reader just looks for the,

   <link rel="alternate" type="application/rss+xml" href="yourfeed.rss" /> 
tag(s) in the head of your document. So for example, my channel:

https://www.youtube.com/user/leaddadaist

Here's the tag in the source,

    <link rel="alternate" type="application/rss+xml" title="RSS" href="https://www.youtube.com/feeds/videos.xml?channel_id=UCnQRp2dhO1SIp9--CSPmYpQ">