Fix some videos didn't proxy
This commit is contained in:
parent
0ffbcdf154
commit
29d3c491ca
@ -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 = "#"
|
||||
|
||||
|
Reference in New Issue
Block a user