Skip to content

Instantly share code, notes, and snippets.

@dbb
Created April 13, 2016 21:22
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 dbb/11c8696f2be7f07a12563c0fb7d59151 to your computer and use it in GitHub Desktop.
Save dbb/11c8696f2be7f07a12563c0fb7d59151 to your computer and use it in GitHub Desktop.
while <FILE> {
if ( m{(https?://foobar.*\.mp4)} ) {
( $url = $1 ) =~ s{Display\.cfm\?Nav=(\S\S\S)}{Video/$1/}
system("curl", "-LO", "$url")
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment