[dl:ytdl] fix exception when ytdl reports an error (#7301)
when using the HLS/DASH download functionality
This commit is contained in:
@@ -200,6 +200,7 @@ class YoutubeDLDownloader(DownloaderBase):
|
||||
return None
|
||||
|
||||
info_dict = {
|
||||
"extractor": "",
|
||||
"id" : video_id,
|
||||
"title" : video_id,
|
||||
"formats" : fmts,
|
||||
|
||||
Reference in New Issue
Block a user