[cleanup] Fix linter in 96fccc101f
This commit is contained in:
parent
96fccc101f
commit
a46a815b05
3 changed files with 3 additions and 3 deletions
|
|
@ -23,7 +23,7 @@ class DashSegmentsFD(FragmentFD):
|
|||
'test', False) else info_dict['fragments']
|
||||
|
||||
real_downloader = get_suitable_downloader(
|
||||
info_dict, self.params, None, protocol='dash_frag_urls', to_stdout=(filename== '-'))
|
||||
info_dict, self.params, None, protocol='dash_frag_urls', to_stdout=(filename == '-'))
|
||||
|
||||
ctx = {
|
||||
'filename': filename,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue