[common] Rename to namespace

For consistency with _parse_smil_*
This commit is contained in:
Yen Chi Hsuan 2016-01-30 22:40:13 +08:00
parent a6c2c24479
commit 16f38a699f
3 changed files with 5 additions and 5 deletions

View file

@ -216,7 +216,7 @@ class FacebookIE(InfoExtractor):
if dash_manifest:
formats.extend(self._parse_dash_manifest(
video_id, compat_etree_fromstring(compat_urllib_parse_unquote_plus(dash_manifest)),
default_ns='urn:mpeg:dash:schema:mpd:2011'))
namespace='urn:mpeg:dash:schema:mpd:2011'))
if not formats:
raise ExtractorError('Cannot find video formats')