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
  • Scraping content from timeline post
  • Scraping content from purchase page
  • Advanced
  • Scraping Individual Media
  • Good things to know

Scraping Individual Posts or Media

PreviousPre 3.10.7 filteringNextMetadata

Last updated 1 year ago


Scraping content from timeline post

1. click '...' and then copy link to post

image
ofscraper manual --url copied_link

Alternatively

ofscraper manual --url postid


Scraping content from purchase page

1. Click '...' and copy link to message

ofscraper manual --url copied_link


Advanced

To grasp this better, checking out the get_info function in manual.py is the ideal way as it accepts a wider range of URLs.


Scraping Individual Media

1. Run a content scraper mode

2. Use the mouse to toggle the checkmark of the row you want to download Note you can also toggle with ";" or "',"

Only unlocked media will have a checkmark

  • media marked for download will have 'added' in them

3. Click Send to OF-Scraper

Downloads progress will be updated in console

4. Finished Downloads will have the words download in them

You can redownload by using ";" or "'" to untoggle and then retoggle with the added value

Status
Meaning

added

content is ready to be added to queue

downloading

content is added to queue, and will be downloaded

downloaded

content was downloaded and all post process were successful

failed

content was not downloaded and or post process failed

Good things to know

  • Downloads won't start off immediately because the program is designed to check the queue for new downloads every 10 seconds.

  • Since there isn't a progress bar, enabling debug mode could be helpful in this situation.

  • By clicking on the table, you can instantly add more downloads. Any entry marked as "downloading" will be inaccessible for modification

  • Sorting and filtering functionalities should also be operational

image
image
image
image
image
Content Check Modes