Created
October 9, 2016 22:05
-
-
Save ryanmaclean/7a8810302944940ab42e59fc98e8e0e2 to your computer and use it in GitHub Desktop.
Download Youtube Playlist From Conference Before a Flight on Windows 10 Using Ubuntu on Windows
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo curl -L https://yt-dl.org/latest/youtube-dl -o /usr/local/bin/youtube-dl` | |
sudo chmod a+rx /usr/local/bin/youtube-dl | |
/usr/local/bin/youtube-dl -f mp4 -o "%(autonumber)s - %(title)s - %(id)s.%(ext)s" --autonumber-size 2 https://www.youtube.com/playlist?list=PLD409ujd87ZsfNMffX9h1rGNVqnC |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment