This commit is contained in:
UrloMythus
2026-02-19 20:15:03 +01:00
parent 7785e8c604
commit cfc6bbabc9
181 changed files with 32141 additions and 4629 deletions

View File

@@ -40,7 +40,7 @@ class FileMoonExtractor(BaseExtractor):
)
test_resp = await self._make_request(final_url, headers=headers)
if test_resp.status_code == 404:
if test_resp.status == 404:
raise ExtractorError("Stream not found (404)")
self.base_headers["referer"] = url