Refactor method to remove max wait time
This commit is contained in:
@@ -14,4 +14,4 @@ class Direct(BaseDownloader):
|
||||
super().__init__(post)
|
||||
|
||||
def find_resources(self, authenticator: Optional[SiteAuthenticator] = None) -> list[Resource]:
|
||||
return [Resource(self.post, self.post.url, Resource.retry_download(self.post.url, 300))]
|
||||
return [Resource(self.post, self.post.url, Resource.retry_download(self.post.url))]
|
||||
|
||||
Reference in New Issue
Block a user