[cleanup] Fix linter in 96fccc101f
This commit is contained in:
parent
96fccc101f
commit
a46a815b05
3 changed files with 3 additions and 3 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue