[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
|
return None
|
||||||
|
|
||||||
info_dict = {
|
info_dict = {
|
||||||
|
"extractor": "",
|
||||||
"id" : video_id,
|
"id" : video_id,
|
||||||
"title" : video_id,
|
"title" : video_id,
|
||||||
"formats" : fmts,
|
"formats" : fmts,
|
||||||
|
|||||||
Reference in New Issue
Block a user