This commit is contained in:
pukkandan 2022-06-13 19:16:06 +05:30
parent d32f30ac48
commit fccf90e7f3
No known key found for this signature in database
GPG Key ID: 7EEE9E1E817D0A39
1 changed files with 1 additions and 1 deletions

View File

@ -3060,7 +3060,7 @@ class YoutubeDL:
success = True
merger, fd = FFmpegMergerPP(self), None
if info_dict.get('url'):
if info_dict.get('protocol') or info_dict.get('url'):
fd = get_suitable_downloader(info_dict, self.params, to_stdout=temp_filename == '-')
if fd is not FFmpegFD and (
info_dict.get('section_start') or info_dict.get('section_end')):