From 29d3c491ca8bed2e265af5a1644346f88d0827dc Mon Sep 17 00:00:00 2001 From: pluja Date: Sun, 27 Sep 2020 11:15:37 +0200 Subject: [PATCH] Fix some videos didn't proxy --- app/routes.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/routes.py b/app/routes.py index 0326912..f5e90ab 100644 --- a/app/routes.py +++ b/app/routes.py @@ -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 = "#"