Skip to content
This repository has been archived by the owner on Jul 5, 2024. It is now read-only.
Jules-WinnfieldX edited this page Jan 15, 2023 · 7 revisions

Welcome to the CyberDropDownloader wiki!

This page will essentially serve as a FAQ for common problems or questions asked.


What does this do?

As the name suggests, this is a mass downloader for the sites listed above. It supports resumable downloading (you can close and reopen the program at any time and it will pick up where it left off).

Cyberdrop-dl is not a recognized internal command

This is most often caused by python not being included on path. Make sure you ticked the box for 'add python to path' during installation. (see the readme)

If that didn't work, follow what another user did:

"I don't know if this will help anyone having my issue, but after 2 reinstalls of python with path selected I was still receiving cyberdrop-dl not recognized error. So I ran python -m pip list -v , in cmd to see where cyperdrop was like was mentioned a few pages back. Then I went to AppData\Roaming\Python\Python310\site-packages and I removed the 2 cyperdrop folders that were in there. I then opened cmd and ran pip install cyberdrop-dl. Now the scraper works for me."

How do I add my forum login details to the program?

*Simpcity is used as an example here. If you are running it from the command line you add the --simpcity-username and --simpcity-password arguments. If you are running from a start file you change the line that just says cyberdrop-dl to read cyberdrop-dl --simpcity-username "USERNAME" --simpcity-password "PASSWORD"

Alternatively, after running Cyberdrop-DL once, you can put in the username and password into the config.yaml file, and change Apply_Config to true.

JDownloader2 Connection:

In JDownloader2, go to settings, then MyJDownloader. Create an account then login, supply the credentials and the device name to Cyberdrop-DL

Clone this wiki locally