🕸️
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
On this page
  • Using Start Scripts (From Release Page)
  • Manual Install
  1. Getting Started

Cyberdrop-DL Install

PreviousmacOSNextRunning CDL on Android

Last updated 4 months ago

Using Start Scripts (From Release Page)

This is the simplest method to get the program up and running. Pre-configured start files are provided that will automatically install, update, and launch the program for you.

You can download them here:

You only need to download the Cyberdrop-DL_<version>.zip file, you don't need to worry about the other files.

Extract the contents of the zip file to any location where you'd like the program to run and store downloaded files. The extracted files will include a start file for Windows, macOS, and Linux

If you're using Windows or Linux, simply open the start file, and it will handle the rest for you

If you are using Windows, DO NOT run the script as admin

On macOS, you should be able to open the start file and have everything set up automatically. However, in some rare cases, macOS users may need to run the following command first::

xcode-select --install
Optional: Running Cyberdrop-DL Script with Custom Parameters

You can open the start script from the zip in a text editor like notepad. At the top of the file, you will find 3 variables:

set "PYTHON="
set "VENV_DIR="
set "COMMANDLINE_ARGS="

PYTHON: Specify a custom path to the Python executable. This is useful if you have multiple Python versions installed and want to select a specific one

VENV_DIR: Define the path where the Python virtual environment will be created

COMMANDLINE_ARGS: Provide any arguments to pass to Cyberdrop-Dl. For more information, refer to the

You MUST put the values inside the double quotes. Ex: set "PYTHON=C:\Program Files\Python311\python.exe"

Manual Install

If you are using a version of Cyberdrop-DL from the previous repository, you MUST uninstall it before installing the patched version.

pip uninstall cyberdrop-dl

In a command prompt/terminal window:

pip install --upgrade cyberdrop-dl-patched

If you're on Mac/Linux, you may need to change it to be

pip3 install --upgrade cyberdrop-dl-patched
https://github.com/jbsparrow/CyberDropDownloader/releases/latest
CLI Arguments section