mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-02 09:12:40 +01:00
FacebookIE: Not all videos are available in all formats.
This commit is contained in:
parent
45aa690868
commit
0067bbe7a7
@ -2712,8 +2712,9 @@ class FacebookIE(InfoExtractor):
|
|||||||
_VALID_URL = r'^(?:https?://)?(?:\w+\.)?facebook\.com/video/video\.php\?(?:.*?)v=(?P<ID>\d+)(?:.*)'
|
_VALID_URL = r'^(?:https?://)?(?:\w+\.)?facebook\.com/video/video\.php\?(?:.*?)v=(?P<ID>\d+)(?:.*)'
|
||||||
_LOGIN_URL = 'https://login.facebook.com/login.php?m&next=http%3A%2F%2Fm.facebook.com%2Fhome.php&'
|
_LOGIN_URL = 'https://login.facebook.com/login.php?m&next=http%3A%2F%2Fm.facebook.com%2Fhome.php&'
|
||||||
_NETRC_MACHINE = 'facebook'
|
_NETRC_MACHINE = 'facebook'
|
||||||
_available_formats = ['highqual', 'lowqual']
|
_available_formats = ['video', 'highqual', 'lowqual']
|
||||||
_video_extensions = {
|
_video_extensions = {
|
||||||
|
'video': 'mp4',
|
||||||
'highqual': 'mp4',
|
'highqual': 'mp4',
|
||||||
'lowqual': 'mp4',
|
'lowqual': 'mp4',
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user