Ask HN: Non-YouTube tools for tracking YT channels?

5 points by PaulDavisThe1st ↗ HN
I'm looking for some sort of notification system (email would be fine, other forms also fine) that could read a list of channel URLs and let me know when they release new videos.

I want a tool that runs outside the web browser if possible, but in-browser is OK if there's really no other way.

I've hunted around but so far have failed to find anything remotely like this. There are many channels that I love watching regularly but I do not want to use YouTube to know that there's a new video out on one of them.

Any ideas?

3 comments

[ 2.8 ms ] story [ 16.1 ms ] thread
Every channel and playlist has an RSS feed that’s updated when a video is added. The RSS URL is in a consistent format, and is in the HTML <meta> header.

Google for “youtube rss url format” or “rss autodiscovery” for more.

I created a solution for retrieving an entire channel outside the browser (submitted to HN). It converts the JSON to a TSV table. Keeping updated on newly added videos is simply a matter of retrieving the first page again periodically. Alternatively, one can use the RSS feed.

Smartphone apps will work, too. NewPipe will do the job, as well as AntennaPod. Although the later will not download and play the videos.