Tools Cyberdrop-DL: Mass Downloader for most forum sites and SimpCity threads

zHipster

Superfan
Aug 9, 2021
13
518
737
0fya082315al84db03fa9bf467e3.png

Please, Log in or Register to view spoilers

Here you go.

For Cyberdrop i found a way to download via IDM, it's working just fine.
For Bunkr i still have no clue what to do haha' still working on it tough.

Edit: malwarebytes was blocking the access to Bunkr, i got all links that this DL works with, and added to MB white list, is working just fine now!
As for Cyberdrop, i'm using IDM to download, thanks for the help!
 
Last edited:
  • Like
Reactions: Jules--Winnfield

Jules--Winnfield

Cyberdrop-DL Creator
Mar 11, 2022
2,178
5,118
1,127
0fya082315al84db03fa9bf467e3.png
Please, Log in or Register to view quotes
Not what I'm meaning by path.

Take this album here: https://bunkrr.su/a/kbAiJxtN
The album's url path is /a/kbAiJxtN

There is a lovely photo in it: https://i8.bunkr.ru/cute-cat-photos-1593441022-CAGLy7IT.jpg
the photo's url path is simply: /cute-cat-photos-1593441022-CAGLy7IT.jpg

The url path is anything that comes after the domain, which in this case is bunkrr.su. For almost all downloads, these paths are static, and never change. If the program sees that path, and downloads it, it marks that path as complete, with the filename that it downloaded as. If it runs across that path again it can look it up and it'll see "Oh I've downloaded that file already, and I called it X."

The program itself won't stop scraping it, it won't know if it's seen something before until it gets to that look up.

What you are asking for is for it to skip the scraping portion of it. Which it can't do. But you can. Instead of giving the program https://simpcity.su/threads/example-thread you can give it:

https://simpcity.su/threads/example-thread/page-5 and it'll start scraping from page 5 or
https://simpcity.su/threads/example-thread/page-5#post-1314461 you can give it a specific post, and it'll only scrape from that post onwards.

That's why --output-last-forum-post exists and is an argument you can use (or set in the config file). It'll create a new text file after it finishes scraping of the last post it scraped in a forum thread, so you can just replace the old urls.txt file and have it continue from where it ended the previous run.

Again I'm stressing as long as you don't tell it to ignore history and you don't delete the download history file, it won't repeatedly redownload things with the same url path (see the start of this reply). Some sites don't provide a static url path though, anonfiles for example doesn't, and those files can sometimes redownload. You can move the files and it won't redownload them unless you tell it to ignore history, or delete the history file.
 
  • Like
Reactions: simonrule

pvtrich

Tier 2 Sub
Mar 17, 2022
72
232
237
0fya082315al84db03fa9bf467e3.png
So I have been using this program for more than 6 months now, will buy you a coffee soon!
i have been using it on my Windows machine with no problems at all.

i am on a holiday at the moment so I tried to run it on my Macbook, but for some reason I can't get it up and running.
i have downloaded Python, executed the xcode-select --install command and downloaded whatever was in there, ran the chmod +x 'Start Mac.command' to make the file executable... so I thought that was it.

i pasted this link in the txt file (
Please, Log in or Register to see links and images
) and then ran the "Start Mac.command" and then I get the following:

Last login: Tue Dec 6 23:55:18 on ttys001

henkiespenkie@MacBook-Pro-Spenkie ~ % /Users/henkiespenkie/Desktop/Cyberdrop_DL.V3/Start\ Mac.command ; exit;

/Users/henkiespenkie/Desktop/Cyberdrop_DL.V3/Start Mac.command: line 3: pip: command not found

/Users/henkiespenkie/Desktop/Cyberdrop_DL.V3/Start Mac.command: line 4: cyberdrop-dl: command not found

Saving session...

...copying shared history...

...saving history...truncating history files...

...completed.

[Proces finished]


am I doing something wrong? am I missing something?

thanks in advance!

Edit: running pip3 install cyberdrop-dl in the terminal did the trick...

question: does all this "shit" now automatically update like on my windows system or do I have to do it manually on Mac?
 
Last edited:
  • Like
Reactions: Jules--Winnfield

uyuyuu

Fan
Mar 12, 2022
28
95
139
0fya082315al84db03fa9bf467e3.png
any plans for imgbb(dot)com support?

just realized the scrapper is not working on it which is weird since its kind of like jpgchurch site ripoff just light themed and different naming. and as far as i can tell the site is not that new.
 

alibali123123

Bathwater Drinker
Mar 11, 2022
58
1,371
1,242
0fya082315al84db03fa9bf467e3.png
I've installed the latest version of Python, and Cyberdrop-DL. I copied my URL to the URL folder and opened CMD to run 'pip3 install cyberdrop-dl'. It installed, but when i click on ''Start Windows'' in the Cyberdrop folder, i get a pop-up from Microsoft Store saying i need an App to open it. What am i doing wrong?