https://www.google.com/chrome/
https://chrome.google.com/webstore/detail/web-scraper/jnhgnonknehpejjnehehllkliplmbmhn
More tutorials: https://www.webscraper.io/
https://www.webscraper.io/tutorials
deutsch lernen
go to channel
go to Videos tab
copy the URL
Right click to Inspect
Create new sitemap ID: name of channel Start URL: the URL you copied above
Id: videos
Type: Element scroll down
Selector: .ytd-grid-renderer div#meta
Multiple: checked
Parent Selectors: _root
Click on videos selector
Id: link
Type: Link
Selector: a
Multiple: checked
Parent selectors: videos
Optional preview
Scrape
Export data
Download the binary at
https://github.com/pnhoang/dl-youtube-videos/releases
Extract the binary
Open terminal window
Navigate to the downloaded folder:
$ cd ~/Downloads/dl-youtube-videos
$ bin/dl-youtube-videos {csv_file}
Voillaaa, all the videos will be downloaded into the current folder in mp4 format. Enjoy the videos and remember to subscribe to the channel you downloaded, also to my channel to receive more update.
Check if you have Node installed in your computer
➜ node -v
v10.16.3
➜ npx -v
6.9.0
Use the script with npx:
➜ npx dl-youtube-videos {csv_file}