Merge pull request #10788 from TRox1972/instagram_comments
[youtube-dl] / youtube_dl / extractor / vk.py
1 # encoding: utf-8
2 from __future__ import unicode_literals
3
4 import collections
5 import re
6 import json
7 import sys
8
9 from .common import InfoExtractor
10 from ..compat import (
11     compat_str,
12     compat_urlparse,
13 )
14 from ..utils import (
15     clean_html,
16     ExtractorError,
17     get_element_by_class,
18     int_or_none,
19     orderedSet,
20     remove_start,
21     str_to_int,
22     unescapeHTML,
23     unified_strdate,
24     urlencode_postdata,
25 )
26 from .dailymotion import DailymotionIE
27 from .pladform import PladformIE
28 from .vimeo import VimeoIE
29
30
31 class VKBaseIE(InfoExtractor):
32     _NETRC_MACHINE = 'vk'
33
34     def _login(self):
35         (username, password) = self._get_login_info()
36         if username is None:
37             return
38
39         login_page, url_handle = self._download_webpage_handle(
40             'https://vk.com', None, 'Downloading login page')
41
42         login_form = self._hidden_inputs(login_page)
43
44         login_form.update({
45             'email': username.encode('cp1251'),
46             'pass': password.encode('cp1251'),
47         })
48
49         # https://new.vk.com/ serves two same remixlhk cookies in Set-Cookie header
50         # and expects the first one to be set rather than second (see
51         # https://github.com/rg3/youtube-dl/issues/9841#issuecomment-227871201).
52         # As of RFC6265 the newer one cookie should be set into cookie store
53         # what actually happens.
54         # We will workaround this VK issue by resetting the remixlhk cookie to
55         # the first one manually.
56         for header, cookies in url_handle.headers.items():
57             if header.lower() != 'set-cookie':
58                 continue
59             if sys.version_info[0] >= 3:
60                 cookies = cookies.encode('iso-8859-1')
61             cookies = cookies.decode('utf-8')
62             remixlhk = re.search(r'remixlhk=(.+?);.*?\bdomain=(.+?)(?:[,;]|$)', cookies)
63             if remixlhk:
64                 value, domain = remixlhk.groups()
65                 self._set_cookie(domain, 'remixlhk', value)
66                 break
67
68         login_page = self._download_webpage(
69             'https://login.vk.com/?act=login', None,
70             note='Logging in as %s' % username,
71             data=urlencode_postdata(login_form))
72
73         if re.search(r'onLoginFailed', login_page):
74             raise ExtractorError(
75                 'Unable to login, incorrect username and/or password', expected=True)
76
77     def _real_initialize(self):
78         self._login()
79
80
81 class VKIE(VKBaseIE):
82     IE_NAME = 'vk'
83     IE_DESC = 'VK'
84     _VALID_URL = r'''(?x)
85                     https?://
86                         (?:
87                             (?:
88                                 (?:(?:m|new)\.)?vk\.com/video_|
89                                 (?:www\.)?daxab.com/
90                             )
91                             ext\.php\?(?P<embed_query>.*?\boid=(?P<oid>-?\d+).*?\bid=(?P<id>\d+).*)|
92                             (?:
93                                 (?:(?:m|new)\.)?vk\.com/(?:.+?\?.*?z=)?video|
94                                 (?:www\.)?daxab.com/embed/
95                             )
96                             (?P<videoid>-?\d+_\d+)(?:.*\blist=(?P<list_id>[\da-f]+))?
97                         )
98                     '''
99     _TESTS = [
100         {
101             'url': 'http://vk.com/videos-77521?z=video-77521_162222515%2Fclub77521',
102             'md5': '0deae91935c54e00003c2a00646315f0',
103             'info_dict': {
104                 'id': '162222515',
105                 'ext': 'flv',
106                 'title': 'ProtivoGunz - Хуёвая песня',
107                 'uploader': 're:(?:Noize MC|Alexander Ilyashenko).*',
108                 'duration': 195,
109                 'upload_date': '20120212',
110                 'view_count': int,
111             },
112         },
113         {
114             'url': 'http://vk.com/video205387401_165548505',
115             'md5': '6c0aeb2e90396ba97035b9cbde548700',
116             'info_dict': {
117                 'id': '165548505',
118                 'ext': 'mp4',
119                 'uploader': 'Tom Cruise',
120                 'title': 'No name',
121                 'duration': 9,
122                 'upload_date': '20130721',
123                 'view_count': int,
124             }
125         },
126         {
127             'note': 'Embedded video',
128             'url': 'http://vk.com/video_ext.php?oid=32194266&id=162925554&hash=7d8c2e0d5e05aeaa&hd=1',
129             'md5': 'c7ce8f1f87bec05b3de07fdeafe21a0a',
130             'info_dict': {
131                 'id': '162925554',
132                 'ext': 'mp4',
133                 'uploader': 'Vladimir Gavrin',
134                 'title': 'Lin Dan',
135                 'duration': 101,
136                 'upload_date': '20120730',
137                 'view_count': int,
138             },
139             'skip': 'This video has been removed from public access.',
140         },
141         {
142             # VIDEO NOW REMOVED
143             # please update if you find a video whose URL follows the same pattern
144             'url': 'http://vk.com/video-8871596_164049491',
145             'md5': 'a590bcaf3d543576c9bd162812387666',
146             'note': 'Only available for registered users',
147             'info_dict': {
148                 'id': '164049491',
149                 'ext': 'mp4',
150                 'uploader': 'Триллеры',
151                 'title': '► Бойцовский клуб / Fight Club 1999 [HD 720]',
152                 'duration': 8352,
153                 'upload_date': '20121218',
154                 'view_count': int,
155             },
156             'skip': 'Requires vk account credentials',
157         },
158         {
159             'url': 'http://vk.com/hd_kino_mania?z=video-43215063_168067957%2F15c66b9b533119788d',
160             'md5': '4d7a5ef8cf114dfa09577e57b2993202',
161             'info_dict': {
162                 'id': '168067957',
163                 'ext': 'mp4',
164                 'uploader': 'Киномания - лучшее из мира кино',
165                 'title': ' ',
166                 'duration': 7291,
167                 'upload_date': '20140328',
168             },
169             'skip': 'Requires vk account credentials',
170         },
171         {
172             'url': 'http://m.vk.com/video-43215063_169084319?list=125c627d1aa1cebb83&from=wall-43215063_2566540',
173             'md5': '0c45586baa71b7cb1d0784ee3f4e00a6',
174             'note': 'ivi.ru embed',
175             'info_dict': {
176                 'id': '60690',
177                 'ext': 'mp4',
178                 'title': 'Книга Илая',
179                 'duration': 6771,
180                 'upload_date': '20140626',
181                 'view_count': int,
182             },
183             'skip': 'Only works from Russia',
184         },
185         {
186             # video (removed?) only available with list id
187             'url': 'https://vk.com/video30481095_171201961?list=8764ae2d21f14088d4',
188             'md5': '091287af5402239a1051c37ec7b92913',
189             'info_dict': {
190                 'id': '171201961',
191                 'ext': 'mp4',
192                 'title': 'ТюменцевВВ_09.07.2015',
193                 'uploader': 'Anton Ivanov',
194                 'duration': 109,
195                 'upload_date': '20150709',
196                 'view_count': int,
197             },
198         },
199         {
200             # youtube embed
201             'url': 'https://vk.com/video276849682_170681728',
202             'info_dict': {
203                 'id': 'V3K4mi0SYkc',
204                 'ext': 'webm',
205                 'title': "DSWD Awards 'Children's Joy Foundation, Inc.' Certificate of Registration and License to Operate",
206                 'description': 'md5:d9903938abdc74c738af77f527ca0596',
207                 'duration': 178,
208                 'upload_date': '20130116',
209                 'uploader': "Children's Joy Foundation",
210                 'uploader_id': 'thecjf',
211                 'view_count': int,
212             },
213         },
214         {
215             # dailymotion embed
216             'url': 'https://vk.com/video-37468416_456239855',
217             'info_dict': {
218                 'id': 'k3lz2cmXyRuJQSjGHUv',
219                 'ext': 'mp4',
220                 'title': 'md5:d52606645c20b0ddbb21655adaa4f56f',
221                 'description': 'md5:c651358f03c56f1150b555c26d90a0fd',
222                 'uploader': 'AniLibria.Tv',
223                 'upload_date': '20160914',
224                 'uploader_id': 'x1p5vl5',
225                 'timestamp': 1473877246,
226             },
227             'params': {
228                 'skip_download': True,
229             }
230         },
231         {
232             # video key is extra_data not url\d+
233             'url': 'http://vk.com/video-110305615_171782105',
234             'md5': 'e13fcda136f99764872e739d13fac1d1',
235             'info_dict': {
236                 'id': '171782105',
237                 'ext': 'mp4',
238                 'title': 'S-Dance, репетиции к The way show',
239                 'uploader': 'THE WAY SHOW | 17 апреля',
240                 'upload_date': '20160207',
241                 'view_count': int,
242             },
243         },
244         {
245             # removed video, just testing that we match the pattern
246             'url': 'http://vk.com/feed?z=video-43215063_166094326%2Fbb50cacd3177146d7a',
247             'only_matching': True,
248         },
249         {
250             # age restricted video, requires vk account credentials
251             'url': 'https://vk.com/video205387401_164765225',
252             'only_matching': True,
253         },
254         {
255             # pladform embed
256             'url': 'https://vk.com/video-76116461_171554880',
257             'only_matching': True,
258         },
259         {
260             'url': 'http://new.vk.com/video205387401_165548505',
261             'only_matching': True,
262         }
263     ]
264
265     def _real_extract(self, url):
266         mobj = re.match(self._VALID_URL, url)
267         video_id = mobj.group('videoid')
268
269         if video_id:
270             info_url = 'https://vk.com/al_video.php?act=show&al=1&module=video&video=%s' % video_id
271             # Some videos (removed?) can only be downloaded with list id specified
272             list_id = mobj.group('list_id')
273             if list_id:
274                 info_url += '&list=%s' % list_id
275         else:
276             info_url = 'http://vk.com/video_ext.php?' + mobj.group('embed_query')
277             video_id = '%s_%s' % (mobj.group('oid'), mobj.group('id'))
278
279         info_page = self._download_webpage(info_url, video_id)
280
281         error_message = self._html_search_regex(
282             [r'(?s)<!><div[^>]+class="video_layer_message"[^>]*>(.+?)</div>',
283                 r'(?s)<div[^>]+id="video_ext_msg"[^>]*>(.+?)</div>'],
284             info_page, 'error message', default=None)
285         if error_message:
286             raise ExtractorError(error_message, expected=True)
287
288         if re.search(r'<!>/login\.php\?.*\bact=security_check', info_page):
289             raise ExtractorError(
290                 'You are trying to log in from an unusual location. You should confirm ownership at vk.com to log in with this IP.',
291                 expected=True)
292
293         ERRORS = {
294             r'>Видеозапись .*? была изъята из публичного доступа в связи с обращением правообладателя.<':
295             'Video %s has been removed from public access due to rightholder complaint.',
296
297             r'<!>Please log in or <':
298             'Video %s is only available for registered users, '
299             'use --username and --password options to provide account credentials.',
300
301             r'<!>Unknown error':
302             'Video %s does not exist.',
303
304             r'<!>Видео временно недоступно':
305             'Video %s is temporarily unavailable.',
306
307             r'<!>Access denied':
308             'Access denied to video %s.',
309         }
310
311         for error_re, error_msg in ERRORS.items():
312             if re.search(error_re, info_page):
313                 raise ExtractorError(error_msg % video_id, expected=True)
314
315         youtube_url = self._search_regex(
316             r'<iframe[^>]+src="((?:https?:)?//www.youtube.com/embed/[^"]+)"',
317             info_page, 'youtube iframe', default=None)
318         if youtube_url:
319             return self.url_result(youtube_url, 'Youtube')
320
321         vimeo_url = VimeoIE._extract_vimeo_url(url, info_page)
322         if vimeo_url is not None:
323             return self.url_result(vimeo_url)
324
325         pladform_url = PladformIE._extract_url(info_page)
326         if pladform_url:
327             return self.url_result(pladform_url)
328
329         m_rutube = re.search(
330             r'\ssrc="((?:https?:)?//rutube\.ru\\?/(?:video|play)\\?/embed(?:.*?))\\?"', info_page)
331         if m_rutube is not None:
332             rutube_url = self._proto_relative_url(
333                 m_rutube.group(1).replace('\\', ''))
334             return self.url_result(rutube_url)
335
336         dailymotion_urls = DailymotionIE._extract_urls(info_page)
337         if dailymotion_urls:
338             return self.url_result(dailymotion_urls[0], DailymotionIE.ie_key())
339
340         m_opts = re.search(r'(?s)var\s+opts\s*=\s*({.+?});', info_page)
341         if m_opts:
342             m_opts_url = re.search(r"url\s*:\s*'((?!/\b)[^']+)", m_opts.group(1))
343             if m_opts_url:
344                 opts_url = m_opts_url.group(1)
345                 if opts_url.startswith('//'):
346                     opts_url = 'http:' + opts_url
347                 return self.url_result(opts_url)
348
349         data_json = self._search_regex(r'var\s+vars\s*=\s*({.+?});', info_page, 'vars')
350         data = json.loads(data_json)
351
352         # Extract upload date
353         upload_date = None
354         mobj = re.search(r'id="mv_date(?:_views)?_wrap"[^>]*>([a-zA-Z]+ [0-9]+), ([0-9]+) at', info_page)
355         if mobj is not None:
356             mobj.group(1) + ' ' + mobj.group(2)
357             upload_date = unified_strdate(mobj.group(1) + ' ' + mobj.group(2))
358
359         view_count = None
360         views = self._html_search_regex(
361             r'"mv_views_count_number"[^>]*>(.+?\bviews?)<',
362             info_page, 'view count', default=None)
363         if views:
364             view_count = str_to_int(self._search_regex(
365                 r'([\d,.]+)', views, 'view count', fatal=False))
366
367         formats = []
368         for k, v in data.items():
369             if not k.startswith('url') and not k.startswith('cache') and k != 'extra_data' or not v:
370                 continue
371             height = int_or_none(self._search_regex(
372                 r'^(?:url|cache)(\d+)', k, 'height', default=None))
373             formats.append({
374                 'format_id': k,
375                 'url': v,
376                 'height': height,
377             })
378         self._sort_formats(formats)
379
380         return {
381             'id': compat_str(data['vid']),
382             'formats': formats,
383             'title': unescapeHTML(data['md_title']),
384             'thumbnail': data.get('jpg'),
385             'uploader': data.get('md_author'),
386             'duration': data.get('duration'),
387             'upload_date': upload_date,
388             'view_count': view_count,
389         }
390
391
392 class VKUserVideosIE(VKBaseIE):
393     IE_NAME = 'vk:uservideos'
394     IE_DESC = "VK - User's Videos"
395     _VALID_URL = r'https?://(?:(?:m|new)\.)?vk\.com/videos(?P<id>-?[0-9]+)(?!\?.*\bz=video)(?:[/?#&]|$)'
396     _TEMPLATE_URL = 'https://vk.com/videos'
397     _TESTS = [{
398         'url': 'http://vk.com/videos205387401',
399         'info_dict': {
400             'id': '205387401',
401             'title': "Tom Cruise's Videos",
402         },
403         'playlist_mincount': 4,
404     }, {
405         'url': 'http://vk.com/videos-77521',
406         'only_matching': True,
407     }, {
408         'url': 'http://vk.com/videos-97664626?section=all',
409         'only_matching': True,
410     }, {
411         'url': 'http://m.vk.com/videos205387401',
412         'only_matching': True,
413     }, {
414         'url': 'http://new.vk.com/videos205387401',
415         'only_matching': True,
416     }]
417
418     def _real_extract(self, url):
419         page_id = self._match_id(url)
420
421         webpage = self._download_webpage(url, page_id)
422
423         entries = [
424             self.url_result(
425                 'http://vk.com/video' + video_id, 'VK', video_id=video_id)
426             for video_id in orderedSet(re.findall(r'href="/video(-?[0-9_]+)"', webpage))]
427
428         title = unescapeHTML(self._search_regex(
429             r'<title>\s*([^<]+?)\s+\|\s+\d+\s+videos',
430             webpage, 'title', default=page_id))
431
432         return self.playlist_result(entries, page_id, title)
433
434
435 class VKWallPostIE(VKBaseIE):
436     IE_NAME = 'vk:wallpost'
437     _VALID_URL = r'https?://(?:(?:(?:(?:m|new)\.)?vk\.com/(?:[^?]+\?.*\bw=)?wall(?P<id>-?\d+_\d+)))'
438     _TESTS = [{
439         # public page URL, audio playlist
440         'url': 'https://vk.com/bs.official?w=wall-23538238_35',
441         'info_dict': {
442             'id': '23538238_35',
443             'title': 'Black Shadow - Wall post 23538238_35',
444             'description': 'md5:3f84b9c4f9ef499731cf1ced9998cc0c',
445         },
446         'playlist': [{
447             'md5': '5ba93864ec5b85f7ce19a9af4af080f6',
448             'info_dict': {
449                 'id': '135220665_111806521',
450                 'ext': 'mp3',
451                 'title': 'Black Shadow - Слепое Верование',
452                 'duration': 370,
453                 'uploader': 'Black Shadow',
454                 'artist': 'Black Shadow',
455                 'track': 'Слепое Верование',
456             },
457         }, {
458             'md5': '4cc7e804579122b17ea95af7834c9233',
459             'info_dict': {
460                 'id': '135220665_111802303',
461                 'ext': 'mp3',
462                 'title': 'Black Shadow - Война - Негасимое Бездны Пламя!',
463                 'duration': 423,
464                 'uploader': 'Black Shadow',
465                 'artist': 'Black Shadow',
466                 'track': 'Война - Негасимое Бездны Пламя!',
467             },
468             'params': {
469                 'skip_download': True,
470             },
471         }],
472         'params': {
473             'usenetrc': True,
474         },
475         'skip': 'Requires vk account credentials',
476     }, {
477         # single YouTube embed, no leading -
478         'url': 'https://vk.com/wall85155021_6319',
479         'info_dict': {
480             'id': '85155021_6319',
481             'title': 'Sergey Gorbunov - Wall post 85155021_6319',
482         },
483         'playlist_count': 1,
484         'params': {
485             'usenetrc': True,
486         },
487         'skip': 'Requires vk account credentials',
488     }, {
489         # wall page URL
490         'url': 'https://vk.com/wall-23538238_35',
491         'only_matching': True,
492     }, {
493         # mobile wall page URL
494         'url': 'https://m.vk.com/wall-23538238_35',
495         'only_matching': True,
496     }]
497
498     def _real_extract(self, url):
499         post_id = self._match_id(url)
500
501         wall_url = 'https://vk.com/wall%s' % post_id
502
503         post_id = remove_start(post_id, '-')
504
505         webpage = self._download_webpage(wall_url, post_id)
506
507         error = self._html_search_regex(
508             r'>Error</div>\s*<div[^>]+class=["\']body["\'][^>]*>([^<]+)',
509             webpage, 'error', default=None)
510         if error:
511             raise ExtractorError('VK said: %s' % error, expected=True)
512
513         description = clean_html(get_element_by_class('wall_post_text', webpage))
514         uploader = clean_html(get_element_by_class('author', webpage))
515         thumbnail = self._og_search_thumbnail(webpage)
516
517         entries = []
518
519         audio_ids = re.findall(r'data-full-id=["\'](\d+_\d+)', webpage)
520         if audio_ids:
521             al_audio = self._download_webpage(
522                 'https://vk.com/al_audio.php', post_id,
523                 note='Downloading audio info', fatal=False,
524                 data=urlencode_postdata({
525                     'act': 'reload_audio',
526                     'al': '1',
527                     'ids': ','.join(audio_ids)
528                 }))
529             if al_audio:
530                 Audio = collections.namedtuple(
531                     'Audio', ['id', 'user_id', 'url', 'track', 'artist', 'duration'])
532                 audios = self._parse_json(
533                     self._search_regex(
534                         r'<!json>(.+?)<!>', al_audio, 'audios', default='[]'),
535                     post_id, fatal=False, transform_source=unescapeHTML)
536                 if isinstance(audios, list):
537                     for audio in audios:
538                         a = Audio._make(audio[:6])
539                         entries.append({
540                             'id': '%s_%s' % (a.user_id, a.id),
541                             'url': a.url,
542                             'title': '%s - %s' % (a.artist, a.track) if a.artist and a.track else a.id,
543                             'thumbnail': thumbnail,
544                             'duration': a.duration,
545                             'uploader': uploader,
546                             'artist': a.artist,
547                             'track': a.track,
548                         })
549
550         for video in re.finditer(
551                 r'<a[^>]+href=(["\'])(?P<url>/video(?:-?[\d_]+).*?)\1', webpage):
552             entries.append(self.url_result(
553                 compat_urlparse.urljoin(url, video.group('url')), VKIE.ie_key()))
554
555         title = 'Wall post %s' % post_id
556
557         return self.playlist_result(
558             orderedSet(entries), post_id,
559             '%s - %s' % (uploader, title) if uploader else title,
560             description)