Fix some videos didn't proxy

This commit is contained in:
pluja 2020-09-27 11:15:37 +02:00
parent 0ffbcdf154
commit 29d3c491ca

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 = "#"