This commit is contained in:
UrloMythus
2025-07-18 09:51:51 +02:00
parent e1b7376b8b
commit abf282c770
10 changed files with 16 additions and 167 deletions

View File

@@ -19,7 +19,7 @@ class SupervideoExtractor(BaseExtractor):
"""Extract Supervideo URL."""
final_url = await eval_solver(self,url,headers)
final_url = await eval_solver(self,url,headers, r'file:"(.*?)"')
self.base_headers["referer"] = url
return {