Skip to content

A simple python program to download songs from youtube both as audio and video.

Notifications You must be signed in to change notification settings

vasu-dev/youtube-downloader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 

Repository files navigation

youtube-downloader

A simple python program that allows you to download songs from youtube both as audio and video.

Package Dependencies :

youtube-dl

        installing youtube-dl :
                1) deb-based : sudo apt-get install youtube-dl
                2) redhat based : yum install youtube-dl
                3) pip install -U youtube-dl

###Using the Script

1) Downloading songs as video :

      Run the script using terminal and add the name of the song to be downloaded 
      as argument after the script name.

alt text

2) Downloading songs as audio :

      Run the script using terminal and add '-m' as the second argument and 
      the name of the song to be downloaded as argument after it.

alt text

Upcoming Updates

An easy-to-use web application for the youtube downloader.

About

A simple python program to download songs from youtube both as audio and video.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages