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
  • Sorting Criteria
  • -st, --sort [argument]
  • -ds, --desc
  1. Command Reference
  2. Shared Options
  3. Shared Scrape and Metadata Check Mode Options

Model Sorting & Processing Options

These options allow you to control how models are displayed in the list and the order in which they are processed during program actions (e.g., liking posts, downloading content)

When a model is set to renew, the "expired" option refers to the renewal date

Sorting Criteria

-st, --sort [argument]

  • Controls: The order of the model list and processing order.

  • Possible choices:

    • name: Sorts by model name (default).

    • subscribed: Sorts by whether the model is currently subscribed

    • expired: Sorts by the renewal date

    • current-price: Sorts by the current price of the model.

    • promo-price: Sorts by the promotional price of the model (if available).

    • regular-price: Sorts by the regular price of the model (if available).

    • renew-price: Sorts by the renewal price of the model (if applicable).

    • last-seen: Sorts by the last time the model was seen

  • Example: With -st expired, models with expiring subscriptions will be processed first.

-ds, --desc

  • Arranges: The model list in descending order.

  • Default: False (ascending order)

  • Use case: You might use this option to prioritize models at the bottom of the list (e.g., with -st last-seen -ds).

PreviousUser Selection OptionsNextContent Options

Last updated 1 year ago