]> jfr.im git - yt-dlp.git/blame - yt_dlp/extractor/facebook.py
[TV2] Fix extractor (#766)
[yt-dlp.git] / yt_dlp / extractor / facebook.py
CommitLineData
624c4b92 1# coding: utf-8
cb3bb2cf
PH
2from __future__ import unicode_literals
3
29f7c58a 4import json
9eae41dd 5import re
9eae41dd
PH
6
7from .common import InfoExtractor
8c25f81b 8from ..compat import (
0803753f 9 compat_etree_fromstring,
29f7c58a 10 compat_str,
d7011316 11 compat_urllib_parse_unquote,
0803753f 12 compat_urllib_parse_unquote_plus,
8c25f81b
PH
13)
14from ..utils import (
b83ef507 15 clean_html,
9b9c5355 16 error_to_compat_str,
9eae41dd 17 ExtractorError,
29f7c58a 18 float_or_none,
b83ef507 19 get_element_by_id,
196c6ba0 20 int_or_none,
b83ef507 21 js_to_json,
a020a0dc 22 limit_length,
3158150c 23 network_exceptions,
11330f51 24 parse_count,
29f7c58a 25 qualities,
5c2266df 26 sanitized_Request,
b83ef507 27 try_get,
2fc9f2b4 28 urlencode_postdata,
29f7c58a 29 urljoin,
9eae41dd
PH
30)
31
32
33class FacebookIE(InfoExtractor):
9834872b 34 _VALID_URL = r'''(?x)
2e6e742c
S
35 (?:
36 https?://
30918999 37 (?:[\w-]+\.)?(?:facebook\.com|facebookcorewwwi\.onion)/
2e6e742c
S
38 (?:[^#]*?\#!/)?
39 (?:
40 (?:
41 video/video\.php|
42 photo\.php|
43 video\.php|
efbeddea 44 video/embed|
29f7c58a 45 story\.php|
46 watch(?:/live)?/?
efbeddea 47 )\?(?:.*?)(?:v|video_id|story_fbid)=|
9c7b509b 48 [^/]+/videos/(?:[^/]+/)?|
e738e433 49 [^/]+/posts/|
29f7c58a 50 groups/[^/]+/permalink/|
51 watchparty/
2e6e742c
S
52 )|
53 facebook:
54 )
55 (?P<id>[0-9]+)
56 '''
67874aef
JMF
57 _LOGIN_URL = 'https://www.facebook.com/login.php?next=http%3A%2F%2Ffacebook.com%2Fhome.php&login_attempt=1'
58 _CHECKPOINT_URL = 'https://www.facebook.com/checkpoint/?next=http%3A%2F%2Ffacebook.com%2Fhome.php&_fb_noscript=1'
9eae41dd 59 _NETRC_MACHINE = 'facebook'
cb3bb2cf 60 IE_NAME = 'facebook'
0803753f 61
9c7b509b 62 _VIDEO_PAGE_TEMPLATE = 'https://www.facebook.com/video/video.php?v=%s'
0df514f0 63 _VIDEO_PAGE_TAHOE_TEMPLATE = 'https://www.facebook.com/video/tahoe/async/%s/?chain=true&isvideo=true&payloadtype=primary'
9c7b509b 64
60ac04e5 65 _TESTS = [{
50317dbb
PH
66 'url': 'https://www.facebook.com/video.php?v=637842556329505&fref=nf',
67 'md5': '6a40d33c0eccbb1af76cf0485a052659',
cb3bb2cf 68 'info_dict': {
50317dbb 69 'id': '637842556329505',
cb3bb2cf 70 'ext': 'mp4',
5e4f0619 71 'title': 're:Did you know Kei Nishikori is the first Asian man to ever reach a Grand Slam',
67b8a28a 72 'uploader': 'Tennis on Facebook',
196c6ba0
S
73 'upload_date': '20140908',
74 'timestamp': 1410199200,
01c742ec
YCH
75 },
76 'skip': 'Requires logging in',
a020a0dc 77 }, {
29f7c58a 78 # data.video
a020a0dc
PH
79 'url': 'https://www.facebook.com/video.php?v=274175099429670',
80 'info_dict': {
81 'id': '274175099429670',
82 'ext': 'mp4',
11330f51 83 'title': 're:^Asif Nawab Butt posted a video',
67b8a28a 84 'uploader': 'Asif Nawab Butt',
196c6ba0
S
85 'upload_date': '20140506',
86 'timestamp': 1399398998,
01c742ec 87 'thumbnail': r're:^https?://.*',
db3ca364
YCH
88 },
89 'expected_warnings': [
90 'title'
91 ]
0803753f
YCH
92 }, {
93 'note': 'Video with DASH manifest',
94 'url': 'https://www.facebook.com/video.php?v=957955867617029',
196c6ba0 95 'md5': 'b2c28d528273b323abe5c6ab59f0f030',
0803753f
YCH
96 'info_dict': {
97 'id': '957955867617029',
98 'ext': 'mp4',
99 'title': 'When you post epic content on instagram.com/433 8 million followers, this is ...',
100 'uploader': 'Demy de Zeeuw',
196c6ba0
S
101 'upload_date': '20160110',
102 'timestamp': 1452431627,
0803753f 103 },
01c742ec 104 'skip': 'Requires logging in',
9c7b509b
YCH
105 }, {
106 'url': 'https://www.facebook.com/maxlayn/posts/10153807558977570',
107 'md5': '037b1fa7f3c2d02b7a0d7bc16031ecc6',
108 'info_dict': {
109 'id': '544765982287235',
110 'ext': 'mp4',
111 'title': '"What are you doing running in the snow?"',
112 'uploader': 'FailArmy',
d9ee2e5c
YCH
113 },
114 'skip': 'Video gone',
98801241
YCH
115 }, {
116 'url': 'https://m.facebook.com/story.php?story_fbid=1035862816472149&id=116132035111903',
117 'md5': '1deb90b6ac27f7efcf6d747c8a27f5e3',
118 'info_dict': {
119 'id': '1035862816472149',
120 'ext': 'mp4',
121 'title': 'What the Flock Is Going On In New Zealand Credit: ViralHog',
122 'uploader': 'S. Saint',
123 },
d9ee2e5c 124 'skip': 'Video gone',
5080cbf9
YCH
125 }, {
126 'note': 'swf params escaped',
127 'url': 'https://www.facebook.com/barackobama/posts/10153664894881749',
128 'md5': '97ba073838964d12c70566e0085c2b91',
129 'info_dict': {
130 'id': '10153664894881749',
131 'ext': 'mp4',
01c742ec
YCH
132 'title': 'Average time to confirm recent Supreme Court nominees: 67 days Longest it\'s t...',
133 'thumbnail': r're:^https?://.*',
134 'timestamp': 1456259628,
135 'upload_date': '20160223',
136 'uploader': 'Barack Obama',
5080cbf9 137 },
d9ee2e5c
YCH
138 }, {
139 # have 1080P, but only up to 720p in swf params
29f7c58a 140 # data.video.story.attachments[].media
d9ee2e5c 141 'url': 'https://www.facebook.com/cnn/videos/10155529876156509/',
11330f51 142 'md5': '9571fae53d4165bbbadb17a94651dcdc',
d9ee2e5c
YCH
143 'info_dict': {
144 'id': '10155529876156509',
145 'ext': 'mp4',
01c742ec 146 'title': 'She survived the holocaust — and years later, she’s getting her citizenship s...',
d9ee2e5c
YCH
147 'timestamp': 1477818095,
148 'upload_date': '20161030',
149 'uploader': 'CNN',
01c742ec 150 'thumbnail': r're:^https?://.*',
11330f51 151 'view_count': int,
d9ee2e5c 152 },
78ef214d
S
153 }, {
154 # bigPipe.onPageletArrive ... onPageletArrive pagelet_group_mall
29f7c58a 155 # data.node.comet_sections.content.story.attachments[].style_type_renderer.attachment.media
78ef214d
S
156 'url': 'https://www.facebook.com/yaroslav.korpan/videos/1417995061575415/',
157 'info_dict': {
158 'id': '1417995061575415',
159 'ext': 'mp4',
11330f51 160 'title': 'md5:1db063d6a8c13faa8da727817339c857',
78ef214d
S
161 'timestamp': 1486648217,
162 'upload_date': '20170209',
163 'uploader': 'Yaroslav Korpan',
164 },
165 'params': {
166 'skip_download': True,
167 },
71cdd756
S
168 }, {
169 'url': 'https://www.facebook.com/LaGuiaDelVaron/posts/1072691702860471',
170 'info_dict': {
171 'id': '1072691702860471',
172 'ext': 'mp4',
173 'title': 'md5:ae2d22a93fbb12dad20dc393a869739d',
174 'timestamp': 1477305000,
175 'upload_date': '20161024',
176 'uploader': 'La Guía Del Varón',
01c742ec 177 'thumbnail': r're:^https?://.*',
71cdd756
S
178 },
179 'params': {
180 'skip_download': True,
181 },
182 }, {
29f7c58a 183 # data.node.comet_sections.content.story.attachments[].style_type_renderer.attachment.media
71cdd756
S
184 'url': 'https://www.facebook.com/groups/1024490957622648/permalink/1396382447100162/',
185 'info_dict': {
186 'id': '1396382447100162',
187 'ext': 'mp4',
11330f51 188 'title': 'md5:19a428bbde91364e3de815383b54a235',
71cdd756
S
189 'timestamp': 1486035494,
190 'upload_date': '20170202',
191 'uploader': 'Elisabeth Ahtn',
192 },
193 'params': {
194 'skip_download': True,
195 },
60ac04e5
PH
196 }, {
197 'url': 'https://www.facebook.com/video.php?v=10204634152394104',
198 'only_matching': True,
c6256697
YCH
199 }, {
200 'url': 'https://www.facebook.com/amogood/videos/1618742068337349/?fref=nf',
201 'only_matching': True,
53faa3ca 202 }, {
29f7c58a 203 # data.mediaset.currMedia.edges
53faa3ca
YCH
204 'url': 'https://www.facebook.com/ChristyClarkForBC/videos/vb.22819070941/10153870694020942/?type=2&theater',
205 'only_matching': True,
2e6e742c 206 }, {
29f7c58a 207 # data.video.story.attachments[].media
2e6e742c
S
208 'url': 'facebook:544765982287235',
209 'only_matching': True,
e738e433 210 }, {
29f7c58a 211 # data.node.comet_sections.content.story.attachments[].style_type_renderer.attachment.media
e738e433
YCH
212 'url': 'https://www.facebook.com/groups/164828000315060/permalink/764967300301124/',
213 'only_matching': True,
b4a131e1 214 }, {
29f7c58a 215 # data.video.creation_story.attachments[].media
b4a131e1
S
216 'url': 'https://zh-hk.facebook.com/peoplespower/videos/1135894589806027/',
217 'only_matching': True,
30918999 218 }, {
29f7c58a 219 # data.video
30918999
YCH
220 'url': 'https://www.facebookcorewwwi.onion/video.php?v=274175099429670',
221 'only_matching': True,
66bf351f
S
222 }, {
223 # no title
224 'url': 'https://www.facebook.com/onlycleverentertainment/videos/1947995502095005/',
225 'only_matching': True,
9d082e7c 226 }, {
29f7c58a 227 # data.video
9d082e7c
NR
228 'url': 'https://www.facebook.com/WatchESLOne/videos/359649331226507/',
229 'info_dict': {
230 'id': '359649331226507',
231 'ext': 'mp4',
232 'title': '#ESLOne VoD - Birmingham Finals Day#1 Fnatic vs. @Evil Geniuses',
233 'uploader': 'ESL One Dota 2',
234 },
235 'params': {
236 'skip_download': True,
237 },
29f7c58a 238 }, {
239 # data.node.comet_sections.content.story.attachments[].style_type_renderer.attachment.all_subattachments.nodes[].media
240 'url': 'https://www.facebook.com/100033620354545/videos/106560053808006/',
241 'info_dict': {
242 'id': '106560053808006',
243 },
244 'playlist_count': 2,
245 }, {
246 # data.video.story.attachments[].media
247 'url': 'https://www.facebook.com/watch/?v=647537299265662',
248 'only_matching': True,
249 }, {
250 # data.node.comet_sections.content.story.attachments[].style_type_renderer.attachment.all_subattachments.nodes[].media
251 'url': 'https://www.facebook.com/PankajShahLondon/posts/10157667649866271',
252 'info_dict': {
253 'id': '10157667649866271',
254 },
255 'playlist_count': 3,
256 }, {
257 # data.nodes[].comet_sections.content.story.attachments[].style_type_renderer.attachment.media
258 'url': 'https://m.facebook.com/Alliance.Police.Department/posts/4048563708499330',
259 'info_dict': {
260 'id': '117576630041613',
261 'ext': 'mp4',
262 # TODO: title can be extracted from video page
263 'title': 'Facebook video #117576630041613',
264 'uploader_id': '189393014416438',
265 'upload_date': '20201123',
266 'timestamp': 1606162592,
267 },
268 'skip': 'Requires logging in',
269 }, {
270 # node.comet_sections.content.story.attached_story.attachments.style_type_renderer.attachment.media
271 'url': 'https://www.facebook.com/groups/ateistiskselskab/permalink/10154930137678856/',
272 'info_dict': {
273 'id': '211567722618337',
274 'ext': 'mp4',
275 'title': 'Facebook video #211567722618337',
276 'uploader_id': '127875227654254',
277 'upload_date': '20161122',
278 'timestamp': 1479793574,
279 },
280 }, {
281 # data.video.creation_story.attachments[].media
282 'url': 'https://www.facebook.com/watch/live/?v=1823658634322275',
283 'only_matching': True,
284 }, {
285 'url': 'https://www.facebook.com/watchparty/211641140192478',
286 'info_dict': {
287 'id': '211641140192478',
288 },
289 'playlist_count': 1,
290 'skip': 'Requires logging in',
60ac04e5 291 }]
29f7c58a 292 _SUPPORTED_PAGLETS_REGEX = r'(?:pagelet_group_mall|permalink_video_pagelet|hyperfeed_story_id_[0-9a-f]+)'
293 _api_config = {
294 'graphURI': '/api/graphql/'
295 }
9eae41dd 296
fd6ca382 297 @staticmethod
0646e34c
S
298 def _extract_urls(webpage):
299 urls = []
300 for mobj in re.finditer(
301 r'<iframe[^>]+?src=(["\'])(?P<url>https?://www\.facebook\.com/(?:video/embed|plugins/video\.php).+?)\1',
302 webpage):
303 urls.append(mobj.group('url'))
fd6ca382
YCH
304 # Facebook API embed
305 # see https://developers.facebook.com/docs/plugins/embedded-video-player
0646e34c 306 for mobj in re.finditer(r'''(?x)<div[^>]+
369bb062 307 class=(?P<q1>[\'"])[^\'"]*\bfb-(?:video|post)\b[^\'"]*(?P=q1)[^>]+
0646e34c
S
308 data-href=(?P<q2>[\'"])(?P<url>(?:https?:)?//(?:www\.)?facebook.com/.+?)(?P=q2)''', webpage):
309 urls.append(mobj.group('url'))
310 return urls
fd6ca382 311
67874aef 312 def _login(self):
68217024 313 useremail, password = self._get_login_info()
9eae41dd
PH
314 if useremail is None:
315 return
316
5c2266df 317 login_page_req = sanitized_Request(self._LOGIN_URL)
c1f49e16 318 self._set_cookie('facebook.com', 'locale', 'en_US')
b74fa8cd 319 login_page = self._download_webpage(login_page_req, None,
9e1a5b84
JW
320 note='Downloading login page',
321 errnote='Unable to download login page')
b37b9450 322 lsd = self._search_regex(
d0ff8384 323 r'<input type="hidden" name="lsd" value="([^"]*)"',
b37b9450 324 login_page, 'lsd')
cb3bb2cf 325 lgnrnd = self._search_regex(r'name="lgnrnd" value="([^"]*?)"', login_page, 'lgnrnd')
67874aef 326
9eae41dd
PH
327 login_form = {
328 'email': useremail,
329 'pass': password,
67874aef
JMF
330 'lsd': lsd,
331 'lgnrnd': lgnrnd,
332 'next': 'http://facebook.com/home.php',
333 'default_persistent': '0',
334 'legacy_return': '1',
335 'timezone': '-60',
336 'trynum': '1',
b74e86f4 337 }
5c2266df 338 request = sanitized_Request(self._LOGIN_URL, urlencode_postdata(login_form))
67874aef 339 request.add_header('Content-Type', 'application/x-www-form-urlencoded')
9eae41dd 340 try:
b74fa8cd 341 login_results = self._download_webpage(request, None,
9e1a5b84 342 note='Logging in', errnote='unable to fetch login page')
9eae41dd 343 if re.search(r'<form(.*)name="login"(.*)</form>', login_results) is not None:
9f66931e
S
344 error = self._html_search_regex(
345 r'(?s)<div[^>]+class=(["\']).*?login_error_box.*?\1[^>]*><div[^>]*>.*?</div><div[^>]*>(?P<error>.+?)</div>',
346 login_results, 'login error', default=None, group='error')
347 if error:
348 raise ExtractorError('Unable to login: %s' % error, expected=True)
6a39ee13 349 self.report_warning('unable to log in: bad username/password, or exceeded login rate limit (~3/min). Check credentials or wait.')
9eae41dd 350 return
67874aef 351
c1f49e16
S
352 fb_dtsg = self._search_regex(
353 r'name="fb_dtsg" value="(.+?)"', login_results, 'fb_dtsg', default=None)
354 h = self._search_regex(
355 r'name="h"\s+(?:\w+="[^"]+"\s+)*?value="([^"]+)"', login_results, 'h', default=None)
356
357 if not fb_dtsg or not h:
358 return
359
67874aef 360 check_form = {
c1f49e16
S
361 'fb_dtsg': fb_dtsg,
362 'h': h,
67874aef 363 'name_action_selected': 'dont_save',
67874aef 364 }
5c2266df 365 check_req = sanitized_Request(self._CHECKPOINT_URL, urlencode_postdata(check_form))
67874aef 366 check_req.add_header('Content-Type', 'application/x-www-form-urlencoded')
b74fa8cd 367 check_response = self._download_webpage(check_req, None,
9e1a5b84 368 note='Confirming login')
67874aef 369 if re.search(r'id="checkpointSubmitButton"', check_response) is not None:
6a39ee13 370 self.report_warning('Unable to confirm login, you have to login in your browser and authorize the login.')
3158150c 371 except network_exceptions as err:
6a39ee13 372 self.report_warning('unable to log in: %s' % error_to_compat_str(err))
9eae41dd
PH
373 return
374
67874aef
JMF
375 def _real_initialize(self):
376 self._login()
377
29f7c58a 378 def _extract_from_url(self, url, video_id):
379 webpage = self._download_webpage(
380 url.replace('://m.facebook.com/', '://www.facebook.com/'), video_id)
9eae41dd 381
c1406299
YCH
382 video_data = None
383
b83ef507 384 def extract_video_data(instances):
29f7c58a 385 video_data = []
b83ef507 386 for item in instances:
29f7c58a 387 if try_get(item, lambda x: x[1][0]) == 'VideoConfig':
b83ef507 388 video_item = item[2][0]
71cdd756 389 if video_item.get('video_id'):
29f7c58a 390 video_data.append(video_item['videoData'])
391 return video_data
b83ef507 392
d9ee2e5c 393 server_js_data = self._parse_json(self._search_regex(
29f7c58a 394 [r'handleServerJS\(({.+})(?:\);|,")', r'\bs\.handle\(({.+?})\);'],
395 webpage, 'server js data', default='{}'), video_id, fatal=False)
b83ef507
S
396
397 if server_js_data:
398 video_data = extract_video_data(server_js_data.get('instances', []))
399
9b89daef
S
400 def extract_from_jsmods_instances(js_data):
401 if js_data:
402 return extract_video_data(try_get(
403 js_data, lambda x: x['jsmods']['instances'], list) or [])
404
29f7c58a 405 def extract_dash_manifest(video, formats):
406 dash_manifest = video.get('dash_manifest')
407 if dash_manifest:
408 formats.extend(self._parse_mpd_formats(
409 compat_etree_fromstring(compat_urllib_parse_unquote_plus(dash_manifest))))
410
411 def process_formats(formats):
412 # Downloads with browser's User-Agent are rate limited. Working around
413 # with non-browser User-Agent.
414 for f in formats:
415 f.setdefault('http_headers', {})['User-Agent'] = 'facebookexternalhit/1.1'
416
417 self._sort_formats(formats)
418
419 def extract_relay_data(_filter):
420 return self._parse_json(self._search_regex(
421 r'handleWithCustomApplyEach\([^,]+,\s*({.*?%s.*?})\);' % _filter,
422 webpage, 'replay data', default='{}'), video_id, fatal=False) or {}
423
424 def extract_relay_prefetched_data(_filter):
425 replay_data = extract_relay_data(_filter)
426 for require in (replay_data.get('require') or []):
427 if require[0] == 'RelayPrefetchedStreamCache':
428 return try_get(require, lambda x: x[3][1]['__bbox']['result']['data'], dict) or {}
429
b83ef507 430 if not video_data:
29f7c58a 431 server_js_data = self._parse_json(self._search_regex([
432 r'bigPipe\.onPageletArrive\(({.+?})\)\s*;\s*}\s*\)\s*,\s*["\']onPageletArrive\s+' + self._SUPPORTED_PAGLETS_REGEX,
433 r'bigPipe\.onPageletArrive\(({.*?id\s*:\s*"%s".*?})\);' % self._SUPPORTED_PAGLETS_REGEX
434 ], webpage, 'js data', default='{}'), video_id, js_to_json, False)
9b89daef 435 video_data = extract_from_jsmods_instances(server_js_data)
c1406299 436
9d082e7c 437 if not video_data:
29f7c58a 438 data = extract_relay_prefetched_data(
439 r'"(?:dash_manifest|playable_url(?:_quality_hd)?)"\s*:\s*"[^"]+"')
440 if data:
441 entries = []
442
443 def parse_graphql_video(video):
444 formats = []
445 q = qualities(['sd', 'hd'])
446 for (suffix, format_id) in [('', 'sd'), ('_quality_hd', 'hd')]:
447 playable_url = video.get('playable_url' + suffix)
448 if not playable_url:
449 continue
450 formats.append({
451 'format_id': format_id,
452 'quality': q(format_id),
453 'url': playable_url,
454 })
455 extract_dash_manifest(video, formats)
456 process_formats(formats)
457 v_id = video.get('videoId') or video.get('id') or video_id
458 info = {
459 'id': v_id,
460 'formats': formats,
461 'thumbnail': try_get(video, lambda x: x['thumbnailImage']['uri']),
462 'uploader_id': try_get(video, lambda x: x['owner']['id']),
463 'timestamp': int_or_none(video.get('publish_time')),
464 'duration': float_or_none(video.get('playable_duration_in_ms'), 1000),
465 }
466 description = try_get(video, lambda x: x['savable_description']['text'])
467 title = video.get('name')
468 if title:
469 info.update({
470 'title': title,
471 'description': description,
472 })
473 else:
474 info['title'] = description or 'Facebook video #%s' % v_id
475 entries.append(info)
476
477 def parse_attachment(attachment, key='media'):
478 media = attachment.get(key) or {}
479 if media.get('__typename') == 'Video':
480 return parse_graphql_video(media)
481
482 nodes = data.get('nodes') or []
483 node = data.get('node') or {}
484 if not nodes and node:
485 nodes.append(node)
486 for node in nodes:
487 story = try_get(node, lambda x: x['comet_sections']['content']['story'], dict) or {}
488 attachments = try_get(story, [
489 lambda x: x['attached_story']['attachments'],
490 lambda x: x['attachments']
491 ], list) or []
492 for attachment in attachments:
493 attachment = try_get(attachment, lambda x: x['style_type_renderer']['attachment'], dict)
494 ns = try_get(attachment, lambda x: x['all_subattachments']['nodes'], list) or []
495 for n in ns:
496 parse_attachment(n)
497 parse_attachment(attachment)
498
499 edges = try_get(data, lambda x: x['mediaset']['currMedia']['edges'], list) or []
500 for edge in edges:
501 parse_attachment(edge, key='node')
502
503 video = data.get('video') or {}
504 if video:
505 attachments = try_get(video, [
506 lambda x: x['story']['attachments'],
507 lambda x: x['creation_story']['attachments']
508 ], list) or []
509 for attachment in attachments:
510 parse_attachment(attachment)
511 if not entries:
512 parse_graphql_video(video)
513
514 return self.playlist_result(entries, video_id)
515
516 if not video_data:
9b89daef
S
517 m_msg = re.search(r'class="[^"]*uiInterstitialContent[^"]*"><div>(.*?)</div>', webpage)
518 if m_msg is not None:
519 raise ExtractorError(
520 'The video is not available, Facebook said: "%s"' % m_msg.group(1),
521 expected=True)
46358f64 522 elif any(p in webpage for p in (
523 '>You must log in to continue',
524 'id="login_form"',
525 'id="loginbutton"')):
9b89daef
S
526 self.raise_login_required()
527
29f7c58a 528 if not video_data and '/watchparty/' in url:
529 post_data = {
530 'doc_id': 3731964053542869,
531 'variables': json.dumps({
532 'livingRoomID': video_id,
533 }),
534 }
535
536 prefetched_data = extract_relay_prefetched_data(r'"login_data"\s*:\s*{')
537 if prefetched_data:
538 lsd = try_get(prefetched_data, lambda x: x['login_data']['lsd'], dict)
539 if lsd:
540 post_data[lsd['name']] = lsd['value']
541
542 relay_data = extract_relay_data(r'\[\s*"RelayAPIConfigDefaults"\s*,')
543 for define in (relay_data.get('define') or []):
544 if define[0] == 'RelayAPIConfigDefaults':
545 self._api_config = define[2]
546
547 living_room = self._download_json(
548 urljoin(url, self._api_config['graphURI']), video_id,
549 data=urlencode_postdata(post_data))['data']['living_room']
550
551 entries = []
552 for edge in (try_get(living_room, lambda x: x['recap']['watched_content']['edges']) or []):
553 video = try_get(edge, lambda x: x['node']['video']) or {}
554 v_id = video.get('id')
555 if not v_id:
556 continue
557 v_id = compat_str(v_id)
558 entries.append(self.url_result(
559 self._VIDEO_PAGE_TEMPLATE % v_id,
560 self.ie_key(), v_id, video.get('name')))
561
562 return self.playlist_result(entries, video_id)
563
564 if not video_data:
9b89daef
S
565 # Video info not in first request, do a secondary request using
566 # tahoe player specific URL
9d082e7c
NR
567 tahoe_data = self._download_webpage(
568 self._VIDEO_PAGE_TAHOE_TEMPLATE % video_id, video_id,
569 data=urlencode_postdata({
9d082e7c 570 '__a': 1,
9b89daef
S
571 '__pc': self._search_regex(
572 r'pkg_cohort["\']\s*:\s*["\'](.+?)["\']', webpage,
573 'pkg cohort', default='PHASED:DEFAULT'),
574 '__rev': self._search_regex(
575 r'client_revision["\']\s*:\s*(\d+),', webpage,
576 'client revision', default='3944515'),
631f93ee
RA
577 'fb_dtsg': self._search_regex(
578 r'"DTSGInitialData"\s*,\s*\[\]\s*,\s*{\s*"token"\s*:\s*"([^"]+)"',
579 webpage, 'dtsg token', default=''),
9d082e7c
NR
580 }),
581 headers={
582 'Content-Type': 'application/x-www-form-urlencoded',
583 })
9b89daef
S
584 tahoe_js_data = self._parse_json(
585 self._search_regex(
586 r'for\s+\(\s*;\s*;\s*\)\s*;(.+)', tahoe_data,
587 'tahoe js data', default='{}'),
588 video_id, fatal=False)
589 video_data = extract_from_jsmods_instances(tahoe_js_data)
9d082e7c 590
c1406299 591 if not video_data:
9b89daef 592 raise ExtractorError('Cannot parse data')
ffdf972b 593
29f7c58a 594 if len(video_data) > 1:
595 entries = []
596 for v in video_data:
597 video_url = v[0].get('video_url')
598 if not video_url:
599 continue
600 entries.append(self.url_result(urljoin(
601 url, video_url), self.ie_key(), v[0].get('video_id')))
602 return self.playlist_result(entries, video_id)
603 video_data = video_data[0]
604
ffdf972b 605 formats = []
29f7c58a 606 subtitles = {}
d9ee2e5c
YCH
607 for f in video_data:
608 format_id = f['stream_type']
ca74c90b
SC
609 if f and isinstance(f, dict):
610 f = [f]
44d6dd08
S
611 if not f or not isinstance(f, list):
612 continue
613 for quality in ('sd', 'hd'):
614 for src_type in ('src', 'src_no_ratelimit'):
615 src = f[0].get('%s_%s' % (quality, src_type))
616 if src:
c24883a1
YCH
617 preference = -10 if format_id == 'progressive' else 0
618 if quality == 'hd':
619 preference += 5
44d6dd08
S
620 formats.append({
621 'format_id': '%s_%s_%s' % (format_id, quality, src_type),
622 'url': src,
f983b875 623 'quality': preference,
44d6dd08 624 })
29f7c58a 625 extract_dash_manifest(f[0], formats)
07154c79
RA
626 subtitles_src = f[0].get('subtitles_src')
627 if subtitles_src:
628 subtitles.setdefault('en', []).append({'url': subtitles_src})
9eae41dd 629
29f7c58a 630 process_formats(formats)
0803753f 631
b1e60d18 632 description = self._html_search_meta('description', webpage, default=None)
81ec7c79 633 video_title = self._html_search_regex(
b1e60d18 634 (r'<h2\s+[^>]*class="uiHeaderTitle"[^>]*>([^<]*)</h2>',
635 r'(?s)<span class="fbPhotosPhotoCaption".*?id="fbPhotoPageCaption"><span class="hasCaption">(.*?)</span>'),
636 webpage, 'title', default=None) or self._og_search_title(webpage, default=None) or description
5a116e13
S
637 if video_title:
638 video_title = limit_length(video_title, 80)
639 else:
50317dbb 640 video_title = 'Facebook video #%s' % video_id
9b89daef
S
641 uploader = clean_html(get_element_by_id(
642 'fbPhotoPageAuthorName', webpage)) or self._search_regex(
643 r'ownerName\s*:\s*"([^"]+)"', webpage, 'uploader',
a551768a 644 default=None) or self._og_search_title(webpage, fatal=False)
196c6ba0
S
645 timestamp = int_or_none(self._search_regex(
646 r'<abbr[^>]+data-utime=["\'](\d+)', webpage,
647 'timestamp', default=None))
82f68e4a 648 thumbnail = self._html_search_meta(['og:image', 'twitter:image'], webpage)
9eae41dd 649
11330f51
S
650 view_count = parse_count(self._search_regex(
651 r'\bviewCount\s*:\s*["\']([\d,.]+)', webpage, 'view count',
652 default=None))
653
9c7b509b 654 info_dict = {
9eae41dd
PH
655 'id': video_id,
656 'title': video_title,
ffdf972b 657 'formats': formats,
51a57515 658 'uploader': uploader,
196c6ba0 659 'timestamp': timestamp,
b1e60d18 660 'description': description,
01c742ec 661 'thumbnail': thumbnail,
11330f51 662 'view_count': view_count,
07154c79 663 'subtitles': subtitles,
9eae41dd 664 }
de691a49 665
29f7c58a 666 return info_dict
de691a49
S
667
668 def _real_extract(self, url):
9c7b509b
YCH
669 video_id = self._match_id(url)
670
671 real_url = self._VIDEO_PAGE_TEMPLATE % video_id if url.startswith('facebook:') else url
29f7c58a 672 return self._extract_from_url(real_url, video_id)
349fc5c7
S
673
674
675class FacebookPluginsVideoIE(InfoExtractor):
676 _VALID_URL = r'https?://(?:[\w-]+\.)?facebook\.com/plugins/video\.php\?.*?\bhref=(?P<id>https.+)'
677
678 _TESTS = [{
679 'url': 'https://www.facebook.com/plugins/video.php?href=https%3A%2F%2Fwww.facebook.com%2Fgov.sg%2Fvideos%2F10154383743583686%2F&show_text=0&width=560',
680 'md5': '5954e92cdfe51fe5782ae9bda7058a07',
681 'info_dict': {
682 'id': '10154383743583686',
683 'ext': 'mp4',
684 'title': 'What to do during the haze?',
685 'uploader': 'Gov.sg',
686 'upload_date': '20160826',
687 'timestamp': 1472184808,
688 },
689 'add_ie': [FacebookIE.ie_key()],
690 }, {
691 'url': 'https://www.facebook.com/plugins/video.php?href=https%3A%2F%2Fwww.facebook.com%2Fvideo.php%3Fv%3D10204634152394104',
692 'only_matching': True,
693 }, {
694 'url': 'https://www.facebook.com/plugins/video.php?href=https://www.facebook.com/gov.sg/videos/10154383743583686/&show_text=0&width=560',
695 'only_matching': True,
696 }]
697
698 def _real_extract(self, url):
699 return self.url_result(
700 compat_urllib_parse_unquote(self._match_id(url)),
701 FacebookIE.ie_key())