aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl/extractor/facebook.py
diff options
context:
space:
mode:
authorYen Chi Hsuan <yan12125@gmail.com>2016-02-23 13:17:24 +0800
committerYen Chi Hsuan <yan12125@gmail.com>2016-02-23 13:17:24 +0800
commitefbeddead35582126c622a74972af02db9680357 (patch)
tree4ddabb0c53b756baf2a0cbf6ff2ec0c8850a3240 /youtube_dl/extractor/facebook.py
parent3cfeb1624a28b60cec24dbc0d21565f4afd924b3 (diff)
downloadyoutube-dl-efbeddead35582126c622a74972af02db9680357.tar.xz
[facebook] Support mobile URLs (closes #8638)
Diffstat (limited to 'youtube_dl/extractor/facebook.py')
-rw-r--r--youtube_dl/extractor/facebook.py8
1 files changed, 6 insertions, 2 deletions
diff --git a/youtube_dl/extractor/facebook.py b/youtube_dl/extractor/facebook.py
index 0a9a5ca71..d2ff38140 100644
--- a/youtube_dl/extractor/facebook.py
+++ b/youtube_dl/extractor/facebook.py
@@ -34,8 +34,9 @@ class FacebookIE(InfoExtractor):
video/video\.php|
photo\.php|
video\.php|
- video/embed
- )\?(?:.*?)(?:v|video_id)=|
+ video/embed|
+ story\.php
+ )\?(?:.*?)(?:v|video_id|story_fbid)=|
[^/]+/videos/(?:[^/]+/)?
)|
facebook:
@@ -92,6 +93,9 @@ class FacebookIE(InfoExtractor):
}, {
'url': 'facebook:544765982287235',
'only_matching': True,
+ }, {
+ 'url': 'https://m.facebook.com/story.php?story_fbid=1035862816472149&id=116132035111903',
+ 'only_matching': True,
}]
def _login(self):