Fix some videos didn't proxy
This commit is contained in:
parent
0ffbcdf154
commit
29d3c491ca
@ -331,7 +331,7 @@ def watch():
|
|||||||
|
|
||||||
# Use nginx
|
# Use nginx
|
||||||
try:
|
try:
|
||||||
url = info['video']['url'].replace("https://{}".format(hostName), "")+"&host="+hostName
|
url = info['video']['url'].replace("https://{}".format(hostName), "")+"?host="+hostName
|
||||||
except:
|
except:
|
||||||
url = "#"
|
url = "#"
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user