mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-10-31 06:35:12 +00:00 
			
		
		
		
	[ie/facebook:reel] Fix extraction (#10232)
Closes #10227 Authored by: bashonly
This commit is contained in:
		| @@ -621,6 +621,9 @@ class FacebookIE(InfoExtractor): | ||||
|                                 'url': playable_url, | ||||
|                             }) | ||||
|                     extract_dash_manifest(video, formats) | ||||
|                     if not formats: | ||||
|                         # Do not append false positive entry w/o any formats | ||||
|                         return | ||||
| 
 | ||||
|                     automatic_captions, subtitles = {}, {} | ||||
|                     is_broadcast = traverse_obj(video, ('is_video_broadcast', {bool})) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 bashonly
					bashonly