Skip to content

This is a simple python script for downloading youtube streams; both audio and video. The script enables the user to choose what quality of audio or video they wish to download.

Notifications You must be signed in to change notification settings

lyraxvincent/youtube-downloader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 

Repository files navigation

This is a simple python script for downloading youtube streams; both audio and video. The script enables the user to choose what quality of audio or video they wish to download.

Reference to this script is from pytube documentation , an API for this task.

Before running the script,ensure the following 2 python librabries are installed:

  • pytube
  • ffmpeg-python

You can install them using the following commands:

  • pip(/pip3) install pytube
  • pip(/pip3) install ffmpeg-python

About

This is a simple python script for downloading youtube streams; both audio and video. The script enables the user to choose what quality of audio or video they wish to download.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages