ydl/README.md

671 B

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.