From bbaa87fe708e2d0893083735e547ccbe24b13cea Mon Sep 17 00:00:00 2001 From: CRIMINAL Date: Sat, 15 Aug 2020 19:53:46 +0100 Subject: [PATCH] Update onlyfans.py --- modules/onlyfans.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/onlyfans.py b/modules/onlyfans.py index 3d0a4a631..9fe76e6c3 100644 --- a/modules/onlyfans.py +++ b/modules/onlyfans.py @@ -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):