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.
- Host: GitHub
- URL: https://github.com/supersonichub1/ytdl-rss
- Owner: SuperSonicHub1
- License: unlicense
- Created: 2021-11-28T01:19:14.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-11-28T01:19:35.000Z (over 4 years ago)
- Last Synced: 2025-01-21T15:37:19.065Z (over 1 year ago)
- Topics: flask, python, rss, youtube-dl
- Language: Python
- Homepage: https://ytdl-rss.supersonichub1.repl.co
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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()'
```