[ie/facebook:reel] Fix extraction (#10232)

Closes #10227
Authored by: bashonly
pull/1165/merge
bashonly 3 months ago committed by GitHub
parent 800ec085cc
commit 8ca1d57ed0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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}))

Loading…
Cancel
Save