Fix some videos didn't proxy

This commit is contained in:
pluja 2020-09-27 11:19:26 +02:00
parent ead7890c22
commit c5dd461bdc

View File

@ -331,7 +331,7 @@ def watch():
# Use nginx
try:
url = info['video']['url'].replace("https://{}".format(hostName), "")+"?host="+hostName
url = info['video']['url'].replace("https://{}".format(hostName), "")+"&host="+hostName
except:
url = "#"