[npr] Make SMIL extraction non-fatal (#2099)
Closes #1934 Authored by: r5d
This commit is contained in:
parent
c8b80b9643
commit
774a46c53d
2 changed files with 3 additions and 2 deletions
|
|
@ -2332,7 +2332,7 @@ class InfoExtractor(object):
|
|||
|
||||
if smil is False:
|
||||
assert not fatal
|
||||
return []
|
||||
return [], {}
|
||||
|
||||
namespace = self._parse_smil_namespace(smil)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue