Skip to content

Instantly share code, notes, and snippets.

@pwntr
Created December 19, 2017 20:22
Show Gist options
  • Save pwntr/fc3823e1ca0906d6e7c1cb355914b9c5 to your computer and use it in GitHub Desktop.
Save pwntr/fc3823e1ca0906d6e7c1cb355914b9c5 to your computer and use it in GitHub Desktop.
Einführung in Node.js - introduction to node.js - ix video tutorial downloader script
#!/bin/bash
# install youtube-dl
sudo curl -L https://yt-dl.org/downloads/latest/youtube-dl -o /usr/local/bin/youtube-dl
sudo chmod a+rx /usr/local/bin/youtube-dl
# download the videos
youtube-dl player.vimeo.com/video/206684827
youtube-dl player.vimeo.com/video/198445904
youtube-dl player.vimeo.com/video/199426682
youtube-dl player.vimeo.com/video/200448971
youtube-dl player.vimeo.com/video/201391725
youtube-dl player.vimeo.com/video/202500092
youtube-dl player.vimeo.com/video/203558135
youtube-dl player.vimeo.com/video/204647256
youtube-dl player.vimeo.com/video/205739681
youtube-dl player.vimeo.com/video/207901522
youtube-dl player.vimeo.com/video/209042745
youtube-dl player.vimeo.com/video/210016826
youtube-dl player.vimeo.com/video/211180208
youtube-dl player.vimeo.com/video/212379936
youtube-dl player.vimeo.com/video/214386304
youtube-dl player.vimeo.com/video/215382721
youtube-dl player.vimeo.com/video/216400259
youtube-dl player.vimeo.com/video/217376494
youtube-dl player.vimeo.com/video/225724229
youtube-dl player.vimeo.com/video/226573980
youtube-dl player.vimeo.com/video/227631385
youtube-dl player.vimeo.com/video/228721048
youtube-dl player.vimeo.com/video/229282124
@pwntr
Copy link
Author

pwntr commented Dec 19, 2017

Total download size for the video files is about 41 GiB.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment