Correcciones setting y powvideo

This commit is contained in:
pipcat
2018-07-05 16:26:07 +02:00
parent 3f27e1f227
commit 2523dc6d84
3 changed files with 3 additions and 1 deletions
+1 -1
View File
@@ -44,5 +44,5 @@ def get_video_url(page_url, premium=False, user="", password="", video_password=
def decode_powvideo_url(url):
tria = re.compile('[0-9a-z]{40,}', re.IGNORECASE).findall(url)[0]
gira = tria[::-1]
x = gira[1:]
x = gira[:1] + gira[2:]
return re.sub(tria, x, url)