CREATE and FUCK your own AI GIRLFRIEND
TRY FOR FREE
x

Guide Onlyfans Downloading - A complete guide for PC and Mobile

Thanks, this is so much easier. In the og one I'd literally copy the values exactly and get told I messed up my auth file. For this one I put in the same damn values and it actually works.
Is there a way for it to download all purchased content? Not just per model?
 
why this OF-scraper cant organize downloaded files like DIGITALCRIMINALs ?

DIGITALCRIMINALs tool:
im geeting "something went wrong" error while OF-scraper works fine for me. can anyone help me with those 2 issues ? thank you :)
 
IMG_20221003_163534dbbf69e0aaf48fd2.md.jpg
Haven't used the scraper in a minute. Can someone please enlighten me on what I need to do to fix this error?
Thanks in advance!


IMG_20221003_1635340342aaaaa7053d80.md.jpg
 
Does anybody know what I need to change so that the scraper doesn't delete old videos if the model deletes them? Just lost 20 something videos because the model took them off her page and it got deleted from my folder.
 
Does anybody know what I need to change so that the scraper doesn't delete old videos if the model deletes them? Just lost 20 something videos because the model took them off her page and it got deleted from my folder
Same here. Very strange that it would delete stuff on its own from the folder like it's an intruder or something just cause it was taken off the OF page.
 
How can you download somebody's "story" on onlyfans? I have the OF downloader and allow right click plugins but don't see any way to do it. Right click gives you an html file.
Apologies if this was answered already but is there a way to download the 'stories'? allow right-click download only gives a htlm.
 
fansly-error.md.png
anyone experience this with fansly? I have no issues getting OF to run correctly but with fansly i encountered this KeyError: filename issue

Edit: Anyone having issues using the Onlyfans scraper on fansly can try this alternative fansly scraper.

 
Last edited:
Thanks for this, will be needing this for a fansly account and I was dumb before and got banned from OnlyFans once, they don't seem to recognize the new info I provided. Was quite the heated e-mail exchange between us, them telling me I was permanently banned and me telling them they were fools and I'd be back lol.
 
I had the same error and took the above solution

change this line
results = [create_highlight(x) for x in results]
to
results = [create_highlight(x) for x in results.get("data")]
in the files
Line 283 in api/onlyfans/classes/user_model.py
or
Line 270 in api/onlyfans/classes/create_user.py

i changed the line in the create_user.py file
I did it when I needed to and it worked!
But today when I went to use the scrapper again it started giving this error:
error-traceback07c717ade28580e2.png


Anyone can help?
 
Apologies if this was answered already but is there a way to download the 'stories'? allow right-click download only gives a htlm.
Scraper always used to get the stories for me, but today I noticed it wasn't downloading for a particular model's daily story. Tried multiple times. Anyone else noticing this?
 
I think
results = [create_highlight(x) for x in results.get("data")]
should be
results = [create_highlight(x) for x in results.get("list")]
in file create_user.py line 270
Thanks, but where should I update this information? I'm not seeing it in the config.json file inside settings folder. Is it located somewhere else?
 
any time I try to open a python file, it just opens and closes a command prompt in like half a second. anybody know why?

trying to figure out the "attribute error: 'str' object has no attribute 'get' " error with the line #s
 
Here's how I got mine to work. I'm guessing you might have to delete your config and auth files and just let the program create them over again.


First when you start the program again leave the config file exactly as is, just save it and exit. Don't add anything. lol As for the auth file well you just add whatever information that's yours.


These are the main changes I made for mine to work.

Changing the line "from seleniumwire import webdriver " to "from selenium import webdriver" in extras/OFLogin/start_ofl.py


Then this.


apis\onlyfans\classes\create_user.py change the line 270 from:
results = [create_highlight(x) for x in results]
to
results = [create_highlight(x) for x in results.get("data")]


Thing is though in this line the word changed from "data" to "list" so it's this now...


apis\onlyfans\classes\create_user.py change the line 270 from:
results = [create_highlight(x) for x in results]
to

results = [create_highlight(x) for x in results.get("list")]


So this is how I got mine to work. Good luck I guess.
RockinRonRobin follow this.
Can confrim this work for me as well. If you download 7.6.1 version, you should change the codes prior to data scarpping
 
Please help
image7538a1bb3ee514e2.md.png
Follow this :
Before you relaunch the program. Delete .profiles , .settings, and .sites folders. just to be safe.

Here's how I got mine to work. I'm guessing you might have to delete your config and auth files and just let the program create them over again.


First when you start the program again leave the config file exactly as is, just save it and exit. Don't add anything. lol As for the auth file well you just add whatever information that's yours.


These are the main changes I made for mine to work.

Changing the line "from seleniumwire import webdriver " to "from selenium import webdriver" in extras/OFLogin/start_ofl.py


Then this.


apis\onlyfans\classes\create_user.py change the line 270 from:
results = [create_highlight(x) for x in results]
to
results = [create_highlight(x) for x in results.get("data")]


Thing is though in this line the word changed from "data" to "list" so it's this now...


apis\onlyfans\classes\create_user.py change the line 270 from:
results = [create_highlight(x) for x in results]
to

results = [create_highlight(x) for x in results.get("list")]


So this is how I got mine to work. Good luck I guess.
 
Back
Top Bottom