rename _parse_mpd to _parse_mpd_formats and add default value for mpd namespace
[youtube-dl] / youtube_dl / extractor / facebook.py
index 9c751178fa79e863e898cfeb892d06e9a1b9f922..ed237f081e2397fe30dc9e4e9c32d590170692de 100644 (file)
@@ -215,7 +215,7 @@ class FacebookIE(InfoExtractor):
                         })
             dash_manifest = f[0].get('dash_manifest')
             if dash_manifest:
-                formats.extend(self._parse_mpd(
+                formats.extend(self._parse_mpd_formats(
                     compat_etree_fromstring(compat_urllib_parse_unquote_plus(dash_manifest))))
         if not formats:
             raise ExtractorError('Cannot find video formats')