Go to file
Firstname Lastname 92afe7725b man.py suppressed 2019-12-12 22:28:24 +01:00
dist Class creation 2019-12-12 22:23:43 +01:00
LICENSE LICENSE file added 2019-12-10 22:08:44 +01:00
README.md README updated 2019-12-09 21:27:21 +01:00
core.py Class creation 2019-12-12 22:23:43 +01:00
interface.py Class creation 2019-12-12 22:23:43 +01:00
requirements.txt Update 2019-12-09 20:42:15 +01:00
ydl.py Class creation 2019-12-12 22:23:43 +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 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

License

This project is not yet licensed.

Acknowledgments

  • youtube-dl library.