[cleanup] Fix linter in 96fccc101f

This commit is contained in:
pukkandan
2021-08-01 12:52:09 +05:30
parent 96fccc101f
commit a46a815b05
3 changed files with 3 additions and 3 deletions

View File

@@ -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,