Skip to content

Commit

Permalink
Fixed script not downloading headers
Browse files Browse the repository at this point in the history
Sigh, I downloaded hundreds of models without their headers.
  • Loading branch information
UltimaHoarder committed Jun 13, 2021
1 parent 5478e01 commit 040af16
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/onlyfans.py
Original file line number Diff line number Diff line change
Expand Up @@ -288,6 +288,7 @@ async def profile_scraper(
header = y.header
if avatar:
override_media_types.append(["Avatars", avatar])
if header:
override_media_types.append(["Headers", header])
progress_bar = download_session()
progress_bar.start(unit="B", unit_scale=True, miniters=1)
Expand Down

0 comments on commit 040af16

Please sign in to comment.