🕸️
Cyberdrop-DL
Cyberdrop-DL
Cyberdrop-DL
  • Welcome!
  • Getting Started
    • Python Install
      • Windows
      • Linux
      • macOS
    • Cyberdrop-DL Install
    • Running CDL on Android
  • Transition to V6
  • Frequently Asked Questions
  • Migration to Cyberdrop-DL-Patched
  • SimpCity Support Dropped
  • Reference
    • Supported Websites
    • Configuration Options
      • Special Type Options
      • Authentication
      • Settings
        • Browser Cookies
        • Download Options
        • Dupe Cleanup Options
        • File Size Limits
        • Files
        • Ignore Options
        • Logs
        • Media Duration Limits
        • Runtime Options
        • Sorting
      • Global Settings
        • General
        • Rate Limiting Options
        • UI Options
    • CLI Arguments
    • Notifications
    • Changelog
    • Contributing
Powered by GitBook

Migration to Cyberdrop-DL-Patched

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

PreviousFrequently Asked QuestionsNextSimpCity Support Dropped

Last updated 5 months ago

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:

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.

new start scripts