Merge pull request #606 from Serene-Arc/bug_fix_605
This commit is contained in:
@@ -18,7 +18,7 @@ class Redgifs(BaseDownloader):
|
|||||||
|
|
||||||
def find_resources(self, authenticator: Optional[SiteAuthenticator] = None) -> list[Resource]:
|
def find_resources(self, authenticator: Optional[SiteAuthenticator] = None) -> list[Resource]:
|
||||||
media_urls = self._get_link(self.post.url)
|
media_urls = self._get_link(self.post.url)
|
||||||
return [Resource(self.post, m, Resource.retry_download(m), '.mp4') for m in media_urls]
|
return [Resource(self.post, m, Resource.retry_download(m), None) for m in media_urls]
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
def _get_link(url: str) -> set[str]:
|
def _get_link(url: str) -> set[str]:
|
||||||
|
|||||||
Reference in New Issue
Block a user