Releases: UltimaHoarder/UltimaScraper
OnlyFans DataScraper v4.0
Blacklist Accounts:
https://github.com/DIGITALCRIMINAL/OnlyFans/blob/master/README.md#blacklist_name
Added an option to individually scrape the following:
Apis: 0 = All | 1 = Stories | 2 = Highlights | 3 = Posts | 4 = Archived | 5 = Messages
https://github.com/DIGITALCRIMINAL/OnlyFans#auto_scrape_apis
Download metadata files only:
https://github.com/DIGITALCRIMINAL/OnlyFans/blob/master/README.md#OPTIONAL_ARGUMENTS
Added support to scrape:
https://stars.avn.com
When you start the script, it will now overwrite the old log file. I may change this to support x amount of log files.
The script now handles "ca.convert, us.convert and us.upload" links.
The script will now tell you if 2FA is blocking your authentication.
Optimized auth function.
Update your config c:
OnlyFans DataScraper v3.9
From @aboredpervert
Able to add media id to file_name_format.
The script now deletes partially downloaded files.
///////
The script now scapes archived posts.
All logs will be in the folder "logs".
Script catches more errors.
OnlyFans DataScraper v3.8
[Features]:
Added a new feature to scrape your mass messages. This only applies to you if you're a model and you've sent mass messages.
Thanks and credit to @ecchiecchi0 the script now has:
exit_on_completion
loop_timeout
Refer to the readme for what these do.
[Fixes and Optimizations]:
The script now catches more errors that would cause itself to hang.
The script used to scrape certain APIs multiple times for one category, like posts.
Used to be
Posts
Images
Scrape post API
Filter for images
Videos
Scrape post API
Filter for videos
Now it's
Posts
Images
Scrape post API
Save scraped results
Filter for images
Videos
Reuse scraped results
Filter for videos
The script will basically be much faster since we're only calling the request once per category.
Fully optimized scraping mass messages.
Fixed error due to script incorrectly getting file size.
OnlyFans DataScraper v3.7.5
Fixed the script from getting the incorrect amount of messages.
S/O to @fungastorba for letting me auth into their account to fix it.
Basically, the script was reusing the same URL variable.
If you had over 100 messages, the script would only get the last 100 messages and not the most recent.
OnlyFans DataScraper v3.7.4
You can now scrape highlights.
Highlights are just archived stories.
Fixed an error that would be caused if you were a performer.
OnlyFans DataScraper v3.7.3
Added an option to turn off exporting metadata. It's in the config.
By the way, the metadata contains sensitive information, so if you're tired of removing the folder, set the option to false.
Readded the text format and fixed some bugs. Personally I wouldn't use it due to the fact I'll probably have to change the format again.
OnlyFans DataScraper v3.7.2
Added auth_id and auth_hash back into the script since it works now.
Fixed Linux "/sites"/ file-path issues.
Fixed another auth loop.
OnlyFans DataScraper v3.7.1
If you had access to a performer account, the script would throw an error
OnlyFans DataScraper v3.7
Onlyfans decided to update their API, so the script couldn't get past the authentication checkpoint. It's been fixed.
overwrite_files is now off by default.
This is because the script will check if the file has been downloaded already.
Fixed a bunch of bugs and added in some error handling to stop the script from hanging.
Fixed an invalid date format bug.
Updated the logic for checking if you're subscribed to an account first.
Added support for extra accounts
Added the ability to merge account subscriptions into one list
If you have multiple accounts, you can choose to auth into one. Works exactly the same as choosing an account to scrape from.
Added a global_user-agent
Configs have been moved to a folder called "settings"
Probably broke the other modules, but who cares lol.
OnlyFans DataScraper v3.6.2
Removed text.
Yeah, the text reformat is a mess and just creates so many problems so I'm not adding it back. If you want to renable it, you can do it manually.