Skip to content

OnlyFans DataScraper v5.1

Compare
Choose a tag to compare
@UltimaHoarder UltimaHoarder released this 20 Jun 18:58

CONFIG CHANGES:

filename_format

Replaced {id} with {media_id}
Added {post_id}
2FA users must add auth_uniq_ cookie to the config
Directory is now named "download_path"
site name prefix in the download_path is now optional, but added by default
"{site_name}"

OPTIMIZATIONS:
Removed some log errors.
Changed socks5 to use socks5h instead.

MODULES:
Fixed auth issues and path issues.

FIXES:
Fixed shutil.SameFileError
I ended up having a 14GB error log because the script was trying to scrape invalid links. Fixed that.

FEATURES:
Ignore free or paid accounts

OFRenamer:
The script will now automatically convert filenames to the format in the config.
You can also use the script separately, just double click start.py

CONTRIBUTORS:
@Balgden (Added Python3 shebang)
This script requires Python 3. On most Linux distributions 'python' is a symlink to python 2. The only exception I'm aware of is Arch, which symlinks to python 3 instead. Luckily a more specific 'python3' is available on all distributions.

Fixes './start_ofd.py' on Ubuntu and other Linux distributions.