Skip to content

Releases: UltimaHoarder/UltimaScraper

OnlyFans DataScraper v3.2

20 Oct 18:27
Compare
Choose a tag to compare
Fixes and Features update

Fixes:
If your OS is not Windows, the script will not use any Windows functions

Script will now grab all media unless they are locked behind a paywall or duplicated. If there is any corrupt media, it will be exported to archive.json.

All media will download to their proper folders. (No more images in videos and vice-versa)

Features:

metadata/archive.json will now contain valid and invalid posts. (This will replace links.json)

Config Update:
ignored_keywords-
Any posts containing these words will be ignored.
text_length-
When using the {text} in file_name_format, you can set a maximum length.

boards-
Input any boards you'd like to automatically scrape.

OnlyFans DataScraper v3.1

06 Oct 20:04
8dee201
Compare
Choose a tag to compare
Merge pull request #35 from banillasolt/master

Fixed JFF image page url

OnlyFans DataScraper v3.0

06 Oct 20:04
Compare
Choose a tag to compare

Added support for @banillasolt justforfans' script

Check out "auto_site_choice" in the readme.
Change auto_site_choice to onlyfans or justforfans in the config if you don't want to choose every time

OnlyFans DataScraper v2.0

23 Sep 05:32
Compare
Choose a tag to compare

Multithreading = good
API = good
Script = faster, better and stronger
Refer to the README for help

OnlyFans DataScraper v1.0

14 Sep 12:50
Compare
Choose a tag to compare
Even Faster Than Before

Script will do multiple requests at once to find all the media. You'll notice the improve for accounts that have 200 + posts.
I was scraping an account with 300+ and it took 20+ seconds. With this update, it takes 10 seconds.