So I've found this nifty program that makes spamming easy.
Is there a program that makes it easy to save the images of a thread? Save page saves thumbs, but I mean the actual full images.
Name:
Anonymous2007-04-11 3:35 ID:2YA78geL
Firefox extension DownThemAll. Caption: "Thread images", pattern: "/src\/[0-9]/". Right-click DownThemAll..., pick "Thread images" from "Inclusive Patterns", then "Start!".
>>3
wget can do all that itself without grep, sed, and sh.
Name:
Anonymous2007-04-11 12:15 ID:LlmTSz2y
not4chan grab, although how is this related to /prog/?
Name:
Anonymous2007-04-11 12:19 ID:KIQ69WDU
>>5
sh/bash is made of ugly and hack, and it's the single language on Earth with a worse, messier, shittier syntax than Perl.
Write a proper program, not a "script". A proper program doesn't need to be slower to write, and it's definitely faster to read and debug than a shitty hack; also n times faster as it doesn't spawn processes to do every shit.
Name:
Anonymous2007-04-11 12:22 ID:wVce39jJ
>>9
NO U. You write the proper program, and also remember to tell us how long it took.
Name:
Anonymous2007-04-11 12:40 ID:H/sBWe6q
>>9
Why write a standalone program for something that can be accomplished in one line in a console?
I smells a winfag. A little bitter that this doesn't work in your crippled excuse for an operating system?
High level language for high level tasks, motherfucker.
Name:
Anonymous2007-04-11 15:01 ID:u0dfp/az
wget -N -nd -P "DIRECTORY TO PUT THE IMAGES IN GOES HERE" -U Mozilla/5.0 -r -l 1 -A.jpg,.png,.gif -X/b/thumb/,/b/src.cgi/ -I/b/res/,/b/src/ -e robots=off "THREAD URL GOES HERE"
lol proper program
Name:
Anonymous2007-04-11 16:02 ID:oG5i/gfU
HASKELL PLZ
Name:
Anonymous2007-04-11 16:03 ID:O6KFPqSm
Real men code only in assembly.
GTFO nubs. bash is nothing but BS HAX.
Name:
Anonymous2007-04-11 19:49 ID:u0dfp/az
real men don't write code to do what there is free software available to do.
Name:
Anonymous2007-04-12 5:22 ID:Fp2IQOvH
>>11
Winfag? Nonono, not at all. You can call me Python forced indentation fag, but not Winfag. Though Python scripts work flawlessly on any OS (save for the system calls non-Unix OSes may lack).
>>12
Who the fuck said proper program meant low-level? If you think high-level programming is about "(!#/)%=)#("%/)=", you're the fag.
>>13
Ok, if you can accomplish that with wget alone, then a proper program won't be necessary, though a simple shell script that does variable substitution will be nice. As soon as you need to do anything else in that shell script, you should move to a real programming language. High-level, of course.
You can do it all in pure bash with bash socket code.
Name:
Anonymous2007-07-14 11:16 ID:eKOycvwT
>>22
A slight change to your "script" would be
wget -N -nd -P "%~1" -U Mozilla/5.0 -r -l 1 -A.jpg,.png,.gif -X/b/thumb/,/b/src.cgi/ -I/b/res/,/b/src/ -e robots=off "%~2"
This removes the quotes around the command line variables, so you can have spaces in your directory I.E. "c:\documents and settings\newb\my docments\my pictures\4chan\furfag_thread"
>>17
So, I guess that we need to make a combination fork, knife, spoon to eat with since having 3 separate tools that you switch back and forth with is too...inefficient?
I prefer rc because rc is a command interpreter for Plan 9 that provides similar facilities to UNIX’s Bourne shell, with some small additions and less idiosyncratic syntax.
>>38
Normally you have to do more than just run urxvt to get unicode support (ie, setting LANG in your environment and choosing a font which has the appropriate glyphs).