Skip to content

Paul-HenryP/youtube_downloader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

youtube_downloader

A youtube downloader web app using Django and yt_dlp.

Useful commands / setup

  1. Download yt_dlp, which is an alternative to the pytube module.

pip install yt_dlp

  1. Install django (windows):

py -m pip install Django

  1. Your project may not work properly until you apply the migrations for app(s):

python manage.py migrate

  1. Install ffmpeg with choco for video processing (Might need to run as admin):

choco install ffmpeg

  1. Run app locally:

python manage.py runserver

OR just:

pip install -r requirements.txt

Demo

image

Helpful information / tutorials:

Download YouTube videos using yt_dlp module

Releases

No releases published

Packages

No packages published