ccd0 / 4chan-x

Adds various features to anonymous imageboards.
https://www.4chan-x.net/
Other
981 stars 132 forks source link

Save All Images #1187

Open ccd0 opened 7 years ago

ccd0 commented 7 years ago

https://boards.4chan.org/a/thread/149627005#p149636998

Why the fuck doesn't 4chanx have a save every image button yet

ccd0 commented 7 years ago

Related: #437

ccd0 commented 7 years ago

https://boards.fireden.net/v/thread/364959201/#364995219

Is there a way to download all images in a given thread? Didn't notice the option in the 4chanX fork I use.

ccd0 commented 7 years ago

https://warosu.org/g/thread/S58690656#p58697749

Is there a somewhat easy way to download all the images in a thread on GNU/Linux? In Clover I can do it with ease, but in 4chan-X I cannot seem to find an option nor can I find a script that does it (Seems like all the scripts are outdated..)

ttwweekk commented 6 years ago

There is an option in Mimi, the android app for 4chan.

I use mimi if i want to do a mass download, which is currently not possible on the website. I download it to my phone, then upload it to my Google Drive.

references https://play.google.com/store/apps/details?id=com.emogoth.android.phone.mimi&hl=en

https://www.google.com/drive/

Thanks for reading.

duanemoody commented 5 years ago

Have a bookmarklet: javascript:var pics=document.querySelectorAll("a.download-button"), counter=0, interval=setInterval(function() {pics[counter].click(); counter++; if (counter > pics.length) {clearInterval(interval);}}, 1000); It's wrapped in a setInterval timer that intentionally pauses a second between DL requests because 4chan's servers will otherwise throttle the number of concurrent downloads to somewhere around 30-50. I'll look into making this a toolbar button later unless someone else wants to do it first.

rjy7wb commented 1 year ago

have it download all the media in a thread and save it into a folder with the threads title as its name, the excuse that other extensions have isn't a good one, this should be the one-stop shop.

hell tie it into the watcher for full integration.