Update script.py
Mark duplicate files as being downloaded to prevent them from being downloaded again
This commit is contained in:
@@ -165,6 +165,7 @@ def download(submissions):
|
|||||||
|
|
||||||
except FileAlreadyExistsError:
|
except FileAlreadyExistsError:
|
||||||
print("It already exists")
|
print("It already exists")
|
||||||
|
GLOBAL.downloadedPosts.add(details['POSTID'])
|
||||||
duplicates += 1
|
duplicates += 1
|
||||||
|
|
||||||
except ImgurLoginError:
|
except ImgurLoginError:
|
||||||
|
|||||||
Reference in New Issue
Block a user