Skip to content

Instantly share code, notes, and snippets.

@seeya
Created October 21, 2018 08:54
Show Gist options
  • Save seeya/6e08e7d6924120139d3eea80c5749372 to your computer and use it in GitHub Desktop.
Save seeya/6e08e7d6924120139d3eea80c5749372 to your computer and use it in GitHub Desktop.
Download all videos from youtube channel in parallel using 1 line
youtube-dl --get-id $1 | machma -p 6 -- youtube-dl -f best -- {}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment