🕸️
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
  1. Reference
  2. Configuration Options
  3. Settings

Media Duration Limits

You can provide the maximum and minimum duration for audio and video files.

Type
Default

timedelta

0s

  • A timedelta input is expected to be a valid ISO 8601 timespan, ex: P10DT2H30M10S

  • An int input is assumed to be the number of days

  • A str input is expected to be in the format; <value> <unit>, ex: 10 days.

Setting any of these options to 0 means that limit is disabled

  • minimum_audio_duration

  • maximum_audio_duration

  • minimum_video_duration

  • maximum_video_duration

PreviousLogsNextRuntime Options

Last updated 2 months ago