Alcuni fix

This commit is contained in:
Alhaziel01
2020-11-14 19:07:02 +01:00
parent a4ba6542c9
commit 131e7f55f7
4 changed files with 15 additions and 10 deletions

View File

@@ -33,5 +33,5 @@ def get_video_url(page_url, premium=False, user="", password="", video_password=
url = url.split(',')
video_url = url[0]
quality = url[1].replace('label:','')
video_urls.append(['VUP Player [%s]' % quality, video_url])
video_urls.append(['VUP Player [%s]' % quality, video_url.replace(',','')])
return video_urls