1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2025-10-31 22:55:18 +00:00

[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

@@ -87,7 +87,7 @@ class HlsFD(FragmentFD):
real_downloader = None # Packing the fragments is not currently supported for external downloader
else:
real_downloader = get_suitable_downloader(
info_dict, self.params, None, protocol='m3u8_frag_urls', to_stdout=(filename== '-'))
info_dict, self.params, None, protocol='m3u8_frag_urls', to_stdout=(filename == '-'))
if real_downloader and not real_downloader.supports_manifest(s):
real_downloader = None
if real_downloader: