[facebook] proper support for watch videos(closes #22795)(#27062)

unlicense
Remita Amine 2021-02-26 14:54:28 +01:00 committed by Dominika
parent 6970a136ec
commit 3a0bdc1456
1 changed files with 6 additions and 1 deletions

View File

@ -41,7 +41,8 @@ class FacebookIE(InfoExtractor):
photo\.php|
video\.php|
video/embed|
story\.php
story\.php|
watch/?
)\?(?:.*?)(?:v|video_id|story_fbid)=|
[^/]+/videos/(?:[^/]+/)?|
[^/]+/posts/|
@ -239,6 +240,10 @@ class FacebookIE(InfoExtractor):
'id': '106560053808006',
},
'playlist_count': 2,
}, {
# data.video.story.attachments[].media
'url': 'https://www.facebook.com/watch/?v=647537299265662',
'only_matching': True,
}]
@staticmethod