edit onlyfans-dl.py file
put this data in this place
######################
# CONFIGURATIONS #
######################
#Session Variables (update every time you login or your browser updates)
USER_ID = "444444444"
USER_AGENT = "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36"
X_BC = "1111111111111111111111111"
SESS_COOKIE = "33333333aaaaaaaaa"
save changes
open powershell in folder with onlyfans-dl.py file
https://onlyfans.com/123xyz456 <---- 123xyz456 is name of someones onlyfans profile (you must have subscription to this profile)
enter in powershell
onlyfans-dl.py 123xyz456
scraper will create folder with data (videos/photos etc.) from 123xyz456 profile in folder with onlyfans-dl.py file
-------------------------------------------------------------------------------------------------------------------------
edit values from this place in onlyfans-dl.py file if you want do download only photos/vides etc.
#Options
ALBUMS = True # Separate photos into subdirectories by post/album (Single photo posts are not put into subdirectories)
USE_SUB_FOLDERS = True # use content type subfolders (messgaes/archived/stories/purchased), or download everything to /profile/photos and /profile/videos
# content types to download
VIDEOS = True
PHOTOS = True
POSTS = True
STORIES = True
MESSAGES = True
ARCHIVED = True
PURCHASED = False