Refactor method to remove max wait time
This commit is contained in:
@@ -29,7 +29,7 @@ class Erome(BaseDownloader):
|
||||
for link in links:
|
||||
if not re.match(r'https?://.*', link):
|
||||
link = 'https://' + link
|
||||
out.append(Resource(self.post, link, Resource.retry_download(link, 300)))
|
||||
out.append(Resource(self.post, link, Resource.retry_download(link)))
|
||||
return out
|
||||
|
||||
@staticmethod
|
||||
|
||||
Reference in New Issue
Block a user