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

Yobboyyo

Bathwater Drinker
Mar 12, 2022
40
1,235
1,239
0fya082315al84db03fa9bf467e3.png
how do i upgrade to latest version.

WARNING: You are using pip version 22.0.4; however, version 23.2.1 is available.
You should consider upgrading via the 'C:\Users\ylee1\AppData\Local\Programs\Python\Python310\python.exe -m pip install --upgrade pip' command.


When i input shown command i get SyntaxError: invalid syntax

thanks in advance
 

Geekyfire

Fan
Dec 31, 2022
20
93
179
0fya082315al84db03fa9bf467e3.png
Sorry if this has been mentioned/ask before. Is there a way you can code the input to upgrade the program? Example, after a successful scrape, you could say "a new version of Cyberdrop is available, would you like to upgrade?" and then you could say Y or N and it would just upgrade it, making it easier for people to upgrade and not having to put in the command each time. Just a ease of life update, not really a big deal.
 

muad_dib

Bathwater Drinker
Jan 16, 2023
104
2,884
1,262
0fya082315al84db03fa9bf467e3.png
Please, Log in or Register to view quotes

Done that and it still doesn't upgrade, it's weird.

Can I ask you take one last look at this for a translation of what's going on please and I'll try and sort it myself.

cyberdrop-5.jpg


cyberdrop-6.jpg
 

arkofseven

Lurker
Jul 25, 2022
4
0
46
0fya082315al84db03fa9bf467e3.png
May I ask how to configure this?

I want to scrape only the videos in a thread here so I set exclude the other file types to true. However, for some reason it still scrapes the other file types as seen in my cmd with the "starting and scraping" texts before starting the real download. So let's say there's only 20 videos but 2000 images, it's going to take a while for the actual download to start because it goes through those 2000 images as well.

Is there any way to make it faster for the downloads to start?

Edit: After waiting for minutes now I get this error. Goodbye to the minutes I spent waiting, sadly.

Code:
Please, Log in or Register to view codes content!
 
Last edited:

Jules--Winnfield

Cyberdrop-DL Creator
Mar 11, 2022
2,198
5,216
1,127
0fya082315al84db03fa9bf467e3.png
Please, Log in or Register to view quotes
if you are using the config, you need to set apply_config to true.

For downloads starting, some sites have hard coded wait times to get by rate limits, others you can reduce the throttle value in the config.

For the error, I'd need to see the whole log file, but if that happens at the very end of running, it can be ignored.
 

Jules--Winnfield

Cyberdrop-DL Creator
Mar 11, 2022
2,198
5,216
1,127
0fya082315al84db03fa9bf467e3.png
Please, Log in or Register to view quotes
I don't understand your question. If you have it set to only download videos, it will still see the other filetypes while scraping, but they will be skipped in the download stage. Again, i'd need to see the downloader.log file to help you.
 

bronislav

Lurker
Mar 12, 2022
1
0
46
0fya082315al84db03fa9bf467e3.png
is not downloading the cyberfile video folder. It may be because there is a password on the folder. How can I add a password to the folder?
 

gocango

Tier 3 Sub
Mar 11, 2022
10
367
534
0fya082315al84db03fa9bf467e3.png
Please, Log in or Register to view quotes

Please, Log in or Register to view quotes
I think arkofseven wants to download only the vids from a thread but somehow skip the scraping of image links to speed up the scraping stage. Pretty sure it needs to scrape all the links to discover filetypes first in order to filter only vids. Maybe use '--skip_hosts' to skip image only hosts like pixl and jpg.church. Or maybe somehow output only the wanted/vid links to a txt file and use that file in subsequent runs.