🕸️
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
  • download_folder
  • dump_json
  • input_file
  • save_pages_html
  1. Reference
  2. Configuration Options
  3. Settings

Files

PreviousFile Size LimitsNextIgnore Options

Last updated 1 month ago

download_folder

Type
Default

Path

Downloads

The path to the folder you want Cyberdrop-DL to download files to.

dump_json

Type
Default

bool

False

If enabled, CDL will created a files with the information about every file downloaded in the current run. The path to this file will be the same as --main-log but with the extension .results.jsonl

Each line in the file will contain the following details (this may change on future versions):

{
    "url": "https://store9.gofile.io/download/web/7c88c147-ABCD-4e4d-9a6c-12345678/a_video.mp4",
    "download_folder": "Downloads/Cyberdrop-DL Downloads/test_album (GoFile)",
    "filename": "a_video.mp4",
    "original_filename": "a_video.mp4",
    "debrid_link": null,
    "duration": null,
    "ext": ".mp4",
    "download_filename": "a_video.mp4",
    "filesize": 1386362524,
    "partial_file": "Downloads/Cyberdrop-DL Downloads/test_album (GoFile)/a_video.mp4.part",
    "complete_file": "Downloads/Cyberdrop-DL Downloads/test_album (GoFile)/a_video.mp4",
    "hash": "3eb33af55e51f7f369ecfebf86d34f99",
    "downloaded": true,
    "referer": "https://gofile.io/d/ABC123",
    "album_id": "ABC123",
    "datetime": "2024-11-18T16:55:45",
    "parents": ["https://a_forum.com/threads/<name>.54321/post-123123"],
    "parent_threads": ["https://a_forum.com/threads/<name>.54321"],
    "attempts": 1
}

input_file

Type
Default

Path

AppData/Configs/{config}/URLs.txt

The path to the text file containing the URLs you want to download. Each line should be a single URL.

You can also use html code. Cyberdrop-DL will parse all the links on the HTML

save_pages_html

Type
Default

bool

False

CDL will save to disk a copy of every requests as an html file. The files will be saved to a folder named cdl_responses, located in the same folder as the main log file.

Not every request made by CDL returns an HTML page (ex: API requests generally return JSON data). Only HTML responses will be saved

json lines