[dl:ytdl] fix exception when ytdl reports an error (#7301)

when using the HLS/DASH download functionality
This commit is contained in:
Mike Fährmann
2025-04-08 10:03:38 +02:00
parent f7cd4367c6
commit 1772c233e4

View File

@@ -200,6 +200,7 @@ class YoutubeDLDownloader(DownloaderBase):
return None
info_dict = {
"extractor": "",
"id" : video_id,
"title" : video_id,
"formats" : fmts,