Skip to content

Django based WebApp to download youtube videos and playlists

Notifications You must be signed in to change notification settings

MaxJan2010/YouTube-Videos-Downloader

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

YouTube Videos Downloader


This Repository contains source code of a Django based web app to download youtube videos or a complete playlist at once. By default, it would only download highest quality video format available.

Dependencies: Pytube

To run the program, go to the directory containing the program and type: python3 manage.py runserver. Next, go to address http://127.0.0.1:8000/

Upcoming improvements

  1. Improving UI.
  2. Reduction in repeated code.

About

Django based WebApp to download youtube videos and playlists

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 62.2%
  • HTML 23.6%
  • JavaScript 11.7%
  • CSS 2.5%