Add tentative typing
This commit is contained in:
@@ -87,7 +87,6 @@ def isPostExists(post, directory):
|
||||
|
||||
|
||||
def downloadPost(submission, directory):
|
||||
|
||||
downloaders = {
|
||||
"imgur": Imgur, "gfycat": Gfycat, "erome": Erome, "direct": Direct, "self": SelfPost,
|
||||
"redgifs": Redgifs, "gifdeliverynetwork": GifDeliveryNetwork,
|
||||
@@ -101,7 +100,6 @@ def downloadPost(submission, directory):
|
||||
raise NoSuitablePost
|
||||
|
||||
|
||||
|
||||
def download(submissions):
|
||||
"""Analyze list of submissions and call the right function
|
||||
to download each one, catch errors, update the log files
|
||||
|
||||
Reference in New Issue
Block a user