Skip to content

Selenium based web scraper in Python for YouTube playlists. Generates a text file with list of all links found in the playlist, requires ChromeDriver.

Notifications You must be signed in to change notification settings

hsierpinska/playlist-scraper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

playlist-scraper

Selenium based web scraper in Python for YouTube playlists. Generates a text file with list of all links found in the playlist, requires ChromeDriver.

Usage

It is required to have an environment with the following requirements installed: Python 3.7, Selenium ChromeDriver. To execute the program, first you should paste the path to the location of the ChromeDriver. The next step is to provide the link to your playlist. The program outputs every link in the playlist and saves it to a file named "videos.txt".

About

Selenium based web scraper in Python for YouTube playlists. Generates a text file with list of all links found in the playlist, requires ChromeDriver.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages