prof79 / fansly-downloader-ng

Easy-to-use fansly.com content downloading tool. Written in Python and available as a standalone Windows Executable. Enjoy your Fansly content offline anytime, anywhere in the highest possible content resolution! Fully customizable to download in bulk or single: photos, videos & audio from timeline, messages, collection & single posts.
GNU General Public License v3.0
267 stars 15 forks source link

Make sure, checking the main.js sources of the Fansly homepage, that the `this.checkKey_` value is identical to this #45

Closed mediaburnwayne closed 6 months ago

mediaburnwayne commented 6 months ago

OS version is windows 11

seeing this start question in fansly app

Make sure, checking the main.js sources of the Fansly homepage, that the this.checkKey_ value is identical to this

      where can I find this value I see the file in image below

image

but do not see any key values in the headers

I was getting the "Couldn't find any scrapable media at all!"error

Checked auth token and useragent strings that looked good so thinking I may have a mismatch but do not know how to validate

prof79 commented 6 months ago

Well we're nearing the end of it, see #34 . They keep changing things. The checkKey is now a dynamic expression. And more has changed.

hsg120 commented 6 months ago

Open the "inspect page" tool.

Log into Fansly.

Look for a *.js item to appear under the "Name" field.

Copy the key value as shown in the attachment.

key

mediaburnwayne commented 6 months ago

Open the "inspect page" tool.

Log into Fansly.

Look for a *.js item to appear under the "Name" field.

Copy the key value as shown in the attachment.

key

thanks that was the ticket. got a clean scrape

youyinnn commented 3 months ago

The warning is still shown. Are you sure that's the correct check key?