Created
January 3, 2016 19:56
-
-
Save trailblazr/203677be801e6cfa2460 to your computer and use it in GitHub Desktop.
Get all file urls to download the 32c3 videos...
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
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