Skip to content

Instantly share code, notes, and snippets.

@Famicoman
Created August 21, 2012 17:41
Show Gist options
  • Save Famicoman/3417728 to your computer and use it in GitHub Desktop.
Save Famicoman/3417728 to your computer and use it in GitHub Desktop.
Def Con Video Downloader
#!/bin/bash
#Usage: ./defconvid-downloader.sh $id
#Where $id is the conference number
wget -c -nc -e robots=off --wait 5 -i -- `curl "http://defcon.org/html/links/dc-archives/dc-$1-archive.html" | grep -o "https.*\.m4v" | sed 's/ \+/%20/g'`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment