Merge pull request #171 from ComradeEcho/patch-1

Record duplicate downloaded files into the --downloaded-posts file
This commit is contained in:
Ali Parlakçı
2020-12-09 11:59:26 +03:00
committed by GitHub

View File

@@ -165,6 +165,7 @@ def download(submissions):
except FileAlreadyExistsError:
print("It already exists")
GLOBAL.downloadedPosts.add(details['POSTID'])
duplicates += 1
except ImgurLoginError: