Skip to content

Instantly share code, notes, and snippets.

@aki237
Created November 29, 2016 08:43
Show Gist options
  • Save aki237/291ee03ca7f15e0f57f3327ba448f20f to your computer and use it in GitHub Desktop.
Save aki237/291ee03ca7f15e0f57f3327ba448f20f to your computer and use it in GitHub Desktop.
Download archive stuff
#!/bin/sh
curl "https://archive.org/details/126BuddiesThickerThanWater1962" > /tmp/tmp-0932902.html
cat /tmp/tmp-0932902.html | grep -o "download-pill\"\ href=\".*\.mp4\">" | sed "s/download-pill\"\ href=\"/axel\ -n\ 20\ \"https:\/\/archive.org/g" | sed "s/\">$/\"/g" > /tmp/tjdwnscr
sh /tmp/tjdwnscr
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment