mirror of
https://github.com/UrloMythus/UnHided.git
synced 2026-04-11 11:50:51 +00:00
update
This commit is contained in:
@@ -13,7 +13,7 @@ class LuluStreamExtractor(BaseExtractor):
|
||||
response = await self._make_request(url)
|
||||
|
||||
# See https://github.com/Gujal00/ResolveURL/blob/master/script.module.resolveurl/lib/resolveurl/plugins/lulustream.py
|
||||
pattern = r'''sources:\s*\[{file:\s*["'](?P<url>[^"']+)'''
|
||||
pattern = r"""sources:\s*\[{file:\s*["'](?P<url>[^"']+)"""
|
||||
match = re.search(pattern, response.text, re.DOTALL)
|
||||
if not match:
|
||||
raise ExtractorError("Failed to extract source URL")
|
||||
|
||||
Reference in New Issue
Block a user