From f3cefd4dc7d8c0fd79c38f947edfe00ee9469ad8 Mon Sep 17 00:00:00 2001 From: yumoqing Date: Mon, 14 Feb 2022 13:31:22 +0800 Subject: [PATCH] bugfix --- kivyblocks/hack_ffpyplayer.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kivyblocks/hack_ffpyplayer.py b/kivyblocks/hack_ffpyplayer.py index 15176a8..1ece19d 100644 --- a/kivyblocks/hack_ffpyplayer.py +++ b/kivyblocks/hack_ffpyplayer.py @@ -36,7 +36,7 @@ def hack_play(self): self._filename.startswith('https://'): headers = get_spec_headers(self._filename) if headers is not None: - ff_opts['headers'] = headers + ff_opts['headers'] = "$'%s'" % headers print('****************') print('*VideoFFPy():ff_opts=', ff_opts) print('****************')