Skip to content

Instantly share code, notes, and snippets.

@kolen
Created February 13, 2009 20:26
Show Gist options
  • Save kolen/64086 to your computer and use it in GitHub Desktop.
Save kolen/64086 to your computer and use it in GitHub Desktop.
#!/bin/sh
# Saves threads from Wakaba (particularry 2ch.ru that is dead now)
BOARD=`echo $1|sed -e 's/http:\/\/[^\/]*\/\([^\/]*\)\/.*/\1/'`
wget -r -p -nc -nH -I/$BOARD/src,/$BOARD/thumb,/css,/cgi-bin -e robots=off -nd -k $1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment