Get videos from Youtube with Docker - part 2
In my previous post here, I’ve shown how I get fetch videos from Youtube from my command line without installing anything else than Docker. But the command to type is way too complicated
So I made a shell
script to easily use my docker container.
|
|
This way, I can easily download any youtube (or other) videos without having to remember every argument to give to the docker command. I only have to say:
|
|
and it downloads the video in the current folder.
You can find the script here : https://gist.github.com/alecharp/768cd7bf7f7c4d87609f
Thanks for reading.