Skip to content

Instantly share code, notes, and snippets.

View JulianKahnert's full-sized avatar

Julian Kahnert JulianKahnert

View GitHub Profile
@JulianKahnert
JulianKahnert / 31c3.sh
Last active August 29, 2015 14:24 — forked from georgehrke/31c3.sh
Download all 31c3 videos in their original language.
for x in `lynx http://cdn.media.ccc.de/congress/31C3/h264-hd-web/ --dump | grep "http" | grep "31c3" | cut -c 7-`; do
wget -nc $x;
done