Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon.

Pages: 1-

archiver

Name: Anonymous 2012-11-04 12:15

#!/bin/bash

[[ $1 =~ .*org* ]] && \
#thread=`echo $1 | cut -c25-`
thread=`echo $1 | sed "s/4chan.org//g" |  sed "s/[^0-9]//g;s/^$/-1/;"`
echo $thread
echo "BOARD?"
read board
cd $board
mkdir $thread
cd $thread
while :
do
wget -e robots=off -E -nd -nc -np -r -k -H -D images.4chan.org,thumbs.4chan.org $1
cp $thread.html index.html
sleep 10
done

Name: Anonymous 2012-11-04 12:15


#!/bin/bash
[[ $1 =~ .*org* ]] && \
thread=`echo $1 | sed "s/4chan.org//g" |  sed "s/[^0-9]//g;s/^$/-1/;"`
echo $thread
echo "BOARD?"
read board
cd $board
mkdir $thread
cd $thread
while :
do
wget -e robots=off -E -nd -nc -np -r -k -H -D images.4chan.org,thumbs.4chan.org $1
cp $thread.html index.html
sleep 10
done

Name: Anonymous 2012-11-04 18:30

images.4chan.org
please go back there

Don't change these.
Name: Email:
Entire Thread Thread List