Guide Onlyfans Downloading - A complete guide for PC and Mobile

X34

Simp Dawg
Mar 10, 2022
17,548
6
2,176,094
2,863
0fya082315al84db03fa9bf467e3.png

Assistance


If you are looking for help with any of the methods listed you MUST say what method/script you are using.
There are multiple scripts and people keep not saying which one they are using which means people cant give help without asking first
 

Pussy Hunter_x

Thicc Lover
Mar 11, 2022
440
9,577
1,302
0fya082315al84db03fa9bf467e3.png
Okay. Now I'm encountering this error:
"AttributeError: 'str' object has no attribute 'get'
What do I do?
 

ripnsfw222

Bathwater Drinker
Mar 11, 2022
192
7,501
1,402
0fya082315al84db03fa9bf467e3.png
Please, Log in or Register to view quotes
I used this and it worked for me
Screenshot_1-5g6MLU4k.png


In the file 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")]
 

FunScotty

Lurker
Jun 18, 2022
4
10
78
0fya082315al84db03fa9bf467e3.png
I've been using Chrome to browse OnlyFans and the coco cut video downloader works for me. If the video is playing on the page, the extension can locate and then download it.

Please, Log in or Register to see links and images
 

Madara Uchiha

Ghost Of The Uchiha
Mar 10, 2022
7,894
104,448
2,647
0fya082315al84db03fa9bf467e3.png
Please, Log in or Register to view quotes

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.
 

uwupanda

Superfan
Mar 12, 2022
21
522
737
0fya082315al84db03fa9bf467e3.png
Any solutions for this?

Traceback (most recent call last): File "C:\Users\cheen\Downloads\HW\OnlyFans-7.6.1\start_ofd.py", line 104, in asyncio.run(main()) File "C:\Users\cheen\AppData\Local\Programs\Python\Python310\lib\asyncio\runners.py", line 44, in run return loop.run_until_complete(main) File "C:\Users\cheen\AppData\Local\Programs\Python\Python310\lib\asyncio\base_events.py", line 646, in run_until_complete return future.result() File "C:\Users\cheen\Downloads\HW\OnlyFans-7.6.1\start_ofd.py", line 86, in main api = await main_datascraper.start_datascraper( File "C:\Users\cheen\Downloads\HW\OnlyFans-7.6.1\datascraper\main_datascraper.py", line 94, in start_datascraper await main_helper.process_names( File "C:\Users\cheen\Downloads\HW\OnlyFans-7.6.1\helpers\main_helper.py", line 966, in process_names result = await module.start_datascraper(authed, username, site_name) File "C:\Users\cheen\Downloads\HW\OnlyFans-7.6.1\modules\onlyfans.py", line 161, in start_datascraper await prepare_scraper(authed, site_name, item) File "C:\Users\cheen\Downloads\HW\OnlyFans-7.6.1\modules\onlyfans.py", line 784, in prepare_scraper highlights = await subscription.get_highlights() File "C:\Users\cheen\Downloads\HW\OnlyFans-7.6.1\apis\onlyfans\classes\create_user.py", line 270, in get_highlights results = [create_highlight(x) for x in results] File "C:\Users\cheen\Downloads\HW\OnlyFans-7.6.1\apis\onlyfans\classes\create_user.py", line 270, in results = [create_highlight(x) for x in results] File "C:\Users\cheen\Downloads\HW\OnlyFans-7.6.1\apis\onlyfans\classes\create_highlight.py", line 3, in [B]init[/B] self.id: int = option.get("id") AttributeError: 'str' object has no attribute 'get'
 
  • Like
Reactions: fumblle

hardboy11

Bathwater Drinker
Mar 11, 2022
854
1
45,503
1,952
0fya082315al84db03fa9bf467e3.png
in case someone fails to make DC script work, here's an alternative that just did it for me:
Please, Log in or Register to see links and images


configuration is almost the same as DC's. it downloads content with Y-M-D format and has been working for over a year with very few changes. definitely worth it as a backup method imo
 
  • Like
Reactions: Bimbalek

scatbordviking

Tier 3 Sub
Mar 11, 2022
13
406
747
0fya082315al84db03fa9bf467e3.png
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.
 

Exhis

Bathwater Drinker
Mar 13, 2022
101
3,870
1,252
0fya082315al84db03fa9bf467e3.png
Please, Log in or Register to view quotes
Ok, so I'm a tad bit stupid and have just been using an extension till now to manually rip each individual post. So, I'm stuck here. I double click on the Start_ofd.py and it simply opens a text document, I've got no idea what I'd be doing wrong so I've got to ask for help