Go to file
Firstname Lastname 49cfce6371 update README 2019-12-18 21:20:53 +01:00
LICENSE LICENSE file added 2019-12-10 22:08:44 +01:00
README.md update README 2019-12-18 21:20:53 +01:00
core.py update dist/ 2019-12-17 23:02:11 +01:00
install.sh update requirements and install.sh 2019-12-18 21:13:45 +01:00
interface.py update dist/ 2019-12-17 23:02:11 +01:00
requirements.txt update requirements and install.sh 2019-12-18 21:13:45 +01:00
ydl.py Update interface 2019-12-17 21:55:57 +01:00

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 binary under dist/).

Prerequisites

Please check requirements.txt.

Installing

Install a virtual environment: virtualenv --python=/usr/bin/python3 venv

Activate virtual environment: source venv/bin/activate

Install requirements: pip install -r requirements.txt

Authors

License

This project is not yet licensed.

Acknowledgments

  • youtube-dl library.