ydl/README.md

30 lines
574 B
Markdown
Raw Normal View History

2019-12-09 21:19:40 +01:00
# YDL: Youtube Downloader
2019-12-09 20:37:17 +01:00
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
2019-12-09 21:27:21 +01:00
Run python ydl.py -h or ydl -h (from binayr under dist/).
2019-12-09 20:37:17 +01:00
2019-12-09 21:19:40 +01:00
### Prerequisites
2019-12-09 20:37:17 +01:00
2019-12-09 21:19:40 +01:00
Please check requirements.txt.
2019-12-09 20:37:17 +01:00
2019-12-09 21:19:40 +01:00
### Installing
2019-12-09 20:37:17 +01:00
2019-12-09 21:19:40 +01:00
Either use binary ydl in dist folder (under Linux OS only) or run python3 over ydl.py.
2019-12-09 20:37:17 +01:00
## Authors
2019-12-09 21:19:40 +01:00
* **fabthegreat** - *Initial work* - fabthegreat@lutix.org
2019-12-09 20:37:17 +01:00
## License
2019-12-09 21:19:40 +01:00
This project is not yet licensed.
2019-12-09 20:37:17 +01:00
## Acknowledgments
2019-12-09 21:19:40 +01:00
* youtube-dl library.
2019-12-09 20:37:17 +01:00