Skip to content

A YouTube video and audio downloader using Pytube, Flask and Docker.

Notifications You must be signed in to change notification settings

anaghamoosad/youtube_video_downloader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

YouTube Video and Audio Downloader

A YouTube video and audio downloader using Pytube, Flask and Docker.


alt text


Features

  • Download youtube video as mp4 files
  • Convert and download as youtube video as mp3 files
  • Shows progress as file downloads
  • Currently saves file in Download folder

To create docker image and run container, run the following commands

  1. Create docker image

    docker image build -t youtube_video_downloader .

  2. Run docker container

    docker run -p 5000:5000 -d youtube_video_downloader

  3. open browser and type the following url

    http://localhost:5000/


Additional features to be added

  • Option to enter folder path for download
  • Option to disable buttons while downloading
  • Show the details of files before downloading