From 774a46c53dc75eae68d11abdc40b7fe7e1e828ca Mon Sep 17 00:00:00 2001 From: siddharth Date: Thu, 23 Dec 2021 21:15:48 -0500 Subject: [npr] Make SMIL extraction non-fatal (#2099) Closes #1934 Authored by: r5d --- yt_dlp/extractor/common.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'yt_dlp/extractor/common.py') diff --git a/yt_dlp/extractor/common.py b/yt_dlp/extractor/common.py index e15763953..6cd2551bf 100644 --- a/yt_dlp/extractor/common.py +++ b/yt_dlp/extractor/common.py @@ -2332,7 +2332,7 @@ class InfoExtractor(object): if smil is False: assert not fatal - return [] + return [], {} namespace = self._parse_smil_namespace(smil) -- cgit v1.2.3