fix repelis.live
fix request to get embed link
This commit is contained in:
@@ -168,6 +168,7 @@ def findvideos(item):
|
||||
matches = re.compile(patron, re.DOTALL).findall(data)
|
||||
|
||||
for url, language in matches:
|
||||
url = url.replace('&','&')
|
||||
data = httptools.downloadpage(url, follow_redirects=False, headers={'Referer':item.url}, only_headers=True)
|
||||
url = data.headers['location']
|
||||
|
||||
|
||||
Reference in New Issue
Block a user