Skip to content

This is a simple youtube downloader with GUI and can download playlists by scrapping using selenium browser written in python

Notifications You must be signed in to change notification settings

piyushKumar-1/youtube-downloader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

youtube-downloader

if you use chrome browser:

Download the chromedriver.exe for selenium from https://chromedriver.chromium.org/downloads according to your chrome browser version and operating system then place it in the same directory as the main python file(yt-downloader.py)

if you use firefox browser:

Download the geckodriver.exe for selenium from https://github.com/mozilla/geckodriver/releases according to your operating system and then place it in the same directory as the main python file(yt-downloader.py)

--After downloading simply modily the line 25 of the code (change the filename to the driver that you just added to the project directory)i.e. path = os.getcwd() + "[name of the driver].exe"

About

This is a simple youtube downloader with GUI and can download playlists by scrapping using selenium browser written in python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages