mirror of
https://github.com/UrloMythus/UnHided.git
synced 2026-04-11 11:50:51 +00:00
update
This commit is contained in:
@@ -15,8 +15,8 @@ class StreamtapeExtractor(BaseExtractor):
|
||||
if not matches:
|
||||
raise ExtractorError("Failed to extract URL components")
|
||||
i = 0
|
||||
for i in range(len(matches)):
|
||||
if matches[i-1] == matches[i] and "ip=" in matches[i]:
|
||||
for i in range(len(matches)):
|
||||
if matches[i - 1] == matches[i] and "ip=" in matches[i]:
|
||||
final_url = f"https://streamtape.com/get_video?{matches[i]}"
|
||||
|
||||
self.base_headers["referer"] = url
|
||||
|
||||
Reference in New Issue
Block a user