mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2025-10-10 20:04:49 +00:00
[cleanup] Fix linter in 96fccc101f
This commit is contained in:
@@ -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,
|
||||
|
Reference in New Issue
Block a user