Skip to content

Instantly share code, notes, and snippets.

@trailblazr
Created January 3, 2016 19:56
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 trailblazr/203677be801e6cfa2460 to your computer and use it in GitHub Desktop.
Save trailblazr/203677be801e6cfa2460 to your computer and use it in GitHub Desktop.
Get all file urls to download the 32c3 videos...
lynx -dump "http://ftp.ccc.de/congress/32C3/h264-hd/" | egrep -o "http:.*.mp4" > mp4links.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment