mirror of
https://github.com/KevinMidboe/bulk-downloader-for-reddit.git
synced 2025-10-29 17:40:15 +00:00
Bug fix
This commit is contained in:
@@ -208,9 +208,9 @@ class Imgur:
|
|||||||
elif identity['type'] == 'album':
|
elif identity['type'] == 'album':
|
||||||
return {'object':self.imgurClient.get_album(identity['id']),
|
return {'object':self.imgurClient.get_album(identity['id']),
|
||||||
'type':'album'}
|
'type':'album'}
|
||||||
|
@staticmethod
|
||||||
def get_credits():
|
def get_credits():
|
||||||
return self.initImgur().get_credits()
|
return Imgur.initImgur().get_credits()
|
||||||
|
|
||||||
class Gfycat:
|
class Gfycat:
|
||||||
def __init__(self,directory,POST):
|
def __init__(self,directory,POST):
|
||||||
|
|||||||
Reference in New Issue
Block a user