/python-youtube-downloader

Redis based youtube video download link generator written in Python. Queueing youtube links and generating downlaod links them in the background with workers.

Primary LanguagePython

This is simple script for queueing youtube videos and generating downlaod links them in the background with workers. It supports multi-thread. You can run worker.py multiple times. Works with redis.

Works with Python 2.X

Requirements

  • sudo apt-get install youtube-dl
  • pip install redis
  • pip install rq

Usage