[common] Remove unused arguments

This commit is contained in:
Yen Chi Hsuan 2016-01-30 22:45:16 +08:00
parent 16f38a699f
commit c94678957f
3 changed files with 3 additions and 3 deletions

View file

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