Fix example feed URLs and clarify that feeds are not RSS feeds.

This commit is contained in:
tastytea 2020-12-16 16:29:29 +01:00
parent 9f6e5315eb
commit 6f172c0ee4
1 changed files with 5 additions and 2 deletions

View File

@ -29,10 +29,13 @@ ytdl_format="bestvideo[height<=1080]+bestaudio/best[height<=1080]"
=== feedlist
A "feed" in this context is a URL to a page that lists YouTube-videos, not an
RSS or Atom feed.
.Example feed list
[source,cfg]
--------------------------------------------------------------------------------
# Everything that doesn't start with "http" will be skipped.
https://www.youtube.com/feeds/videos.xml?channel_id=UCyczvB_IvA7V1a5BXXu3CRg # BlackRock TV
https://www.youtube.com/feeds/videos.xml?user=lefticus1 # C++ Weekly
https://www.youtube.com/channel/UCyczvB_IvA7V1a5BXXu3CRg/videos # Karakaya Talks
https://www.youtube.com/user/lefticus1/videos # C++ Weekly
--------------------------------------------------------------------------------