This commit is contained in:
yumoqing 2022-02-14 13:31:22 +08:00
parent 32e2f2ac1c
commit f3cefd4dc7

View File

@ -36,7 +36,7 @@ def hack_play(self):
self._filename.startswith('https://'): self._filename.startswith('https://'):
headers = get_spec_headers(self._filename) headers = get_spec_headers(self._filename)
if headers is not None: if headers is not None:
ff_opts['headers'] = headers ff_opts['headers'] = "$'%s'" % headers
print('****************') print('****************')
print('*VideoFFPy():ff_opts=', ff_opts) print('*VideoFFPy():ff_opts=', ff_opts)
print('****************') print('****************')