Created
June 14, 2012 09:24
-
-
Save juanriaza/2929272 to your computer and use it in GitHub Desktop.
DjangoCon EU 2012 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
# brew install rtmpdump | |
print ' && '.join(['rtmpdump -r "rtmp://streamcloud.klewel.com/cfx/st/v0/djangocon-2012-flash-%d.flv" -o djangocon-2012-flash-%d.flv' % (i, i) for i in xrange(1, 45 + 1)]) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
And I forgot, thanks for the script, I will take a look to some of the videos ASAP.