MEMORIAL DAY - JOIN BRAZZERS FOR FREE - CLICK HERE!
Tools - Cyberdrop-DL: Mass Downloader for most forum sites and SimpCity threads | Page 162 | SimpCity Forums

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

olsaltee

Bathwater Drinker
Mar 16, 2022
82
2,487
1,239
0fya082315al84db03fa9bf467e3.png
For those of us using the .bat file to scrape, I now get an error in regards to the user name and password lines from the URL.txt. Do we delete these out now once the cookies txt is copied into the config file?
 

Jules--Winnfield

Cyberdrop-DL Creator
Mar 11, 2022
2,197
5,153
1,127
0fya082315al84db03fa9bf467e3.png
Please, Log in or Register to view quotes
If you were using CLI args for login, and not the config, the cli-arg has changed to --simpcity-xf-session-cookie and you'd put the cookie string after it. If you want to switch the config, they'll need to be removed yes. And the apply_config at the top of the config will need to be changed to true.
 

eenergiee

Bathwater Drinker
Dec 11, 2022
300
8,595
910
0fya082315al84db03fa9bf467e3.png
any advice on how to find the link of a full album starting from a picture on pixl.li ?
 
D

Deleted member 33517

Guest
0fya082315al84db03fa9bf467e3.png
i keep getting this error


Cyberdrop_DL.V4/Start Mac.command: line 3: pip: command not found

Cyberdrop_DL.V4/Start Mac.command: line 4: cyberdrop-dl: command not found
 
Dec 25, 2022
10
7
87
0fya082315al84db03fa9bf467e3.png
Please, Log in or Register to view quotes
I was having a similar issue. I have cyberdrop-dl inside my own python script, so I generate the command dynamically. I had to remove both of those arguments and then re-run the program to have it update the config.yaml file. The config.yaml will drop the simpcity-username and simpcity-password keys and replaces them with the "simpcity_xf_session_cookie" key. I've updated my command builder to something like this:


command_text = f"cyberdrop-dl -i {url_path} -o {dest_path} --attempts 1 --connection-timeout 10 --exclude-audio {ex_images} {skip_hosts_arg} {only_hosts_arg} --db-file {history_file_path} --filesize-maximum-other {max_file_size_other} --max-concurrent-threads 1 --max-concurrent-domains 3 --max-concurrent-downloads-per-domain 3 --simpcity-xf-session-cookie 0928340239842092384"