martinrotter / rssguard

Feed reader (and podcast player) which supports RSS/ATOM/JSON and many web-based feed services.
GNU General Public License v3.0
1.64k stars 125 forks source link

[FR]: Parse YouTube URLs into RSS feeds #1532

Closed shoulders closed 2 weeks ago

shoulders commented 2 weeks ago

Brief description of the feature request

I would like to easily add YouTube feeds to RSSGuard by copying a standard YouTube URL and then when RSSGuard detects this YouTube URL it will convert it to a RSS feed URL which will then follow the current import/parse procedure for normal RSS feeds.

The way you get a YouTube RSS feed is as follows:

Links

https://www.thewindowsclub.com/how-to-get-youtube-channel-rss-feed

My RSSGuard Version

RSS Guard

Version: 4.7.3 (built on Windows/AMD64)
Revision: a4e20486b
Build date: 26/07/2024 04:16
OS: Windows 10 Version 22H2
Qt: 6.7.2 (compiled against 6.7.2)
martinrotter commented 2 weeks ago

fb5ff84ba

image

Youtube detection was already there, but I enhanced it as per your suggestion.

Now "Discover feeds" feature works with youtube well. BUT. Before you do anything, make sure to open https://www.youtube.com in RSS Guard internal new tab browser and accept cookies warning first, then all should work with the above fix.

shoulders commented 2 weeks ago

thanks