#vDM30in30 - 10
Following up about youtube-dl, I saw in this week's Docker Weekly that someone had a post about running youtube-dl in a container to avoid the messy setup.
https://blog.rphl.io/selfhosted-youtube-downloader-with-docker/
I didn't have to much trouble installing it on my mac, with homebrew, but keeping different applications running in docker (possibly with swarm and docker network bridging/proxying)
Showing posts with label youtube-dl. Show all posts
Showing posts with label youtube-dl. Show all posts
Friday, November 11, 2016
Wednesday, November 9, 2016
youtube-dl to watch youtube offline
#vDM30in30 - 8
youtube-dl -
As you may know, the puppetconf videos, slides, and photos have been released. I have a friend who is on slow satellite internet with a data-cap, but he is excited about watching the videos. I have a useful tool installed on my laptop called youtube-dl. What this allows me to do is point it at the 'playlist' url for all of the videos from puppetconf, and it will download (in parts) all of the videos.
The below commands (and time and bandwidth) are all that I need to pull down all of the videos. I can resume it if the connection gets interrupted (happened at about 32/94 for me the first day).
$ mkdir -p ~/puppetconf2016
$ cd ~/puppetconf2016
$ brew install youtube-dl
$ youtube-dl --yes-playlist https://www.youtube.com/playlist?list=PLV86BgbREluVjwwt-9UL8u2Uy8xnzpIqa
youtube-dl -
As you may know, the puppetconf videos, slides, and photos have been released. I have a friend who is on slow satellite internet with a data-cap, but he is excited about watching the videos. I have a useful tool installed on my laptop called youtube-dl. What this allows me to do is point it at the 'playlist' url for all of the videos from puppetconf, and it will download (in parts) all of the videos.
The below commands (and time and bandwidth) are all that I need to pull down all of the videos. I can resume it if the connection gets interrupted (happened at about 32/94 for me the first day).
$ mkdir -p ~/puppetconf2016
$ cd ~/puppetconf2016
$ brew install youtube-dl
$ youtube-dl --yes-playlist https://www.youtube.com/playlist?list=PLV86BgbREluVjwwt-9UL8u2Uy8xnzpIqa
After everything is finished downloading, I can transfer them to a USB drive for sharing with friends, and I can watch them while offline.
Subscribe to:
Posts (Atom)