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

Pages: 1-

assingment

Name: Anonymous 2009-01-16 11:15

make me aprogram thingy that downloads allthe pictueres from /b/ thread

Name: Anonymous 2009-01-16 11:17

10 PRINT "HELLO WORLD"
20 DOWNLOAD ALL IMAGES OFF /B/
30 GOTO 10

Name: Anonymous 2009-01-16 11:27

wget -np -r -A.gif -A.jpg -A.png http://img.4chan.org/b/blahblahwhatever

Name: Anonymous 2009-01-16 11:52

>>3
That program will not download all the pictures from /b/. It will download none of them.

Name: Anonymous 2009-01-16 12:02

>>3
This does not support .tiff files.

Name: Anonymous 2009-01-16 12:07

>>2

Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
IOError: [Errno 2] No such file or directory: 'HELLO WORLD'

Name: =+=*=F=R=O=Z=E=N==V=O=I=D=*=+= !FrOzEn2BUo 2009-01-16 12:27

>>1
use DownThemAll for Firefox
_________________________
orbis terrarum delenda est

Name: =+=*=V=N=U=W=A=H==J=U=E=T=*=+= !3MG0WNUM6I 2009-01-16 14:55

Stop visiting /b/.
_________________________
lorem ipsum dolor sit amet

Name: Anonymous 2009-01-16 15:31

>>8
Stop visiting /prog/.

Name: Anonymous 2009-01-16 16:06

>>9
lrn2humor

Name: Anonymous 2009-01-16 18:24

>>10
Back to /b/, please. And take some "GRUNNUR" with you.

Name: Anonymous 2009-01-16 18:59


#!/usr/bin/perl
$url = (shift) or die "Gimme a URL!\n";
`wget $url`;
$url =~ m#^([\w:./]+?/)(res/)?([^/]+)$#;
$path = $1; $file = $3;
open(FILE, $file) or die "Where's the file?\n";
while(<FILE>) { `wget -c "${path}src/$1"` if(/(\d{13}.(jpg|png|gif))/) }
close(FILE);
unlink($file);

Name: Anonymous 2009-01-16 19:39

>>11
Back to /code/ please. And take some hax my anus with you.

Name: Anonymous 2009-03-06 14:36

The 1st place Judging.

Name: Anonymous 2009-08-17 0:37

Lain.

Name: Anonymous 2010-11-14 6:33


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