Rss: Difference between revisions

From wikinotes
Line 11: Line 11:


= RSS Feeds services =
= RSS Feeds services =
<blockquote>
== YouTube ==
<blockquote>
<blockquote>
<syntaxhighlight lang="yaml">
<syntaxhighlight lang="yaml">
Line 16: Line 18:
https://www.youtube.com/feeds/videos.xml?playlist_id=${PLAYLIST_ID}  # youtube playlist
https://www.youtube.com/feeds/videos.xml?playlist_id=${PLAYLIST_ID}  # youtube playlist
</syntaxhighlight>
</syntaxhighlight>
https://gist.github.com/tjluoma/fdbc63ceb78a2aecd3d638fd18b6ec6e
</blockquote><!-- YouTube -->
</blockquote><!-- RSS Feeds services -->
</blockquote><!-- RSS Feeds services -->

Revision as of 23:07, 13 July 2021

Really Simple Syndication (RSS) is used to broadcast changes to a website.
RSS aggregators collect these feeds, and notify you so you do not need to
continuously visit a website to see if there are changes.

RSS Readers

You consume RSS feeds with RSS readers.
See programs: news readers.

RSS Feeds services

YouTube

https://www.youtube.com/feeds/videos.xml?channel_id=${CHANNEL_ID}    # youtube channel
https://www.youtube.com/feeds/videos.xml?playlist_id=${PLAYLIST_ID}  # youtube playlist

https://gist.github.com/tjluoma/fdbc63ceb78a2aecd3d638fd18b6ec6e