projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
45aa690
)
FacebookIE: Not all videos are available in all formats.
author
Rogério Brito
<rbrito@ime.usp.br>
Thu, 20 Oct 2011 22:26:42 +0000
(20:26 -0200)
committer
Rogério Brito
<rbrito@ime.usp.br>
Thu, 20 Oct 2011 22:26:42 +0000
(20:26 -0200)
youtube-dl
patch
|
blob
|
history
diff --git
a/youtube-dl
b/youtube-dl
index 3a37fae2eb19769886f897090dbd28e397ee3d21..4449e73019a4c5da70b5c6c0c9043f13a5219625 100755
(executable)
--- a/
youtube-dl
+++ b/
youtube-dl
@@
-2712,8
+2712,9
@@
class FacebookIE(InfoExtractor):
_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&'
_NETRC_MACHINE = 'facebook'
- _available_formats = ['highqual', 'lowqual']
+ _available_formats = ['
video', '
highqual', 'lowqual']
_video_extensions = {
+ 'video': 'mp4',
'highqual': 'mp4',
'lowqual': 'mp4',
}