Go to file
dependabot[bot] a558a00877
Bump feedgen from 0.8.0 to 0.9.0
Bumps [feedgen](https://github.com/lkiesow/python-feedgen) from 0.8.0 to 0.9.0.
- [Release notes](https://github.com/lkiesow/python-feedgen/releases)
- [Commits](https://github.com/lkiesow/python-feedgen/compare/v0.8.0...v0.9.0)

Signed-off-by: dependabot[bot] <support@github.com>
2020-01-28 22:43:54 +00:00
core Update README 2019-12-30 10:18:46 +01:00
LICENSE LICENSE file added 2019-12-10 22:08:44 +01:00
README.md Update README 2019-12-30 10:21:29 +01:00
install.sh update install.sh 2019-12-19 21:55:59 +01:00
requirements.txt Bump feedgen from 0.8.0 to 0.9.0 2020-01-28 22:43:54 +00: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.

Another project, far more advanced can be found there: https://github.com/MrS0m30n3/youtube-dl-gui. But this one cannot create feed files to listen to audio files as podcast.

Getting Started

  • Run install.sh under Debian based distribution.
  • Run runGUI.sh , or python core/core.py -i from virtual environment.
  • Run python core/core.py -h from terminal from virtual environment for more CLI options.

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.