📰 A simple RSS feeds generation for YouTube entities https://git.forestier.app/HorlogeSkynet/YouTube-RSS
Go to file
Samuel FORESTIER 94354b084b Publishes a first working version of the script 2019-05-04 08:46:01 +02:00
.gitignore Publishes a first working version of the script 2019-05-04 08:46:01 +02:00
LICENSE.md Publishes a first working version of the script 2019-05-04 08:46:01 +02:00
README.md Publishes a first working version of the script 2019-05-04 08:46:01 +02:00
YouTube-RSS.py Publishes a first working version of the script 2019-05-04 08:46:01 +02:00

README.md

YouTube-RSS

A simple RSS feeds generation for YouTube entities

Introduction

Initially, the web has been thought decentralized.
With PUSH notifications and so on, old users may forget about that whereas new users usually don't know a thing about it.
Maybe they will definitely die soon but currently RSS feeds are still really handy to stay up to date (when the publisher supports it of course).

If you don't have a Google account anymore, it's difficult to subscribe to YouTube channels and receive notifications when a new video is uploaded.
RSS feeds can help you walk around this issue.

The problem is : YouTube (Google [Alphabet]) voluntary hides those links from people for some time now.
You may think that's because they don't handle RSS feeds anymore, but that's not the case.
It's still possible to retrieve notifications this way, but you just have to know the way the links.

As I was bored to manually forge new links, here is a script to automatically generate them.

It's currently possible to detect and "build" links for :

  • Users
  • Channels
  • Play-lists

It's modular, so don't worry about a new entity arriving anytime soon (or an upstream format change).

Dependency

  • python3

Installation

Manually

git clone https://git.forestier.app/HorlogeSkynet/YouTube-RSS.git

Usage

python3 YouTube-RSS.py -h

Credits

As I didn't found out the link formats on my own, here is where they come from : https://lehollandaisvolant.net/?id=20150515120010
So thanks to Timo van Neerden for sharing !