mirror of
https://github.com/ytdl-org/youtube-dl.git
synced 2024-11-18 00:05:46 +00:00
Fix: [Facebook] download failure when there is no dash_manifest
This commit is contained in:
parent
57e5a1fddc
commit
060ea59fb1
1 changed files with 1 additions and 1 deletions
|
@ -438,7 +438,7 @@ class FacebookIE(InfoExtractor):
|
|||
|
||||
if not video_data:
|
||||
data = extract_relay_prefetched_data(
|
||||
r'"(?:dash_manifest|playable_url(?:_quality_hd)?)"\s*:\s*"[^"]+"')
|
||||
r'"(?:dash_manifest|playable_url(?:_quality_hd)?|browser_native_(?:sd|hd)_url)"\s*:\s*"[^"]+"')
|
||||
if data:
|
||||
entries = []
|
||||
|
||||
|
|
Loading…
Reference in a new issue