OF-Scraper
  • Welcome
  • Requirements
  • Install
    • Pre-Install Guides
      • Linux
      • Windows
      • Mac
    • PIPX Install
    • PIP Install
    • Binary Releases
    • Docker
    • Release Info
    • Managing Multiple Python Versions
  • Getting Started and Settings
    • Config Options
      • Config Location
      • General Options
      • File Output Options
        • Placeholders
        • Responsetype Placeholders
      • Download Options
        • Download Toggles
        • Media Filtering Options
        • Advanced Download Options
      • Setting metadata path
      • Binaries Options
      • CDM Options
      • Performance Options
        • Values to Pick
      • Script Options
      • Advanced config options
        • Changing Const Values
        • Mediatype overwrites
    • Depreciated Options
    • Auth
    • Controlling Output/Logs
    • Migrating from Digitalcriminal's script
  • Using the Scraper
    • Using Prompts
      • Old Menu
      • Page 2
    • Username selection or Fuzzy Search
    • Basic Automation with command-line
      • Basic Actions
        • Liking/Unliking Post
        • Downloading Content
          • Downloading Text Files
          • Downloading Purchases From Deleted Models
        • Multiple Actions
      • Model Filtering/Sorting
        • Price Filtering/Sort
      • Advanced Args
      • Scripting tips
      • Enable label scan
    • Recipes
      • Adding Proxy
      • Redownload Deleted Downloads
  • Content Check Modes
    • Table Columns
    • Table Management
      • Pre 3.10.7 filtering
  • Scraping Individual Posts or Media
  • Metadata
    • Schema
    • Creating Metadata
    • Metadata location
  • CDM Setup
    • CDM issues
  • FAQ/Common Issues
    • Page 1
  • Command Reference
    • Shared Options
      • General Program Options
        • Program Options
        • Logging Options
        • Filename Modification Options
        • Media Filters Options
        • Download Options
        • Advanced Program Options
      • Shared Scrape and Metadata Check Mode Options
        • User List Filter Options
          • Advanced User Filters
        • User Selection Options
        • Model Sorting & Processing Options
        • Content Options
        • Automation Options
        • Advanced Search & Processing Options
    • Main Scraper Options
    • Metadata Check Mode Options
    • Content Check Modes Options
    • Manual Mode Options
  • Request Change to Doc
  • Testing
Powered by GitBook
On this page
  • Download Configuration Overrides
  • -db, --download-bars
  • -sd, --download-sems [argument]
  • -dt, --download-threads [argument]
  • -dl, --download-limit[argument]
  • Download Cleanup
  • -ar, --no-auto-resume
  1. Command Reference
  2. Shared Options
  3. General Program Options

Download Options

These options allow you to fine-tune how the program handles downloads.

PreviousMedia Filters OptionsNextAdvanced Program Options

Last updated 9 months ago

Download Configuration Overrides

For threads and sems

-db, --download-bars

  • Overrides: The downloadbars setting in the configuration file

  • Default: None

-sd, --download-sems [argument]

  • Overrides: The download_sems setting in the configuration file. This setting controls the number of concurrent download processes.

  • Default: None (uses default value from configuration file)

-dt, --download-threads [argument]

  • Overrides: The threads_count setting in the configuration file. This setting controls the number of threads used within each download process.

  • Special case: Setting the value to zero forces the program to use the main thread for downloading. The main thread is also used if there aren't enough active downloads to fill the configured number of download threads.

  • Default: None (uses default value from configuration file)

-dl, --download-limit[argument]

  • Overrides: The download_limit setting in the configuration file.

  • Limits: the maximum download speed per thread to the specified number of bytes per second

  • Accepts: Human-readable size values like "10MB"

  • Default: No default limit (unlimited download speed).


Download Cleanup

-ar, --no-auto-resume

  • Disables: Automatic cleanup of partially downloaded files (".part" files) upon program exit. This includes forced exits (e.g., Ctrl+C).

  • Default: false (automatic cleanup is enabled)


Values to Pick