🕸️
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
  • exclude_audio
  • exclude_images
  • exclude_videos
  • exclude_other
  • exclude_files_with_no_extension
  • filename_regex_filter
  • ignore_coomer_ads
  • only_hosts
  • skip_hosts
  1. Reference
  2. Configuration Options
  3. Settings

Ignore Options

exclude_audio

Type
Default

bool

false

When this is set to true, the program will skip downloading audio files.

exclude_images

Type
Default

bool

false

When this is set to true, the program will skip downloading image files.

exclude_videos

Type
Default

bool

false

When this is set to true, the program will skip downloading video files.

exclude_other

Type
Default

bool

false

When this is set to true, the program will skip downloading non media files files.

exclude_files_with_no_extension

Type
Default

bool

true

When this is set to true, the program will skip downloading files without an extension.

CDL internally assumes any file without an extension is an .mp4 file. That means any option that applies to videos like --exclude-videos and --minimum-video-size will apply to them. The actual file will still be downloaded without an extension

filename_regex_filter

Type
Default

NonEmptyStr or null

null

Any download with a filename that matches this regex expression will be skipped

ignore_coomer_ads

Type
Default

bool

false

When this is set to true, the program will skip post marked as ads by models in coomer profiles.

only_hosts

Type
Default
Additional Info

list[NonEmptyStr]

[]

You can supply hosts that you'd like the program to exclusively scrape/download from. This setting accepts any domain, even if they are no supported.

skip_hosts

Type
Default
Additional Info

list[NonEmptyStr]

[]

You can supply hosts that you'd like the program to skip, to not scrape/download from them. This setting accepts any domain, even if they are no supported.

PreviousFilesNextLogs

Last updated 2 months ago

This is an

This is an

AdditiveArg
AdditiveArg