Skip to content

Commit

Permalink
Update onlyfans.py
Browse files Browse the repository at this point in the history
  • Loading branch information
SecretShell committed Aug 15, 2020
1 parent aefa0b8 commit bbaa87f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/onlyfans.py
Original file line number Diff line number Diff line change
Expand Up @@ -607,7 +607,7 @@ def choose_link(session, links):
content_length = result[1]
date_object = datetime.strptime(
media["postedAt"], "%d-%m-%Y %H:%M:%S")
download_path = media["directory"]+media["filename"]
download_path = os.path.join(media["directory"],media["filename"])
timestamp = date_object.timestamp()
if not overwrite_files:
if check_for_dupe_file(download_path, content_length):
Expand Down

0 comments on commit bbaa87f

Please sign in to comment.