Fix: [Facebook] download failure when there is no dash_manifest

pull/32566/head
chantzish 7 months ago committed by GitHub
parent 57e5a1fddc
commit 060ea59fb1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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…
Cancel
Save