Skip to content

Instantly share code, notes, and snippets.

@derpeter
Last active December 22, 2017 11:54
Show Gist options
  • Save derpeter/b3eb627088387fc8d5d2653f512659ef to your computer and use it in GitHub Desktop.
Save derpeter/b3eb627088387fc8d5d2653f512659ef to your computer and use it in GitHub Desktop.
Download a conference from media.ccc.de
#!/bin/sh
curl https://media.ccc.de/c/gpn17/podcast/mp4.xml | awk -F '"' '/url="/{print $2}' | wget -c -i -
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment