Skip to content

YouTube Video Downloader is a simple Python Web application built with Django.

Notifications You must be signed in to change notification settings

alii76tt/youtube-video-downloader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Youtube Video Downloader

YouTube Video Downloader is a simple Python Web application built with Django

youtube-dll module is used: youtube-dll

Live Demo

Heroku

Update Github Stats

Requirements

This App Uses

asgiref==3.5.1
Django==3.2.3
pytz==2022.1
sqlparse==0.4.2
typing-extensions==4.2.0
youtube-dl==2021.12.17

Installation

$ git clone https://github.com/alii76tt/youtube-video-downloader
$ cd youtube-video-downloader
$ python -m venv venv
if you are using windows:
$.\venv\Scripts\activate
if you are using linux
$source venv/bin/activate
$ pip install -r requirements.txt
$ python manage.py runserver

Screenshots

About

YouTube Video Downloader is a simple Python Web application built with Django.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published