1
0
Fork 0

[cleanup] Fix linter in 96fccc101f

This commit is contained in:
pukkandan 2021-08-01 12:52:09 +05:30
commit a46a815b05
No known key found for this signature in database
GPG key ID: 0F00D95A001F4698
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,