Skip to content

Instantly share code, notes, and snippets.

@hazcod
Created October 3, 2019 06:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hazcod/ac375b5d71e5d02a549b4887b8935db8 to your computer and use it in GitHub Desktop.
Save hazcod/ac375b5d71e5d02a549b4887b8935db8 to your computer and use it in GitHub Desktop.
Download Gumball dutch episodes.
#!/bin/sh
youtube-dl --match-title 'Volledige\sAflevering' \
--output "~/Desktop/%(title)s.%(ext)s" \
https://www.youtube.com/playlist?list=PL-AMfRCN-wkrIC7mps3rmJJU1PmcDY15X
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment