From 060ea59fb10a906719909f54deb3cec439b2e917 Mon Sep 17 00:00:00 2001
From: chantzish <chantzish@gmail.com>
Date: Tue, 19 Sep 2023 13:52:25 +0300
Subject: [PATCH] Fix: [Facebook] download failure when there is no
 dash_manifest

---
 youtube_dl/extractor/facebook.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/youtube_dl/extractor/facebook.py b/youtube_dl/extractor/facebook.py
index c5d24b642..e154c7f5a 100644
--- a/youtube_dl/extractor/facebook.py
+++ b/youtube_dl/extractor/facebook.py
@@ -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 = []