YoutubeIE: don't crash when trying to get automatic captions if the videos has standa...
[youtube-dl] / youtube_dl / extractor / youtube.py
1 # coding: utf-8
2
3 import json
4 import netrc
5 import re
6 import socket
7 import itertools
8
9 from .common import InfoExtractor, SearchInfoExtractor
10 from ..utils import (
11     compat_http_client,
12     compat_parse_qs,
13     compat_urllib_error,
14     compat_urllib_parse,
15     compat_urllib_request,
16     compat_str,
17
18     clean_html,
19     get_element_by_id,
20     ExtractorError,
21     unescapeHTML,
22     unified_strdate,
23     orderedSet,
24 )
25
26
27 class YoutubeIE(InfoExtractor):
28     IE_DESC = u'YouTube.com'
29     _VALID_URL = r"""^
30                      (
31                          (?:https?://)?                                       # http(s):// (optional)
32                          (?:youtu\.be/|(?:\w+\.)?youtube(?:-nocookie)?\.com/|
33                             tube\.majestyc\.net/)                             # the various hostnames, with wildcard subdomains
34                          (?:.*?\#/)?                                          # handle anchor (#/) redirect urls
35                          (?:                                                  # the various things that can precede the ID:
36                              (?:(?:v|embed|e)/)                               # v/ or embed/ or e/
37                              |(?:                                             # or the v= param in all its forms
38                                  (?:watch|movie(?:_popup)?(?:\.php)?)?              # preceding watch(_popup|.php) or nothing (like /?v=xxxx)
39                                  (?:\?|\#!?)                                  # the params delimiter ? or # or #!
40                                  (?:.*?&)?                                    # any other preceding param (like /?s=tuff&v=xxxx)
41                                  v=
42                              )
43                          )?                                                   # optional -> youtube.com/xxxx is OK
44                      )?                                                       # all until now is optional -> you can pass the naked ID
45                      ([0-9A-Za-z_-]+)                                         # here is it! the YouTube video ID
46                      (?(1).+)?                                                # if we found the ID, everything can follow
47                      $"""
48     _LANG_URL = r'https://www.youtube.com/?hl=en&persist_hl=1&gl=US&persist_gl=1&opt_out_ackd=1'
49     _LOGIN_URL = 'https://accounts.google.com/ServiceLogin'
50     _AGE_URL = 'http://www.youtube.com/verify_age?next_url=/&gl=US&hl=en'
51     _NEXT_URL_RE = r'[\?&]next_url=([^&]+)'
52     _NETRC_MACHINE = 'youtube'
53     # Listed in order of quality
54     _available_formats = ['38', '37', '46', '22', '45', '35', '44', '34', '18', '43', '6', '5', '17', '13']
55     _available_formats_prefer_free = ['38', '46', '37', '45', '22', '44', '35', '43', '34', '18', '6', '5', '17', '13']
56     _video_extensions = {
57         '13': '3gp',
58         '17': 'mp4',
59         '18': 'mp4',
60         '22': 'mp4',
61         '37': 'mp4',
62         '38': 'mp4',
63         '43': 'webm',
64         '44': 'webm',
65         '45': 'webm',
66         '46': 'webm',
67     }
68     _video_dimensions = {
69         '5': '240x400',
70         '6': '???',
71         '13': '???',
72         '17': '144x176',
73         '18': '360x640',
74         '22': '720x1280',
75         '34': '360x640',
76         '35': '480x854',
77         '37': '1080x1920',
78         '38': '3072x4096',
79         '43': '360x640',
80         '44': '480x854',
81         '45': '720x1280',
82         '46': '1080x1920',
83     }
84     IE_NAME = u'youtube'
85     _TESTS = [
86         {
87             u"url":  u"http://www.youtube.com/watch?v=BaW_jenozKc",
88             u"file":  u"BaW_jenozKc.mp4",
89             u"info_dict": {
90                 u"title": u"youtube-dl test video \"'/\\ä↭𝕐",
91                 u"uploader": u"Philipp Hagemeister",
92                 u"uploader_id": u"phihag",
93                 u"upload_date": u"20121002",
94                 u"description": u"test chars:  \"'/\\ä↭𝕐\n\nThis is a test video for youtube-dl.\n\nFor more information, contact phihag@phihag.de ."
95             }
96         },
97         {
98             u"url":  u"http://www.youtube.com/watch?v=1ltcDfZMA3U",
99             u"file":  u"1ltcDfZMA3U.flv",
100             u"note": u"Test VEVO video (#897)",
101             u"info_dict": {
102                 u"upload_date": u"20070518",
103                 u"title": u"Maps - It Will Find You",
104                 u"description": u"Music video by Maps performing It Will Find You.",
105                 u"uploader": u"MuteUSA",
106                 u"uploader_id": u"MuteUSA"
107             }
108         },
109         {
110             u"url":  u"http://www.youtube.com/watch?v=UxxajLWwzqY",
111             u"file":  u"UxxajLWwzqY.mp4",
112             u"note": u"Test generic use_cipher_signature video (#897)",
113             u"info_dict": {
114                 u"upload_date": u"20120506",
115                 u"title": u"Icona Pop - I Love It (feat. Charli XCX) [OFFICIAL VIDEO]",
116                 u"description": u"md5:b085c9804f5ab69f4adea963a2dceb3c",
117                 u"uploader": u"IconaPop",
118                 u"uploader_id": u"IconaPop"
119             }
120         },
121         {
122             u"url":  u"https://www.youtube.com/watch?v=07FYdnEawAQ",
123             u"file":  u"07FYdnEawAQ.mp4",
124             u"note": u"Test VEVO video with age protection (#956)",
125             u"info_dict": {
126                 u"upload_date": u"20130703",
127                 u"title": u"Justin Timberlake - Tunnel Vision (Explicit)",
128                 u"description": u"md5:64249768eec3bc4276236606ea996373",
129                 u"uploader": u"justintimberlakeVEVO",
130                 u"uploader_id": u"justintimberlakeVEVO"
131             }
132         },
133     ]
134
135
136     @classmethod
137     def suitable(cls, url):
138         """Receives a URL and returns True if suitable for this IE."""
139         if YoutubePlaylistIE.suitable(url) or YoutubeSubscriptionsIE.suitable(url): return False
140         return re.match(cls._VALID_URL, url, re.VERBOSE) is not None
141
142     def report_lang(self):
143         """Report attempt to set language."""
144         self.to_screen(u'Setting language')
145
146     def report_video_webpage_download(self, video_id):
147         """Report attempt to download video webpage."""
148         self.to_screen(u'%s: Downloading video webpage' % video_id)
149
150     def report_video_info_webpage_download(self, video_id):
151         """Report attempt to download video info webpage."""
152         self.to_screen(u'%s: Downloading video info webpage' % video_id)
153
154     def report_video_subtitles_download(self, video_id):
155         """Report attempt to download video info webpage."""
156         self.to_screen(u'%s: Checking available subtitles' % video_id)
157
158     def report_video_subtitles_request(self, video_id, sub_lang, format):
159         """Report attempt to download video info webpage."""
160         self.to_screen(u'%s: Downloading video subtitles for %s.%s' % (video_id, sub_lang, format))
161
162     def report_video_subtitles_available(self, video_id, sub_lang_list):
163         """Report available subtitles."""
164         sub_lang = ",".join(list(sub_lang_list.keys()))
165         self.to_screen(u'%s: Available subtitles for video: %s' % (video_id, sub_lang))
166
167     def report_information_extraction(self, video_id):
168         """Report attempt to extract video information."""
169         self.to_screen(u'%s: Extracting video information' % video_id)
170
171     def report_unavailable_format(self, video_id, format):
172         """Report extracted video URL."""
173         self.to_screen(u'%s: Format %s not available' % (video_id, format))
174
175     def report_rtmp_download(self):
176         """Indicate the download will use the RTMP protocol."""
177         self.to_screen(u'RTMP download detected')
178
179     def _decrypt_signature(self, s):
180         """Turn the encrypted s field into a working signature"""
181
182         if len(s) == 92:
183             return s[25] + s[3:25] + s[0] + s[26:42] + s[79] + s[43:79] + s[91] + s[80:83]
184         elif len(s) == 90:
185             return s[25] + s[3:25] + s[2] + s[26:40] + s[77] + s[41:77] + s[89] + s[78:81]
186         elif len(s) == 88:
187             return s[48] + s[81:67:-1] + s[82] + s[66:62:-1] + s[85] + s[61:48:-1] + s[67] + s[47:12:-1] + s[3] + s[11:3:-1] + s[2] + s[12]
188         elif len(s) == 87:
189             return s[62] + s[82:62:-1] + s[83] + s[61:52:-1] + s[0] + s[51:2:-1]
190         elif len(s) == 86:
191             return s[2:63] + s[82] + s[64:82] + s[63]
192         elif len(s) == 85:
193             return s[2:8] + s[0] + s[9:21] + s[65] + s[22:65] + s[84] + s[66:82] + s[21]
194         elif len(s) == 84:
195             return s[83:36:-1] + s[2] + s[35:26:-1] + s[3] + s[25:3:-1] + s[26]
196         elif len(s) == 83:
197             return s[6] + s[3:6] + s[33] + s[7:24] + s[0] + s[25:33] + s[53] + s[34:53] + s[24] + s[54:]
198         elif len(s) == 82:
199             return s[36] + s[79:67:-1] + s[81] + s[66:40:-1] + s[33] + s[39:36:-1] + s[40] + s[35] + s[0] + s[67] + s[32:0:-1] + s[34]
200         elif len(s) == 81:
201             return s[6] + s[3:6] + s[33] + s[7:24] + s[0] + s[25:33] + s[2] + s[34:53] + s[24] + s[54:81]
202
203         else:
204             raise ExtractorError(u'Unable to decrypt signature, key length %d not supported; retrying might work' % (len(s)))
205
206     def _get_available_subtitles(self, video_id):
207         self.report_video_subtitles_download(video_id)
208         request = compat_urllib_request.Request('http://video.google.com/timedtext?hl=en&type=list&v=%s' % video_id)
209         try:
210             sub_list = compat_urllib_request.urlopen(request).read().decode('utf-8')
211         except (compat_urllib_error.URLError, compat_http_client.HTTPException, socket.error) as err:
212             self._downloader.report_warning(u'unable to download video subtitles: %s' % compat_str(err))
213             return {}
214         sub_lang_list = re.findall(r'name="([^"]*)"[^>]+lang_code="([\w\-]+)"', sub_list)
215         sub_lang_list = dict((l[1], l[0]) for l in sub_lang_list)
216         if not sub_lang_list:
217             self._downloader.report_warning(u'video doesn\'t have subtitles')
218             return {}
219         return sub_lang_list
220
221     def _list_available_subtitles(self, video_id):
222         sub_lang_list = self._get_available_subtitles(video_id)
223         self.report_video_subtitles_available(video_id, sub_lang_list)
224
225     def _request_subtitle(self, sub_lang, sub_name, video_id, format):
226         """
227         Return the subtitle as a string or None if they are not found
228         """
229         self.report_video_subtitles_request(video_id, sub_lang, format)
230         params = compat_urllib_parse.urlencode({
231             'lang': sub_lang,
232             'name': sub_name,
233             'v': video_id,
234             'fmt': format,
235         })
236         url = 'http://www.youtube.com/api/timedtext?' + params
237         try:
238             sub = compat_urllib_request.urlopen(url).read().decode('utf-8')
239         except (compat_urllib_error.URLError, compat_http_client.HTTPException, socket.error) as err:
240             self._downloader.report_warning(u'unable to download video subtitles for %s: %s' % (sub_lang, compat_str(err)))
241             return
242         if not sub:
243             self._downloader.report_warning(u'Did not fetch video subtitles')
244             return
245         return sub
246
247     def _request_automatic_caption(self, video_id, webpage):
248         """We need the webpage for getting the captions url, pass it as an
249            argument to speed up the process."""
250         sub_lang = self._downloader.params.get('subtitleslang') or 'en'
251         sub_format = self._downloader.params.get('subtitlesformat')
252         self.to_screen(u'%s: Looking for automatic captions' % video_id)
253         mobj = re.search(r';ytplayer.config = ({.*?});', webpage)
254         err_msg = u'Couldn\'t find automatic captions for "%s"' % sub_lang
255         if mobj is None:
256             self._downloader.report_warning(err_msg)
257             return {}
258         player_config = json.loads(mobj.group(1))
259         try:
260             args = player_config[u'args']
261             caption_url = args[u'ttsurl']
262             timestamp = args[u'timestamp']
263             params = compat_urllib_parse.urlencode({
264                 'lang': 'en',
265                 'tlang': sub_lang,
266                 'fmt': sub_format,
267                 'ts': timestamp,
268                 'kind': 'asr',
269             })
270             subtitles_url = caption_url + '&' + params
271             sub = self._download_webpage(subtitles_url, video_id, u'Downloading automatic captions')
272             return {sub_lang: sub}
273         # An extractor error can be raise by the download process if there are
274         # no automatic captions but there are subtitles
275         except (KeyError, ExtractorError):
276             self._downloader.report_warning(err_msg)
277             return {}
278     
279     def _extract_subtitles(self, video_id):
280         """
281         Return a dictionary: {language: subtitles} or {} if the subtitles
282         couldn't be found
283         """
284         sub_lang_list = self._get_available_subtitles(video_id)
285         sub_format = self._downloader.params.get('subtitlesformat')
286         if  not sub_lang_list: #There was some error, it didn't get the available subtitles
287             return {}
288         if self._downloader.params.get('writesubtitles', False):
289             if self._downloader.params.get('subtitleslang', False):
290                 sub_lang = self._downloader.params.get('subtitleslang')
291             elif 'en' in sub_lang_list:
292                 sub_lang = 'en'
293             else:
294                 sub_lang = list(sub_lang_list.keys())[0]
295             if not sub_lang in sub_lang_list:
296                 self._downloader.report_warning(u'no closed captions found in the specified language "%s"' % sub_lang)
297                 return {}
298             sub_lang_list = {sub_lang: sub_lang_list[sub_lang]}
299         subtitles = {}
300         for sub_lang in sub_lang_list:
301             subtitle = self._request_subtitle(sub_lang, sub_lang_list[sub_lang].encode('utf-8'), video_id, sub_format)
302             if subtitle:
303                 subtitles[sub_lang] = subtitle
304         return subtitles
305
306     def _print_formats(self, formats):
307         print('Available formats:')
308         for x in formats:
309             print('%s\t:\t%s\t[%s]' %(x, self._video_extensions.get(x, 'flv'), self._video_dimensions.get(x, '???')))
310
311     def _real_initialize(self):
312         if self._downloader is None:
313             return
314
315         # Set language
316         request = compat_urllib_request.Request(self._LANG_URL)
317         try:
318             self.report_lang()
319             compat_urllib_request.urlopen(request).read()
320         except (compat_urllib_error.URLError, compat_http_client.HTTPException, socket.error) as err:
321             self._downloader.report_warning(u'unable to set language: %s' % compat_str(err))
322             return
323
324         (username, password) = self._get_login_info()
325
326         # No authentication to be performed
327         if username is None:
328             return
329
330         request = compat_urllib_request.Request(self._LOGIN_URL)
331         try:
332             login_page = compat_urllib_request.urlopen(request).read().decode('utf-8')
333         except (compat_urllib_error.URLError, compat_http_client.HTTPException, socket.error) as err:
334             self._downloader.report_warning(u'unable to fetch login page: %s' % compat_str(err))
335             return
336
337         galx = None
338         dsh = None
339         match = re.search(re.compile(r'<input.+?name="GALX".+?value="(.+?)"', re.DOTALL), login_page)
340         if match:
341           galx = match.group(1)
342
343         match = re.search(re.compile(r'<input.+?name="dsh".+?value="(.+?)"', re.DOTALL), login_page)
344         if match:
345           dsh = match.group(1)
346
347         # Log in
348         login_form_strs = {
349                 u'continue': u'https://www.youtube.com/signin?action_handle_signin=true&feature=sign_in_button&hl=en_US&nomobiletemp=1',
350                 u'Email': username,
351                 u'GALX': galx,
352                 u'Passwd': password,
353                 u'PersistentCookie': u'yes',
354                 u'_utf8': u'霱',
355                 u'bgresponse': u'js_disabled',
356                 u'checkConnection': u'',
357                 u'checkedDomains': u'youtube',
358                 u'dnConn': u'',
359                 u'dsh': dsh,
360                 u'pstMsg': u'0',
361                 u'rmShown': u'1',
362                 u'secTok': u'',
363                 u'signIn': u'Sign in',
364                 u'timeStmp': u'',
365                 u'service': u'youtube',
366                 u'uilel': u'3',
367                 u'hl': u'en_US',
368         }
369         # Convert to UTF-8 *before* urlencode because Python 2.x's urlencode
370         # chokes on unicode
371         login_form = dict((k.encode('utf-8'), v.encode('utf-8')) for k,v in login_form_strs.items())
372         login_data = compat_urllib_parse.urlencode(login_form).encode('ascii')
373         request = compat_urllib_request.Request(self._LOGIN_URL, login_data)
374         try:
375             self.report_login()
376             login_results = compat_urllib_request.urlopen(request).read().decode('utf-8')
377             if re.search(r'(?i)<form[^>]* id="gaia_loginform"', login_results) is not None:
378                 self._downloader.report_warning(u'unable to log in: bad username or password')
379                 return
380         except (compat_urllib_error.URLError, compat_http_client.HTTPException, socket.error) as err:
381             self._downloader.report_warning(u'unable to log in: %s' % compat_str(err))
382             return
383
384         # Confirm age
385         age_form = {
386                 'next_url':     '/',
387                 'action_confirm':   'Confirm',
388                 }
389         request = compat_urllib_request.Request(self._AGE_URL, compat_urllib_parse.urlencode(age_form))
390         try:
391             self.report_age_confirmation()
392             compat_urllib_request.urlopen(request).read().decode('utf-8')
393         except (compat_urllib_error.URLError, compat_http_client.HTTPException, socket.error) as err:
394             raise ExtractorError(u'Unable to confirm age: %s' % compat_str(err))
395
396     def _extract_id(self, url):
397         mobj = re.match(self._VALID_URL, url, re.VERBOSE)
398         if mobj is None:
399             raise ExtractorError(u'Invalid URL: %s' % url)
400         video_id = mobj.group(2)
401         return video_id
402
403     def _real_extract(self, url):
404         if re.match(r'(?:https?://)?[^/]+/watch\?feature=[a-z_]+$', url):
405             self._downloader.report_warning(u'Did you forget to quote the URL? Remember that & is a meta-character in most shells, so you want to put the URL in quotes, like  youtube-dl \'http://www.youtube.com/watch?feature=foo&v=BaW_jenozKc\' (or simply  youtube-dl BaW_jenozKc  ).')
406
407         # Extract original video URL from URL with redirection, like age verification, using next_url parameter
408         mobj = re.search(self._NEXT_URL_RE, url)
409         if mobj:
410             url = 'https://www.youtube.com/' + compat_urllib_parse.unquote(mobj.group(1)).lstrip('/')
411         video_id = self._extract_id(url)
412
413         # Get video webpage
414         self.report_video_webpage_download(video_id)
415         url = 'https://www.youtube.com/watch?v=%s&gl=US&hl=en&has_verified=1' % video_id
416         request = compat_urllib_request.Request(url)
417         try:
418             video_webpage_bytes = compat_urllib_request.urlopen(request).read()
419         except (compat_urllib_error.URLError, compat_http_client.HTTPException, socket.error) as err:
420             raise ExtractorError(u'Unable to download video webpage: %s' % compat_str(err))
421
422         video_webpage = video_webpage_bytes.decode('utf-8', 'ignore')
423
424         # Attempt to extract SWF player URL
425         mobj = re.search(r'swfConfig.*?"(http:\\/\\/.*?watch.*?-.*?\.swf)"', video_webpage)
426         if mobj is not None:
427             player_url = re.sub(r'\\(.)', r'\1', mobj.group(1))
428         else:
429             player_url = None
430
431         # Get video info
432         self.report_video_info_webpage_download(video_id)
433         if re.search(r'player-age-gate-content">', video_webpage) is not None:
434             self.report_age_confirmation()
435             age_gate = True
436             # We simulate the access to the video from www.youtube.com/v/{video_id}
437             # this can be viewed without login into Youtube
438             data = compat_urllib_parse.urlencode({'video_id': video_id,
439                                                   'el': 'embedded',
440                                                   'gl': 'US',
441                                                   'hl': 'en',
442                                                   'eurl': 'https://youtube.googleapis.com/v/' + video_id,
443                                                   'asv': 3,
444                                                   'sts':'1588',
445                                                   })
446             video_info_url = 'https://www.youtube.com/get_video_info?' + data
447             video_info_webpage = self._download_webpage(video_info_url, video_id,
448                                     note=False,
449                                     errnote='unable to download video info webpage')
450             video_info = compat_parse_qs(video_info_webpage)
451         else:
452             age_gate = False
453             for el_type in ['&el=embedded', '&el=detailpage', '&el=vevo', '']:
454                 video_info_url = ('https://www.youtube.com/get_video_info?&video_id=%s%s&ps=default&eurl=&gl=US&hl=en'
455                         % (video_id, el_type))
456                 video_info_webpage = self._download_webpage(video_info_url, video_id,
457                                         note=False,
458                                         errnote='unable to download video info webpage')
459                 video_info = compat_parse_qs(video_info_webpage)
460                 if 'token' in video_info:
461                     break
462         if 'token' not in video_info:
463             if 'reason' in video_info:
464                 raise ExtractorError(u'YouTube said: %s' % video_info['reason'][0], expected=True)
465             else:
466                 raise ExtractorError(u'"token" parameter not in video info for unknown reason')
467
468         # Check for "rental" videos
469         if 'ypc_video_rental_bar_text' in video_info and 'author' not in video_info:
470             raise ExtractorError(u'"rental" videos not supported')
471
472         # Start extracting information
473         self.report_information_extraction(video_id)
474
475         # uploader
476         if 'author' not in video_info:
477             raise ExtractorError(u'Unable to extract uploader name')
478         video_uploader = compat_urllib_parse.unquote_plus(video_info['author'][0])
479
480         # uploader_id
481         video_uploader_id = None
482         mobj = re.search(r'<link itemprop="url" href="http://www.youtube.com/(?:user|channel)/([^"]+)">', video_webpage)
483         if mobj is not None:
484             video_uploader_id = mobj.group(1)
485         else:
486             self._downloader.report_warning(u'unable to extract uploader nickname')
487
488         # title
489         if 'title' not in video_info:
490             raise ExtractorError(u'Unable to extract video title')
491         video_title = compat_urllib_parse.unquote_plus(video_info['title'][0])
492
493         # thumbnail image
494         # We try first to get a high quality image:
495         m_thumb = re.search(r'<span itemprop="thumbnail".*?href="(.*?)">',
496                             video_webpage, re.DOTALL)
497         if m_thumb is not None:
498             video_thumbnail = m_thumb.group(1)
499         elif 'thumbnail_url' not in video_info:
500             self._downloader.report_warning(u'unable to extract video thumbnail')
501             video_thumbnail = ''
502         else:   # don't panic if we can't find it
503             video_thumbnail = compat_urllib_parse.unquote_plus(video_info['thumbnail_url'][0])
504
505         # upload date
506         upload_date = None
507         mobj = re.search(r'id="eow-date.*?>(.*?)</span>', video_webpage, re.DOTALL)
508         if mobj is not None:
509             upload_date = ' '.join(re.sub(r'[/,-]', r' ', mobj.group(1)).split())
510             upload_date = unified_strdate(upload_date)
511
512         # description
513         video_description = get_element_by_id("eow-description", video_webpage)
514         if video_description:
515             video_description = clean_html(video_description)
516         else:
517             fd_mobj = re.search(r'<meta name="description" content="([^"]+)"', video_webpage)
518             if fd_mobj:
519                 video_description = unescapeHTML(fd_mobj.group(1))
520             else:
521                 video_description = u''
522
523         # subtitles
524         video_subtitles = None
525
526         if self._downloader.params.get('writesubtitles', False) or self._downloader.params.get('allsubtitles', False):
527             video_subtitles = self._extract_subtitles(video_id)
528         elif self._downloader.params.get('writeautomaticsub', False):
529             video_subtitles = self._request_automatic_caption(video_id, video_webpage)
530
531         if self._downloader.params.get('listsubtitles', False):
532             self._list_available_subtitles(video_id)
533             return
534
535         if 'length_seconds' not in video_info:
536             self._downloader.report_warning(u'unable to extract video duration')
537             video_duration = ''
538         else:
539             video_duration = compat_urllib_parse.unquote_plus(video_info['length_seconds'][0])
540
541         # Decide which formats to download
542         req_format = self._downloader.params.get('format', None)
543
544         try:
545             mobj = re.search(r';ytplayer.config = ({.*?});', video_webpage)
546             if not mobj:
547                 raise ValueError('Could not find vevo ID')
548             info = json.loads(mobj.group(1))
549             args = info['args']
550             # Easy way to know if the 's' value is in url_encoded_fmt_stream_map
551             # this signatures are encrypted
552             m_s = re.search(r'[&,]s=', args['url_encoded_fmt_stream_map'])
553             if m_s is not None:
554                 self.to_screen(u'%s: Encrypted signatures detected.' % video_id)
555                 video_info['url_encoded_fmt_stream_map'] = [args['url_encoded_fmt_stream_map']]
556         except ValueError:
557             pass
558
559         if 'conn' in video_info and video_info['conn'][0].startswith('rtmp'):
560             self.report_rtmp_download()
561             video_url_list = [(None, video_info['conn'][0])]
562         elif 'url_encoded_fmt_stream_map' in video_info and len(video_info['url_encoded_fmt_stream_map']) >= 1:
563             if 'rtmpe%3Dyes' in video_info['url_encoded_fmt_stream_map'][0]:
564                 raise ExtractorError('rtmpe downloads are not supported, see https://github.com/rg3/youtube-dl/issues/343 for more information.', expected=True)
565             url_map = {}
566             for url_data_str in video_info['url_encoded_fmt_stream_map'][0].split(','):
567                 url_data = compat_parse_qs(url_data_str)
568                 if 'itag' in url_data and 'url' in url_data:
569                     url = url_data['url'][0]
570                     if 'sig' in url_data:
571                         url += '&signature=' + url_data['sig'][0]
572                     elif 's' in url_data:
573                         if self._downloader.params.get('verbose'):
574                             s = url_data['s'][0]
575                             if age_gate:
576                                 player_version = self._search_regex(r'ad3-(.+?)\.swf',
577                                     video_info['ad3_module'][0], 'flash player',
578                                     fatal=False)
579                                 player = 'flash player %s' % player_version
580                             else:
581                                 player = u'html5 player %s' % self._search_regex(r'html5player-(.+?)\.js', video_webpage,
582                                     'html5 player', fatal=False)
583                             parts_sizes = u'.'.join(compat_str(len(part)) for part in s.split('.'))
584                             self.to_screen(u'encrypted signature length %d (%s), itag %s, %s' %
585                                 (len(s), parts_sizes, url_data['itag'][0], player))
586                         signature = self._decrypt_signature(url_data['s'][0])
587                         url += '&signature=' + signature
588                     if 'ratebypass' not in url:
589                         url += '&ratebypass=yes'
590                     url_map[url_data['itag'][0]] = url
591
592             format_limit = self._downloader.params.get('format_limit', None)
593             available_formats = self._available_formats_prefer_free if self._downloader.params.get('prefer_free_formats', False) else self._available_formats
594             if format_limit is not None and format_limit in available_formats:
595                 format_list = available_formats[available_formats.index(format_limit):]
596             else:
597                 format_list = available_formats
598             existing_formats = [x for x in format_list if x in url_map]
599             if len(existing_formats) == 0:
600                 raise ExtractorError(u'no known formats available for video')
601             if self._downloader.params.get('listformats', None):
602                 self._print_formats(existing_formats)
603                 return
604             if req_format is None or req_format == 'best':
605                 video_url_list = [(existing_formats[0], url_map[existing_formats[0]])] # Best quality
606             elif req_format == 'worst':
607                 video_url_list = [(existing_formats[-1], url_map[existing_formats[-1]])] # worst quality
608             elif req_format in ('-1', 'all'):
609                 video_url_list = [(f, url_map[f]) for f in existing_formats] # All formats
610             else:
611                 # Specific formats. We pick the first in a slash-delimeted sequence.
612                 # For example, if '1/2/3/4' is requested and '2' and '4' are available, we pick '2'.
613                 req_formats = req_format.split('/')
614                 video_url_list = None
615                 for rf in req_formats:
616                     if rf in url_map:
617                         video_url_list = [(rf, url_map[rf])]
618                         break
619                 if video_url_list is None:
620                     raise ExtractorError(u'requested format not available')
621         else:
622             raise ExtractorError(u'no conn or url_encoded_fmt_stream_map information found in video info')
623
624         results = []
625         for format_param, video_real_url in video_url_list:
626             # Extension
627             video_extension = self._video_extensions.get(format_param, 'flv')
628
629             video_format = '{0} - {1}'.format(format_param if format_param else video_extension,
630                                               self._video_dimensions.get(format_param, '???'))
631
632             results.append({
633                 'id':       video_id,
634                 'url':      video_real_url,
635                 'uploader': video_uploader,
636                 'uploader_id': video_uploader_id,
637                 'upload_date':  upload_date,
638                 'title':    video_title,
639                 'ext':      video_extension,
640                 'format':   video_format,
641                 'thumbnail':    video_thumbnail,
642                 'description':  video_description,
643                 'player_url':   player_url,
644                 'subtitles':    video_subtitles,
645                 'duration':     video_duration
646             })
647         return results
648
649 class YoutubePlaylistIE(InfoExtractor):
650     IE_DESC = u'YouTube.com playlists'
651     _VALID_URL = r"""(?:
652                         (?:https?://)?
653                         (?:\w+\.)?
654                         youtube\.com/
655                         (?:
656                            (?:course|view_play_list|my_playlists|artist|playlist|watch)
657                            \? (?:.*?&)*? (?:p|a|list)=
658                         |  p/
659                         )
660                         ((?:PL|EC|UU)?[0-9A-Za-z-_]{10,})
661                         .*
662                      |
663                         ((?:PL|EC|UU)[0-9A-Za-z-_]{10,})
664                      )"""
665     _TEMPLATE_URL = 'https://gdata.youtube.com/feeds/api/playlists/%s?max-results=%i&start-index=%i&v=2&alt=json&safeSearch=none'
666     _MAX_RESULTS = 50
667     IE_NAME = u'youtube:playlist'
668
669     @classmethod
670     def suitable(cls, url):
671         """Receives a URL and returns True if suitable for this IE."""
672         return re.match(cls._VALID_URL, url, re.VERBOSE) is not None
673
674     def _real_extract(self, url):
675         # Extract playlist id
676         mobj = re.match(self._VALID_URL, url, re.VERBOSE)
677         if mobj is None:
678             raise ExtractorError(u'Invalid URL: %s' % url)
679
680         # Download playlist videos from API
681         playlist_id = mobj.group(1) or mobj.group(2)
682         page_num = 1
683         videos = []
684
685         while True:
686             url = self._TEMPLATE_URL % (playlist_id, self._MAX_RESULTS, self._MAX_RESULTS * (page_num - 1) + 1)
687             page = self._download_webpage(url, playlist_id, u'Downloading page #%s' % page_num)
688
689             try:
690                 response = json.loads(page)
691             except ValueError as err:
692                 raise ExtractorError(u'Invalid JSON in API response: ' + compat_str(err))
693
694             if 'feed' not in response:
695                 raise ExtractorError(u'Got a malformed response from YouTube API')
696             playlist_title = response['feed']['title']['$t']
697             if 'entry' not in response['feed']:
698                 # Number of videos is a multiple of self._MAX_RESULTS
699                 break
700
701             for entry in response['feed']['entry']:
702                 index = entry['yt$position']['$t']
703                 if 'media$group' in entry and 'media$player' in entry['media$group']:
704                     videos.append((index, entry['media$group']['media$player']['url']))
705
706             if len(response['feed']['entry']) < self._MAX_RESULTS:
707                 break
708             page_num += 1
709
710         videos = [v[1] for v in sorted(videos)]
711
712         url_results = [self.url_result(vurl, 'Youtube') for vurl in videos]
713         return [self.playlist_result(url_results, playlist_id, playlist_title)]
714
715
716 class YoutubeChannelIE(InfoExtractor):
717     IE_DESC = u'YouTube.com channels'
718     _VALID_URL = r"^(?:https?://)?(?:youtu\.be|(?:\w+\.)?youtube(?:-nocookie)?\.com)/channel/([0-9A-Za-z_-]+)"
719     _TEMPLATE_URL = 'http://www.youtube.com/channel/%s/videos?sort=da&flow=list&view=0&page=%s&gl=US&hl=en'
720     _MORE_PAGES_INDICATOR = 'yt-uix-load-more'
721     _MORE_PAGES_URL = 'http://www.youtube.com/channel_ajax?action_load_more_videos=1&flow=list&paging=%s&view=0&sort=da&channel_id=%s'
722     IE_NAME = u'youtube:channel'
723
724     def extract_videos_from_page(self, page):
725         ids_in_page = []
726         for mobj in re.finditer(r'href="/watch\?v=([0-9A-Za-z_-]+)&?', page):
727             if mobj.group(1) not in ids_in_page:
728                 ids_in_page.append(mobj.group(1))
729         return ids_in_page
730
731     def _real_extract(self, url):
732         # Extract channel id
733         mobj = re.match(self._VALID_URL, url)
734         if mobj is None:
735             raise ExtractorError(u'Invalid URL: %s' % url)
736
737         # Download channel page
738         channel_id = mobj.group(1)
739         video_ids = []
740         pagenum = 1
741
742         url = self._TEMPLATE_URL % (channel_id, pagenum)
743         page = self._download_webpage(url, channel_id,
744                                       u'Downloading page #%s' % pagenum)
745
746         # Extract video identifiers
747         ids_in_page = self.extract_videos_from_page(page)
748         video_ids.extend(ids_in_page)
749
750         # Download any subsequent channel pages using the json-based channel_ajax query
751         if self._MORE_PAGES_INDICATOR in page:
752             while True:
753                 pagenum = pagenum + 1
754
755                 url = self._MORE_PAGES_URL % (pagenum, channel_id)
756                 page = self._download_webpage(url, channel_id,
757                                               u'Downloading page #%s' % pagenum)
758
759                 page = json.loads(page)
760
761                 ids_in_page = self.extract_videos_from_page(page['content_html'])
762                 video_ids.extend(ids_in_page)
763
764                 if self._MORE_PAGES_INDICATOR  not in page['load_more_widget_html']:
765                     break
766
767         self._downloader.to_screen(u'[youtube] Channel %s: Found %i videos' % (channel_id, len(video_ids)))
768
769         urls = ['http://www.youtube.com/watch?v=%s' % id for id in video_ids]
770         url_entries = [self.url_result(eurl, 'Youtube') for eurl in urls]
771         return [self.playlist_result(url_entries, channel_id)]
772
773
774 class YoutubeUserIE(InfoExtractor):
775     IE_DESC = u'YouTube.com user videos (URL or "ytuser" keyword)'
776     _VALID_URL = r'(?:(?:(?:https?://)?(?:\w+\.)?youtube\.com/user/)|ytuser:)([A-Za-z0-9_-]+)'
777     _TEMPLATE_URL = 'http://gdata.youtube.com/feeds/api/users/%s'
778     _GDATA_PAGE_SIZE = 50
779     _GDATA_URL = 'http://gdata.youtube.com/feeds/api/users/%s/uploads?max-results=%d&start-index=%d'
780     _VIDEO_INDICATOR = r'/watch\?v=(.+?)[\<&]'
781     IE_NAME = u'youtube:user'
782
783     def _real_extract(self, url):
784         # Extract username
785         mobj = re.match(self._VALID_URL, url)
786         if mobj is None:
787             raise ExtractorError(u'Invalid URL: %s' % url)
788
789         username = mobj.group(1)
790
791         # Download video ids using YouTube Data API. Result size per
792         # query is limited (currently to 50 videos) so we need to query
793         # page by page until there are no video ids - it means we got
794         # all of them.
795
796         video_ids = []
797         pagenum = 0
798
799         while True:
800             start_index = pagenum * self._GDATA_PAGE_SIZE + 1
801
802             gdata_url = self._GDATA_URL % (username, self._GDATA_PAGE_SIZE, start_index)
803             page = self._download_webpage(gdata_url, username,
804                                           u'Downloading video ids from %d to %d' % (start_index, start_index + self._GDATA_PAGE_SIZE))
805
806             # Extract video identifiers
807             ids_in_page = []
808
809             for mobj in re.finditer(self._VIDEO_INDICATOR, page):
810                 if mobj.group(1) not in ids_in_page:
811                     ids_in_page.append(mobj.group(1))
812
813             video_ids.extend(ids_in_page)
814
815             # A little optimization - if current page is not
816             # "full", ie. does not contain PAGE_SIZE video ids then
817             # we can assume that this page is the last one - there
818             # are no more ids on further pages - no need to query
819             # again.
820
821             if len(ids_in_page) < self._GDATA_PAGE_SIZE:
822                 break
823
824             pagenum += 1
825
826         urls = ['http://www.youtube.com/watch?v=%s' % video_id for video_id in video_ids]
827         url_results = [self.url_result(rurl, 'Youtube') for rurl in urls]
828         return [self.playlist_result(url_results, playlist_title = username)]
829
830 class YoutubeSearchIE(SearchInfoExtractor):
831     IE_DESC = u'YouTube.com searches'
832     _API_URL = 'https://gdata.youtube.com/feeds/api/videos?q=%s&start-index=%i&max-results=50&v=2&alt=jsonc'
833     _MAX_RESULTS = 1000
834     IE_NAME = u'youtube:search'
835     _SEARCH_KEY = 'ytsearch'
836
837     def report_download_page(self, query, pagenum):
838         """Report attempt to download search page with given number."""
839         self._downloader.to_screen(u'[youtube] query "%s": Downloading page %s' % (query, pagenum))
840
841     def _get_n_results(self, query, n):
842         """Get a specified number of results for a query"""
843
844         video_ids = []
845         pagenum = 0
846         limit = n
847
848         while (50 * pagenum) < limit:
849             self.report_download_page(query, pagenum+1)
850             result_url = self._API_URL % (compat_urllib_parse.quote_plus(query), (50*pagenum)+1)
851             request = compat_urllib_request.Request(result_url)
852             try:
853                 data = compat_urllib_request.urlopen(request).read().decode('utf-8')
854             except (compat_urllib_error.URLError, compat_http_client.HTTPException, socket.error) as err:
855                 raise ExtractorError(u'Unable to download API page: %s' % compat_str(err))
856             api_response = json.loads(data)['data']
857
858             if not 'items' in api_response:
859                 raise ExtractorError(u'[youtube] No video results')
860
861             new_ids = list(video['id'] for video in api_response['items'])
862             video_ids += new_ids
863
864             limit = min(n, api_response['totalItems'])
865             pagenum += 1
866
867         if len(video_ids) > n:
868             video_ids = video_ids[:n]
869         videos = [self.url_result('http://www.youtube.com/watch?v=%s' % id, 'Youtube') for id in video_ids]
870         return self.playlist_result(videos, query)
871
872
873 class YoutubeShowIE(InfoExtractor):
874     IE_DESC = u'YouTube.com (multi-season) shows'
875     _VALID_URL = r'https?://www\.youtube\.com/show/(.*)'
876     IE_NAME = u'youtube:show'
877
878     def _real_extract(self, url):
879         mobj = re.match(self._VALID_URL, url)
880         show_name = mobj.group(1)
881         webpage = self._download_webpage(url, show_name, u'Downloading show webpage')
882         # There's one playlist for each season of the show
883         m_seasons = list(re.finditer(r'href="(/playlist\?list=.*?)"', webpage))
884         self.to_screen(u'%s: Found %s seasons' % (show_name, len(m_seasons)))
885         return [self.url_result('https://www.youtube.com' + season.group(1), 'YoutubePlaylist') for season in m_seasons]
886
887
888 class YoutubeSubscriptionsIE(YoutubeIE):
889     """It's a subclass of YoutubeIE because we need to login"""
890     IE_DESC = u'YouTube.com subscriptions feed, "ytsubs" keyword(requires authentication)'
891     _VALID_URL = r'https?://www\.youtube\.com/feed/subscriptions|:ytsubs(?:criptions)?'
892     IE_NAME = u'youtube:subscriptions'
893     _FEED_TEMPLATE = 'http://www.youtube.com/feed_ajax?action_load_system_feed=1&feed_name=subscriptions&paging=%s'
894     _PAGING_STEP = 30
895
896     # Overwrite YoutubeIE properties we don't want
897     _TESTS = []
898     @classmethod
899     def suitable(cls, url):
900         return re.match(cls._VALID_URL, url) is not None
901
902     def _real_initialize(self):
903         (username, password) = self._get_login_info()
904         if username is None:
905             raise ExtractorError(u'No login info available, needed for downloading the Youtube subscriptions.', expected=True)
906         super(YoutubeSubscriptionsIE, self)._real_initialize()
907
908     def _real_extract(self, url):
909         feed_entries = []
910         # The step argument is available only in 2.7 or higher
911         for i in itertools.count(0):
912             paging = i*self._PAGING_STEP
913             info = self._download_webpage(self._FEED_TEMPLATE % paging, 'feed',
914                                           u'Downloading page %s' % i)
915             info = json.loads(info)
916             feed_html = info['feed_html']
917             m_ids = re.finditer(r'"/watch\?v=(.*?)"', feed_html)
918             ids = orderedSet(m.group(1) for m in m_ids)
919             feed_entries.extend(self.url_result(id, 'Youtube') for id in ids)
920             if info['paging'] is None:
921                 break
922         return self.playlist_result(feed_entries, playlist_title='Youtube Subscriptions')