Skip to content

Instantly share code, notes, and snippets.

View BrickXu's full-sized avatar
🎯
Focusing

Lei Xu BrickXu

🎯
Focusing
View GitHub Profile
@BrickXu
BrickXu / gist:7d716a3b981375c34c171f1a5493b142
Last active December 18, 2017 02:55
Download KubeCon + CloudNativeCon North America 2017 PPTs
curl -s --compressed https://kccncna17.sched.com/ | egrep "<span class='event ev_\d+'><a href='.*' class" -o | awk -F "'" '{print $4}' | xargs -L 1 -I {} curl -s --compressed https://kccncna17.sched.com\{\} | egrep "<a class=\"file-uploaded file-uploaded-pdf\"" | awk -F "\"" '{print $4}' | xargs -P 10 -L 1 -I {} wget {}