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 the table
  • Filtering of the table
  • Adding value from table
  • Reset the table
  • Example filter by all content with the text dog
  • Additional info about text filter
  1. Content Check Modes

Table Management

PreviousTable ColumnsNextPre 3.10.7 filtering

Last updated 10 months ago

Sorting the table

Click the column labels on the top

  • First click will be desc

  • second click will be asc

  • Alternates after


Filtering of the table

  • Toggle the form with Ctrl+S

  • The filter form contains fields for all the columns in the table.

  • Clicking 'Filter' applies form values to filter the table.

Adding value from table

  • Click on a cell to heighlight it

  • enter semicolon: [ ;] or apostrophe: [ ' ]

  • the matching field in the filter form, will use the value from the cell

  • To apply click 'Filter'

Example

The table a cell with the word 'videos' is highlighted in the mediatype column

Pressing semicolon (;) or apostrophe (`) confirms your choice and updates the filter form

Clicking "Filter" applies the changes, showing only videos in the table.

Reset the table

Click on the reset button. Keep in mind, the program saves the current table information in memory, so it won't fetch new data until you restart it

Example filter by all content with the text dog

Additional info about text filter

Searches uses python regex

Searching case-senstive

Upper case trigger a case-sensitive search

Dog

Searching for full string match

This will prompt the search to specifically match text that is exactly "dog," rather than text that contains "dog" within it

image
image
image
image