Migration to Cyberdrop-DL-Patched

How to migrate to the patched version of Cyberdrop-DL.

To migrate to the patched version of Cyberdrop-DL, you can follow the steps below.

If you installed on your own using pip,

You can simply uninstall the old version and install the new one using the following commands:

pip uninstall -y cyberdrop-dl
pip install cyberdrop-dl-patched

The command to use the new version will remain as cyberdrop-dl.

If you installed using the start files

You can find the new ones here: new start scripts

Put the new start scripts on the same folder as the old ones, them delete the old ones.

You also have to delete any venv or .venv folder (if you have any)

If you have custom start files, you can follow the commands for the pip installation to uninstall the old package and install the new one. Then update your start files to install cyberdrop-dl-patched instead of cyberdrop-dl.

Last updated