Guide Onlyfans Downloading - A complete guide for PC and Mobile

X34

Simp Dawg
Mar 10, 2022
17,092
6
2,087,071
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
 

Jeff Coogan

Bathwater Drinker
Mar 11, 2022
159
8,770
1,252
0fya082315al84db03fa9bf467e3.png
Please, Log in or Register to view quotes

Could this also explain the issue I mentioned earlier where it's failing to fetch the last year of wall posts? There is about 1900 in total over a number of years and it only fetches about 1350.. could it be a result of hitting some kind of size or API rate limitation?
 

rhgiles

Bathwater Drinker
May 13, 2022
211
5,460
1,249
0fya082315al84db03fa9bf467e3.png
Just want to add I finally did this and it worked the first time. It was quite simple and going to be so easy now to get the newer posts so thanks

sim0n00ps.​

One thing I noticed though is the newer videos it downloaded twice the source and another version, is there a reason for that?
 

Jeff Coogan

Bathwater Drinker
Mar 11, 2022
159
8,770
1,252
0fya082315al84db03fa9bf467e3.png
Please, Log in or Register to view quotes

Yeah but doesn't the post count represent the number of available posts as opposed to the number of posts you haven't downloaded? If I run it again now it is consistently showing 651 posts, it doesn't download anything because they have already been fetched but the post count is wrong. It was the same before you changed the fetch order, only that time is was 1300 ish, these are now not being included in count.
So what I mean is there must be something in that boundary between the two counts that is causing it to stop fetching posts/counts.
I haven't done any C# for years now but I've got it running locally at least, Ill try and dig into it a bit.
 
  • confusedcat
  • Like
Reactions: sim0n00ps and X34

sim0n00ps

Bathwater Drinker
Mar 11, 2022
764
22,229
1,574
0fya082315al84db03fa9bf467e3.png
Please, Log in or Register to view quotes
Post count is how many posts it finds that have media as that reflects the amount of files that should be downloaded. If you could debug whats happening when you scrape that account that would be helpful because I cannot replicate it with any accounts I am subbed to.
 

Jeff Coogan

Bathwater Drinker
Mar 11, 2022
159
8,770
1,252
0fya082315al84db03fa9bf467e3.png
Please, Log in or Register to view quotes
Yeah exactly, the count should be 19## but it's either 651 or 13## depending on the fetch order for this specific account.

Edit: I debugged it and took note of the last post it was able to retrieve, I started it again but made sure to use a 'beforePublishTime' query param with the posts 'postedAtPrecise' value for the initial query and it found and downloaded my missing posts, there was a gap of 9 posts.
I can't see any obvious reason why it is stopping mid way through the post history, for some reason it just retrieves less than the paging size at that point.
 
Last edited:

sim0n00ps

Bathwater Drinker
Mar 11, 2022
764
22,229
1,574
0fya082315al84db03fa9bf467e3.png
Please, Log in or Register to view quotes
I've figured it out a better way of doing this which I have got working for Paid Posts, Posts and Paid Messages. If you specify type=infinite in the query parameters you should get 50 items in a list with a bool called hasMore which will be set to true when there is still more posts after the ones returned or false when there are no more posts after the ones returned. The response also includes the value for the beforePublishDate so makes it easy to go through and get all of the posts. Its probably better than the current approach as this new way seems to consistently return 50 items whereas the current way can sometimes return different amounts even though it's half way through the amount of posts actually available which could be why it sometimes doesn't pick everything up.
 
  • Like
Reactions: Jeff Coogan

sim0n00ps

Bathwater Drinker
Mar 11, 2022
764
22,229
1,574
0fya082315al84db03fa9bf467e3.png
Please, Log in or Register to view quotes
You don't need to install git or download any of the code, github is simply where the code can be hosted for other people to access the program.
The page you want is
Please, Log in or Register to see links and images
which is the latest version of the script, you need to download the OF.DL.V1.7.9.zip file and extract it somewhere on your PC. You can then follow the steps in the readme from that point onwards.
 
  • Like
Reactions: flich123

Wooper33

Tier 3 Sub
Nov 14, 2022
16
317
537
0fya082315al84db03fa9bf467e3.png
Hi friends!
I've tried each PC method and none of them is compatible with Windows 8.1.
The "enable right-click" option works but it's way too time-consuming. Saving each piece of media one by one is insane.
Are there other automatic methods?
Thanks in advance.
 

Minola

Lurker
Mar 30, 2022
2
1
61
0fya082315al84db03fa9bf467e3.png
Thanks so much sim0n00ps for the program. It successfully grabbed everything in DMs. But I noticed the DRM files just come up blank with no audio when I play them in VLC. They also come with an additional .m4a file.
Went through a couple pages in this thread and I noticed no one else has been having issues playing their DRM files.

Are yall using a different video player for the DRM files or something? Many thanks once again.