DIGITALCRIMINAL / ArchivedUltimaScraper

Scrape content from OnlyFans and Fansly
GNU General Public License v3.0
948 stars 39 forks source link

missing content from fansly scrape #389

Closed soadwipe closed 1 year ago

soadwipe commented 2 years ago

after multiple scrapes of the same model I've come to realize that some of the content from their post are not being scraper.

YESANDNOTHENYESAGAIN commented 2 years ago

try going to -> .settings -> config.json

Then go to the settings and change:

  "reformat_media": true,

into "reformat_media": false,

Then go to fansly settings and change:

        "posts": true,
        "comments": true

into:

        "posts": false,
        "comments": false

People that used the OnlyFans version were having the same problem and did what i just mention but just for the onlyfans section, maybe the same applies to the Fansly section. LMK how it goes

DIGITALCRIMINAL commented 1 year ago

Probably fixed by now