Add files via upload

This commit is contained in:
Urlo30
2025-01-25 13:52:28 +01:00
committed by GitHub
parent bc2ca901cd
commit c54be91e39
7 changed files with 186 additions and 5 deletions

View File

@@ -10,6 +10,8 @@ class MixdropExtractor(BaseExtractor):
async def extract(self, url: str, **kwargs) -> Dict[str, Any]:
"""Extract Mixdrop URL."""
if "club" in url:
url = url.replace("club", "ps").split("/2")[0]
response = await self._make_request(url, headers={"accept-language": "en-US,en;q=0.5"})
# Extract and decode URL