[ie/facebook] Fix bug in bacc31b05a04181b63100c481565256b14813a5e

Authored by: bashonly
This commit is contained in:
bashonly 2024-11-15 09:49:07 -06:00
parent f2a4983df7
commit 2410edc001
No known key found for this signature in database
GPG Key ID: 783F096F253D15B0

View File

@ -569,7 +569,7 @@ class FacebookIE(InfoExtractor):
if dash_manifest:
formats.extend(self._parse_mpd_formats(
compat_etree_fromstring(urllib.parse.unquote_plus(dash_manifest)),
mpd_url=url_or_none(video.get('dash_manifest_url')) or mpd_url))
mpd_url=url_or_none(vid_data.get('dash_manifest_url')) or mpd_url))
def process_formats(info):
# Downloads with browser's User-Agent are rate limited. Working around