mirror of
https://github.com/ytdl-org/youtube-dl.git
synced 2025-06-30 11:02:51 -05:00
[common] Remove unused arguments
This commit is contained in:
@ -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')
|
||||
|
Reference in New Issue
Block a user