Skip to content

Commit

Permalink
[ie/facebook] Update extractor
Browse files Browse the repository at this point in the history
- add extractor for facebook.com/ads (Meta Ad Library)
- support facebook.com/events
- preserve preferred thumbnail provided in video info
- get metadata from media streams of sd/hd formats if ffprobe is available
  • Loading branch information
kclauhk authored Jan 19, 2024
1 parent bf18d77 commit 1b7d5a7
Show file tree
Hide file tree
Showing 2 changed files with 225 additions and 51 deletions.
1 change: 1 addition & 0 deletions yt_dlp/extractor/_extractors.py
Original file line number Diff line number Diff line change
Expand Up @@ -586,6 +586,7 @@
FacebookPluginsVideoIE,
FacebookRedirectURLIE,
FacebookReelIE,
FacebookAdsIE,
)
from .fancode import (
FancodeVodIE,
Expand Down
Loading

0 comments on commit 1b7d5a7

Please sign in to comment.