bugfix
This commit is contained in:
parent
32e2f2ac1c
commit
f3cefd4dc7
@ -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('****************')
|
||||||
|
Loading…
Reference in New Issue
Block a user