mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2026-04-06 00:52:40 +00:00
[ie/facebook] Fix bug in bacc31b05a04181b63100c481565256b14813a5e
Authored by: bashonly
This commit is contained in:
parent
f2a4983df7
commit
2410edc001
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user