Skip to content

Instantly share code, notes, and snippets.

@RC1140
Created January 11, 2011 10:17
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 RC1140/774268 to your computer and use it in GitHub Desktop.
Save RC1140/774268 to your computer and use it in GitHub Desktop.
download 27c conference vids
$lines = -split (new-object system.net.webclient).downloadstring('http://events.ccc.de/congress/2010/wiki/Conference_Recordings')
$lines |%{ if($_.contains('http://') -and $_.contains('.mp4')){$_.substring(6)}}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment