An open API service indexing awesome lists of open source software.

https://github.com/supersonichub1/ytdl-rss

An RSS feed generator for the playlists of the web powered by the titular command-line tool.
https://github.com/supersonichub1/ytdl-rss

flask python rss youtube-dl

Last synced: about 1 month ago
JSON representation

An RSS feed generator for the playlists of the web powered by the titular command-line tool.

Awesome Lists containing this project

README

          

# youtube-dl RSS

An RSS feed generator for the playlists of the web powered by
[the titular command-line tool](https://ytdl-org.github.io/youtube-dl/).

## Install
```bash
poetry install
# For the lazy...
python3 main.py
# For the more upstanding
gunicorn 'ytdl_rss:create_app()'
```