hasan-kaya / 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.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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


Languages

Language:Python 100.0%