Skip to content

Commit

Permalink
Update onlyfans.py
Browse files Browse the repository at this point in the history
  • Loading branch information
UltimaHoarder committed Feb 4, 2021
1 parent 0b8fc9d commit c8faafe
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions modules/onlyfans.py
Original file line number Diff line number Diff line change
Expand Up @@ -927,9 +927,9 @@ def media_scraper(results, api, formatted_directories, username, api_type, paren
media_username = media_user["username"]
if media_username != username:
continue
if previews == None:
# REMOVE BEFORE PUSHING COMMIT
input("PREVIEW NOT FOUND")
# if previews == None:
# # REMOVE BEFORE PUSHING COMMIT
# input("PREVIEW NOT FOUND")
date = media_api["postedAt"] if "postedAt" in media_api else media_api["createdAt"]
if date == "-001-11-30T00:00:00+00:00":
date_string = master_date
Expand Down

0 comments on commit c8faafe

Please sign in to comment.