Skip to content

Commit

Permalink
Revert "Update extractor for new URL yt-dlp#3824"
Browse files Browse the repository at this point in the history
This reverts commit 6bc4e1e.
  • Loading branch information
seproDev committed Dec 24, 2023
1 parent 6bc4e1e commit 7ec3928
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions yt_dlp/extractor/facebook.py
Expand Up @@ -57,7 +57,7 @@ class FacebookIE(InfoExtractor):
)|
facebook:
)
(?P<id>[a-zA-Z0-9]+)
(?P<id>[0-9]+)
'''
_EMBED_REGEX = [
r'<iframe[^>]+?src=(["\'])(?P<url>https?://www\.facebook\.com/(?:video/embed|plugins/video\.php).+?)\1',
Expand Down Expand Up @@ -247,12 +247,6 @@ class FacebookIE(InfoExtractor):
'thumbnail': r're:^https?://.*',
'duration': 148.435,
},
}, {
'url': 'https://www.facebook.com/attn/posts/pfbid0j1Czf2gGDVqeQ8KiMLFm3pWN8GxsQmeRrVhimWDzMuKQoR8r4b1knNsejELmUgyhl',
'only_matching': True,
}, {
'url': 'https://www.facebook.com/story.php?story_fbid=pfbid0Fnzhm8UuzjBYpPMNFzaSpFE9UmLdU4fJN8qTANi1Dmtj5q7DNrL5NERXfsAzDEV7l&id=100073071055552',
'only_matching': True,
}, {
'url': 'https://www.facebook.com/video.php?v=10204634152394104',
'only_matching': True,
Expand Down

0 comments on commit 7ec3928

Please sign in to comment.