From c5dd461bdc52afb1bd18ce723ceaeeab3790533d Mon Sep 17 00:00:00 2001 From: pluja Date: Sun, 27 Sep 2020 11:19:26 +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 f5e90ab..0326912 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 = "#"