dd45973171 | ||
---|---|---|
dist | ||
LICENSE | ||
README.md | ||
core.py | ||
interface.py | ||
requirements.txt | ||
ydl.py |
README.md
YDL: Youtube Downloader
Ydl is a simple python program that downloads youtube videos, converts them into audio file and creates an xml file to listen to them as a podcast.
Getting Started
Run python ydl.py -h or ydl -h (from binayr under dist/).
Prerequisites
Please check requirements.txt.
Installing
Either use binary ydl in dist folder (under Linux OS only) or run python3 over ydl.py.
Authors
- fabthegreat - Initial work - fabthegreat@lutix.org
License
This project is not yet licensed.
Acknowledgments
- youtube-dl library.