[Boards: 3 / a / aco / adv / an / asp / b / bant / biz / c / can / cgl / ck / cm / co / cock / d / diy / e / fa / fap / fit / fitlit / g / gd / gif / h / hc / his / hm / hr / i / ic / int / jp / k / lgbt / lit / m / mlp / mlpol / mo / mtv / mu / n / news / o / out / outsoc / p / po / pol / qa / qst / r / r9k / s / s4s / sci / soc / sp / spa / t / tg / toy / trash / trv / tv / u / v / vg / vint / vip / vp / vr / w / wg / wsg / wsr / x / y ] [Search | Free Show | Home]

If any1 wants a shell script that downloads everything from

This is a blue board which means that it's for everybody (Safe For Work content only). If you see any adult content, please report it.

Thread replies: 23
Thread images: 2

File: Screenshot_2016-07-07_22-35-30.png (199KB, 1629x530px) Image search: [Google]
Screenshot_2016-07-07_22-35-30.png
199KB, 1629x530px
If any1 wants a shell script that downloads everything from hentaifeet.com, let me know :^)
>>
>>55462493
i want
>>
>>55462493
do want
nao gif
>>
Worse than scatfags.
>>
>>55462493
>samefagging this hard
>>
>>55462607
>6 posters
>samefagging
>>
Sharing is caring <3
>>
#!/bin/bash
for i in `seq 9 195`;
do
wget -q --show-progress hentaifeet.com/page/$i && cat $i | java Jsed '(http:\/\/[a-zA-Z/\-_0-9\.]+\_1280.jpg)' > list && wget -q --show-progress -i list
done


Java class: Bad news, i did not know how to pipe a regex string. If someone knows how to regex the stdout with a java regex, you can

import java.io.*;
import java.util.regex.*;

public class Jsed{

public static void main (String args[]) {

Pattern p = Pattern.compile(args[0]);

try{
InputStream in = System.in;
ByteArrayOutputStream out = new ByteArrayOutputStream();

byte[] buf = new byte[4096];
int b;

while ((b = in.read(buf)) != -1) {
out.write(buf, 0,b);
}

Matcher m = p.matcher(new String(out.toByteArray()));

while (m.find()) {
System.out.println(m.group(1));
}
}catch(IOException io){

io.printStackTrace();
}
}
}
>>
>>55462623
I meant that
>>55462500
>>55462565
>>55462577
were samefagging.
>>
>>55462577
I wasn't samefagging, I was just getting dubs. Didn't look at what thread I posted in.
>>
>>55462748
fuck. 66 get
>>
>>55462766
haha fuck yeah. but shit I missed 777. 88 get.
>>
File: eb.png (239KB, 329x362px) Image search: [Google]
eb.png
239KB, 329x362px
>>55462766
>>55462788
>>
>>55462835
Thanks you.
>>
>>55462844
cool, do it again
>>
>>55462493
>using the smiley with a carat nose
>>
>>55463026
55 get
>>
>>55463155
OH
>>
>>55463155
serious question how are you doing this? got a github link?
>>
>>55463226
just google 4chan get userscripts
>>
>>55463255
thanks
>>
>>55463255
ok I installed mGet but how do I use it? sorry for being retarded
>>
>>55463312
you need 4chan x too.
Thread posts: 23
Thread images: 2


[Boards: 3 / a / aco / adv / an / asp / b / bant / biz / c / can / cgl / ck / cm / co / cock / d / diy / e / fa / fap / fit / fitlit / g / gd / gif / h / hc / his / hm / hr / i / ic / int / jp / k / lgbt / lit / m / mlp / mlpol / mo / mtv / mu / n / news / o / out / outsoc / p / po / pol / qa / qst / r / r9k / s / s4s / sci / soc / sp / spa / t / tg / toy / trash / trv / tv / u / v / vg / vint / vip / vp / vr / w / wg / wsg / wsr / x / y] [Search | Top | Home]

I'm aware that Imgur.com will stop allowing adult images since 15th of May. I'm taking actions to backup as much data as possible.
Read more on this topic here - https://archived.moe/talk/thread/1694/


If you need a post removed click on it's [Report] button and follow the instruction.
DMCA Content Takedown via dmca.com
All images are hosted on imgur.com.
If you like this website please support us by donating with Bitcoins at 16mKtbZiwW52BLkibtCr8jUg2KVUMTxVQ5
All trademarks and copyrights on this page are owned by their respective parties.
Images uploaded are the responsibility of the Poster. Comments are owned by the Poster.
This is a 4chan archive - all of the content originated from that site.
This means that RandomArchive shows their content, archived.
If you need information for a Poster - contact them.