Skip to content

Scrape and download youtube playlists using puppeteer and ytdl-core

Notifications You must be signed in to change notification settings

Sleighs/youtube-playlist-downloader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Youtube Playlist Downloader

A node.js web scraper that retrieves the information of each track in a public or unlisted youtube playlist and downloads each track using puppeteer and ytdl-core.

Instructions

  1. Make sure you have FFmpeg installed

To install FFmpeg:

  • Windows using chocolatey - choco install ffmpeg
  • Mac osx using brew - brew install ffmpeg
  1. Copy or clone repository and install package.json

Extract zip file or clone

  • Run npm install
  1. Add playlist url

  2. Run script

Run main.js using node main.js

About

Scrape and download youtube playlists using puppeteer and ytdl-core

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published