[ThePlatform] Fix tests failed since 79ba9140dc8fcf5883b7473596e8f20cba6b479f
[youtube-dl] / youtube_dl / extractor / generic.py
1 # encoding: utf-8
2
3 from __future__ import unicode_literals
4
5 import os
6 import re
7 import sys
8
9 from .common import InfoExtractor
10 from .youtube import YoutubeIE
11 from ..compat import (
12     compat_etree_fromstring,
13     compat_urllib_parse_unquote,
14     compat_urlparse,
15     compat_xml_parse_error,
16 )
17 from ..utils import (
18     determine_ext,
19     ExtractorError,
20     float_or_none,
21     HEADRequest,
22     is_html,
23     orderedSet,
24     sanitized_Request,
25     smuggle_url,
26     unescapeHTML,
27     unified_strdate,
28     unsmuggle_url,
29     UnsupportedError,
30     url_basename,
31     xpath_text,
32 )
33 from .brightcove import (
34     BrightcoveLegacyIE,
35     BrightcoveNewIE,
36 )
37 from .nbc import NBCSportsVPlayerIE
38 from .ooyala import OoyalaIE
39 from .rutv import RUTVIE
40 from .tvc import TVCIE
41 from .sportbox import SportBoxEmbedIE
42 from .smotri import SmotriIE
43 from .myvi import MyviIE
44 from .condenast import CondeNastIE
45 from .udn import UDNEmbedIE
46 from .senateisvp import SenateISVPIE
47 from .svt import SVTIE
48 from .pornhub import PornHubIE
49 from .xhamster import XHamsterEmbedIE
50 from .tnaflix import TNAFlixNetworkEmbedIE
51 from .vimeo import VimeoIE
52 from .dailymotion import DailymotionCloudIE
53 from .onionstudios import OnionStudiosIE
54 from .snagfilms import SnagFilmsEmbedIE
55 from .screenwavemedia import ScreenwaveMediaIE
56 from .mtv import MTVServicesEmbeddedIE
57 from .pladform import PladformIE
58 from .videomore import VideomoreIE
59 from .googledrive import GoogleDriveIE
60 from .jwplatform import JWPlatformIE
61 from .digiteka import DigitekaIE
62 from .instagram import InstagramIE
63 from .liveleak import LiveLeakIE
64
65
66 class GenericIE(InfoExtractor):
67     IE_DESC = 'Generic downloader that works on some sites'
68     _VALID_URL = r'.*'
69     IE_NAME = 'generic'
70     _TESTS = [
71         # Direct link to a video
72         {
73             'url': 'http://media.w3.org/2010/05/sintel/trailer.mp4',
74             'md5': '67d406c2bcb6af27fa886f31aa934bbe',
75             'info_dict': {
76                 'id': 'trailer',
77                 'ext': 'mp4',
78                 'title': 'trailer',
79                 'upload_date': '20100513',
80             }
81         },
82         # Direct link to media delivered compressed (until Accept-Encoding is *)
83         {
84             'url': 'http://calimero.tk/muzik/FictionJunction-Parallel_Hearts.flac',
85             'md5': '128c42e68b13950268b648275386fc74',
86             'info_dict': {
87                 'id': 'FictionJunction-Parallel_Hearts',
88                 'ext': 'flac',
89                 'title': 'FictionJunction-Parallel_Hearts',
90                 'upload_date': '20140522',
91             },
92             'expected_warnings': [
93                 'URL could be a direct video link, returning it as such.'
94             ]
95         },
96         # Direct download with broken HEAD
97         {
98             'url': 'http://ai-radio.org:8000/radio.opus',
99             'info_dict': {
100                 'id': 'radio',
101                 'ext': 'opus',
102                 'title': 'radio',
103             },
104             'params': {
105                 'skip_download': True,  # infinite live stream
106             },
107             'expected_warnings': [
108                 r'501.*Not Implemented',
109                 r'400.*Bad Request',
110             ],
111         },
112         # Direct link with incorrect MIME type
113         {
114             'url': 'http://ftp.nluug.nl/video/nluug/2014-11-20_nj14/zaal-2/5_Lennart_Poettering_-_Systemd.webm',
115             'md5': '4ccbebe5f36706d85221f204d7eb5913',
116             'info_dict': {
117                 'url': 'http://ftp.nluug.nl/video/nluug/2014-11-20_nj14/zaal-2/5_Lennart_Poettering_-_Systemd.webm',
118                 'id': '5_Lennart_Poettering_-_Systemd',
119                 'ext': 'webm',
120                 'title': '5_Lennart_Poettering_-_Systemd',
121                 'upload_date': '20141120',
122             },
123             'expected_warnings': [
124                 'URL could be a direct video link, returning it as such.'
125             ]
126         },
127         # RSS feed
128         {
129             'url': 'http://phihag.de/2014/youtube-dl/rss2.xml',
130             'info_dict': {
131                 'id': 'http://phihag.de/2014/youtube-dl/rss2.xml',
132                 'title': 'Zero Punctuation',
133                 'description': 're:.*groundbreaking video review series.*'
134             },
135             'playlist_mincount': 11,
136         },
137         # RSS feed with enclosure
138         {
139             'url': 'http://podcastfeeds.nbcnews.com/audio/podcast/MSNBC-MADDOW-NETCAST-M4V.xml',
140             'info_dict': {
141                 'id': 'pdv_maddow_netcast_m4v-02-27-2015-201624',
142                 'ext': 'm4v',
143                 'upload_date': '20150228',
144                 'title': 'pdv_maddow_netcast_m4v-02-27-2015-201624',
145             }
146         },
147         # SMIL from http://videolectures.net/promogram_igor_mekjavic_eng
148         {
149             'url': 'http://videolectures.net/promogram_igor_mekjavic_eng/video/1/smil.xml',
150             'info_dict': {
151                 'id': 'smil',
152                 'ext': 'mp4',
153                 'title': 'Automatics, robotics and biocybernetics',
154                 'description': 'md5:815fc1deb6b3a2bff99de2d5325be482',
155                 'upload_date': '20130627',
156                 'formats': 'mincount:16',
157                 'subtitles': 'mincount:1',
158             },
159             'params': {
160                 'force_generic_extractor': True,
161                 'skip_download': True,
162             },
163         },
164         # SMIL from http://www1.wdr.de/mediathek/video/livestream/index.html
165         {
166             'url': 'http://metafilegenerator.de/WDR/WDR_FS/hds/hds.smil',
167             'info_dict': {
168                 'id': 'hds',
169                 'ext': 'flv',
170                 'title': 'hds',
171                 'formats': 'mincount:1',
172             },
173             'params': {
174                 'skip_download': True,
175             },
176         },
177         # SMIL from https://www.restudy.dk/video/play/id/1637
178         {
179             'url': 'https://www.restudy.dk/awsmedia/SmilDirectory/video_1637.xml',
180             'info_dict': {
181                 'id': 'video_1637',
182                 'ext': 'flv',
183                 'title': 'video_1637',
184                 'formats': 'mincount:3',
185             },
186             'params': {
187                 'skip_download': True,
188             },
189         },
190         # SMIL from http://adventure.howstuffworks.com/5266-cool-jobs-iditarod-musher-video.htm
191         {
192             'url': 'http://services.media.howstuffworks.com/videos/450221/smil-service.smil',
193             'info_dict': {
194                 'id': 'smil-service',
195                 'ext': 'flv',
196                 'title': 'smil-service',
197                 'formats': 'mincount:1',
198             },
199             'params': {
200                 'skip_download': True,
201             },
202         },
203         # SMIL from http://new.livestream.com/CoheedandCambria/WebsterHall/videos/4719370
204         {
205             'url': 'http://api.new.livestream.com/accounts/1570303/events/1585861/videos/4719370.smil',
206             'info_dict': {
207                 'id': '4719370',
208                 'ext': 'mp4',
209                 'title': '571de1fd-47bc-48db-abf9-238872a58d1f',
210                 'formats': 'mincount:3',
211             },
212             'params': {
213                 'skip_download': True,
214             },
215         },
216         # XSPF playlist from http://www.telegraaf.nl/tv/nieuws/binnenland/24353229/__Tikibad_ontruimd_wegens_brand__.html
217         {
218             'url': 'http://www.telegraaf.nl/xml/playlist/2015/8/7/mZlp2ctYIUEB.xspf',
219             'info_dict': {
220                 'id': 'mZlp2ctYIUEB',
221                 'ext': 'mp4',
222                 'title': 'Tikibad ontruimd wegens brand',
223                 'description': 'md5:05ca046ff47b931f9b04855015e163a4',
224                 'thumbnail': 're:^https?://.*\.jpg$',
225                 'duration': 33,
226             },
227             'params': {
228                 'skip_download': True,
229             },
230         },
231         # MPD from http://dash-mse-test.appspot.com/media.html
232         {
233             'url': 'http://yt-dash-mse-test.commondatastorage.googleapis.com/media/car-20120827-manifest.mpd',
234             'md5': '4b57baab2e30d6eb3a6a09f0ba57ef53',
235             'info_dict': {
236                 'id': 'car-20120827-manifest',
237                 'ext': 'mp4',
238                 'title': 'car-20120827-manifest',
239                 'formats': 'mincount:9',
240                 'upload_date': '20130904',
241             },
242             'params': {
243                 'format': 'bestvideo',
244             },
245         },
246         # m3u8 served with Content-Type: audio/x-mpegURL; charset=utf-8
247         {
248             'url': 'http://once.unicornmedia.com/now/master/playlist/bb0b18ba-64f5-4b1b-a29f-0ac252f06b68/77a785f3-5188-4806-b788-0893a61634ed/93677179-2d99-4ef4-9e17-fe70d49abfbf/content.m3u8',
249             'info_dict': {
250                 'id': 'content',
251                 'ext': 'mp4',
252                 'title': 'content',
253                 'formats': 'mincount:8',
254             },
255             'params': {
256                 # m3u8 downloads
257                 'skip_download': True,
258             }
259         },
260         # m3u8 served with Content-Type: text/plain
261         {
262             'url': 'http://www.nacentapps.com/m3u8/index.m3u8',
263             'info_dict': {
264                 'id': 'index',
265                 'ext': 'mp4',
266                 'title': 'index',
267                 'upload_date': '20140720',
268                 'formats': 'mincount:11',
269             },
270             'params': {
271                 # m3u8 downloads
272                 'skip_download': True,
273             }
274         },
275         # google redirect
276         {
277             'url': 'http://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&cad=rja&ved=0CCUQtwIwAA&url=http%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3DcmQHVoWB5FY&ei=F-sNU-LLCaXk4QT52ICQBQ&usg=AFQjCNEw4hL29zgOohLXvpJ-Bdh2bils1Q&bvm=bv.61965928,d.bGE',
278             'info_dict': {
279                 'id': 'cmQHVoWB5FY',
280                 'ext': 'mp4',
281                 'upload_date': '20130224',
282                 'uploader_id': 'TheVerge',
283                 'description': 're:^Chris Ziegler takes a look at the\.*',
284                 'uploader': 'The Verge',
285                 'title': 'First Firefox OS phones side-by-side',
286             },
287             'params': {
288                 'skip_download': False,
289             }
290         },
291         {
292             # redirect in Refresh HTTP header
293             'url': 'https://www.facebook.com/l.php?u=https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3DpO8h3EaFRdo&h=TAQHsoToz&enc=AZN16h-b6o4Zq9pZkCCdOLNKMN96BbGMNtcFwHSaazus4JHT_MFYkAA-WARTX2kvsCIdlAIyHZjl6d33ILIJU7Jzwk_K3mcenAXoAzBNoZDI_Q7EXGDJnIhrGkLXo_LJ_pAa2Jzbx17UHMd3jAs--6j2zaeto5w9RTn8T_1kKg3fdC5WPX9Dbb18vzH7YFX0eSJmoa6SP114rvlkw6pkS1-T&s=1',
294             'info_dict': {
295                 'id': 'pO8h3EaFRdo',
296                 'ext': 'mp4',
297                 'title': 'Tripeo Boiler Room x Dekmantel Festival DJ Set',
298                 'description': 'md5:6294cc1af09c4049e0652b51a2df10d5',
299                 'upload_date': '20150917',
300                 'uploader_id': 'brtvofficial',
301                 'uploader': 'Boiler Room',
302             },
303             'params': {
304                 'skip_download': False,
305             },
306         },
307         {
308             'url': 'http://www.hodiho.fr/2013/02/regis-plante-sa-jeep.html',
309             'md5': '85b90ccc9d73b4acd9138d3af4c27f89',
310             'info_dict': {
311                 'id': '13601338388002',
312                 'ext': 'mp4',
313                 'uploader': 'www.hodiho.fr',
314                 'title': 'R\u00e9gis plante sa Jeep',
315             }
316         },
317         # bandcamp page with custom domain
318         {
319             'add_ie': ['Bandcamp'],
320             'url': 'http://bronyrock.com/track/the-pony-mash',
321             'info_dict': {
322                 'id': '3235767654',
323                 'ext': 'mp3',
324                 'title': 'The Pony Mash',
325                 'uploader': 'M_Pallante',
326             },
327             'skip': 'There is a limit of 200 free downloads / month for the test song',
328         },
329         # embedded brightcove video
330         # it also tests brightcove videos that need to set the 'Referer' in the
331         # http requests
332         {
333             'add_ie': ['BrightcoveLegacy'],
334             'url': 'http://www.bfmtv.com/video/bfmbusiness/cours-bourse/cours-bourse-l-analyse-technique-154522/',
335             'info_dict': {
336                 'id': '2765128793001',
337                 'ext': 'mp4',
338                 'title': 'Le cours de bourse : l’analyse technique',
339                 'description': 'md5:7e9ad046e968cb2d1114004aba466fd9',
340                 'uploader': 'BFM BUSINESS',
341             },
342             'params': {
343                 'skip_download': True,
344             },
345         },
346         {
347             # https://github.com/rg3/youtube-dl/issues/2253
348             'url': 'http://bcove.me/i6nfkrc3',
349             'md5': '0ba9446db037002366bab3b3eb30c88c',
350             'info_dict': {
351                 'id': '3101154703001',
352                 'ext': 'mp4',
353                 'title': 'Still no power',
354                 'uploader': 'thestar.com',
355                 'description': 'Mississauga resident David Farmer is still out of power as a result of the ice storm a month ago. To keep the house warm, Farmer cuts wood from his property for a wood burning stove downstairs.',
356             },
357             'add_ie': ['BrightcoveLegacy'],
358         },
359         {
360             'url': 'http://www.championat.com/video/football/v/87/87499.html',
361             'md5': 'fb973ecf6e4a78a67453647444222983',
362             'info_dict': {
363                 'id': '3414141473001',
364                 'ext': 'mp4',
365                 'title': 'Видео. Удаление Дзагоева (ЦСКА)',
366                 'description': 'Онлайн-трансляция матча ЦСКА - "Волга"',
367                 'uploader': 'Championat',
368             },
369         },
370         {
371             # https://github.com/rg3/youtube-dl/issues/3541
372             'add_ie': ['BrightcoveLegacy'],
373             'url': 'http://www.kijk.nl/sbs6/leermijvrouwenkennen/videos/jqMiXKAYan2S/aflevering-1',
374             'info_dict': {
375                 'id': '3866516442001',
376                 'ext': 'mp4',
377                 'title': 'Leer mij vrouwen kennen: Aflevering 1',
378                 'description': 'Leer mij vrouwen kennen: Aflevering 1',
379                 'uploader': 'SBS Broadcasting',
380             },
381             'skip': 'Restricted to Netherlands',
382             'params': {
383                 'skip_download': True,  # m3u8 download
384             },
385         },
386         # ooyala video
387         {
388             'url': 'http://www.rollingstone.com/music/videos/norwegian-dj-cashmere-cat-goes-spartan-on-with-me-premiere-20131219',
389             'md5': '166dd577b433b4d4ebfee10b0824d8ff',
390             'info_dict': {
391                 'id': 'BwY2RxaTrTkslxOfcan0UCf0YqyvWysJ',
392                 'ext': 'mp4',
393                 'title': '2cc213299525360.mov',  # that's what we get
394                 'duration': 238.231,
395             },
396             'add_ie': ['Ooyala'],
397         },
398         {
399             # ooyala video embedded with http://player.ooyala.com/iframe.js
400             'url': 'http://www.macrumors.com/2015/07/24/steve-jobs-the-man-in-the-machine-first-trailer/',
401             'info_dict': {
402                 'id': 'p0MGJndjoG5SOKqO_hZJuZFPB-Tr5VgB',
403                 'ext': 'mp4',
404                 'title': '"Steve Jobs: Man in the Machine" trailer',
405                 'description': 'The first trailer for the Alex Gibney documentary "Steve Jobs: Man in the Machine."',
406                 'duration': 135.427,
407             },
408             'params': {
409                 'skip_download': True,
410             },
411         },
412         # embed.ly video
413         {
414             'url': 'http://www.tested.com/science/weird/460206-tested-grinding-coffee-2000-frames-second/',
415             'info_dict': {
416                 'id': '9ODmcdjQcHQ',
417                 'ext': 'mp4',
418                 'title': 'Tested: Grinding Coffee at 2000 Frames Per Second',
419                 'upload_date': '20140225',
420                 'description': 'md5:06a40fbf30b220468f1e0957c0f558ff',
421                 'uploader': 'Tested',
422                 'uploader_id': 'testedcom',
423             },
424             # No need to test YoutubeIE here
425             'params': {
426                 'skip_download': True,
427             },
428         },
429         # funnyordie embed
430         {
431             'url': 'http://www.theguardian.com/world/2014/mar/11/obama-zach-galifianakis-between-two-ferns',
432             'info_dict': {
433                 'id': '18e820ec3f',
434                 'ext': 'mp4',
435                 'title': 'Between Two Ferns with Zach Galifianakis: President Barack Obama',
436                 'description': 'Episode 18: President Barack Obama sits down with Zach Galifianakis for his most memorable interview yet.',
437             },
438         },
439         # RUTV embed
440         {
441             'url': 'http://www.rg.ru/2014/03/15/reg-dfo/anklav-anons.html',
442             'info_dict': {
443                 'id': '776940',
444                 'ext': 'mp4',
445                 'title': 'Охотское море стало целиком российским',
446                 'description': 'md5:5ed62483b14663e2a95ebbe115eb8f43',
447             },
448             'params': {
449                 # m3u8 download
450                 'skip_download': True,
451             },
452         },
453         # TVC embed
454         {
455             'url': 'http://sch1298sz.mskobr.ru/dou_edu/karamel_ki/filial_galleries/video/iframe_src_http_tvc_ru_video_iframe_id_55304_isplay_false_acc_video_id_channel_brand_id_11_show_episodes_episode_id_32307_frameb/',
456             'info_dict': {
457                 'id': '55304',
458                 'ext': 'mp4',
459                 'title': 'Дошкольное воспитание',
460             },
461         },
462         # SportBox embed
463         {
464             'url': 'http://www.vestifinance.ru/articles/25753',
465             'info_dict': {
466                 'id': '25753',
467                 'title': 'Вести Экономика ― Прямые трансляции с Форума-выставки "Госзаказ-2013"',
468             },
469             'playlist': [{
470                 'info_dict': {
471                     'id': '370908',
472                     'title': 'Госзаказ. День 3',
473                     'ext': 'mp4',
474                 }
475             }, {
476                 'info_dict': {
477                     'id': '370905',
478                     'title': 'Госзаказ. День 2',
479                     'ext': 'mp4',
480                 }
481             }, {
482                 'info_dict': {
483                     'id': '370902',
484                     'title': 'Госзаказ. День 1',
485                     'ext': 'mp4',
486                 }
487             }],
488             'params': {
489                 # m3u8 download
490                 'skip_download': True,
491             },
492         },
493         # Myvi.ru embed
494         {
495             'url': 'http://www.kinomyvi.tv/news/detail/Pervij-dublirovannij-trejler--Uzhastikov-_nOw1',
496             'info_dict': {
497                 'id': 'f4dafcad-ff21-423d-89b5-146cfd89fa1e',
498                 'ext': 'mp4',
499                 'title': 'Ужастики, русский трейлер (2015)',
500                 'thumbnail': 're:^https?://.*\.jpg$',
501                 'duration': 153,
502             }
503         },
504         # XHamster embed
505         {
506             'url': 'http://www.numisc.com/forum/showthread.php?11696-FM15-which-pumiscer-was-this-%28-vid-%29-%28-alfa-as-fuck-srx-%29&s=711f5db534502e22260dec8c5e2d66d8',
507             'info_dict': {
508                 'id': 'showthread',
509                 'title': '[NSFL] [FM15] which pumiscer was this ( vid ) ( alfa as fuck srx )',
510             },
511             'playlist_mincount': 7,
512         },
513         # Embedded TED video
514         {
515             'url': 'http://en.support.wordpress.com/videos/ted-talks/',
516             'md5': '65fdff94098e4a607385a60c5177c638',
517             'info_dict': {
518                 'id': '1969',
519                 'ext': 'mp4',
520                 'title': 'Hidden miracles of the natural world',
521                 'uploader': 'Louie Schwartzberg',
522                 'description': 'md5:8145d19d320ff3e52f28401f4c4283b9',
523             }
524         },
525         # Embedded Ustream video
526         {
527             'url': 'http://www.american.edu/spa/pti/nsa-privacy-janus-2014.cfm',
528             'md5': '27b99cdb639c9b12a79bca876a073417',
529             'info_dict': {
530                 'id': '45734260',
531                 'ext': 'flv',
532                 'uploader': 'AU SPA:  The NSA and Privacy',
533                 'title': 'NSA and Privacy Forum Debate featuring General Hayden and Barton Gellman'
534             }
535         },
536         # nowvideo embed hidden behind percent encoding
537         {
538             'url': 'http://www.waoanime.tv/the-super-dimension-fortress-macross-episode-1/',
539             'md5': '2baf4ddd70f697d94b1c18cf796d5107',
540             'info_dict': {
541                 'id': '06e53103ca9aa',
542                 'ext': 'flv',
543                 'title': 'Macross Episode 001  Watch Macross Episode 001 onl',
544                 'description': 'No description',
545             },
546         },
547         # arte embed
548         {
549             'url': 'http://www.tv-replay.fr/redirection/20-03-14/x-enius-arte-10753389.html',
550             'md5': '7653032cbb25bf6c80d80f217055fa43',
551             'info_dict': {
552                 'id': '048195-004_PLUS7-F',
553                 'ext': 'flv',
554                 'title': 'X:enius',
555                 'description': 'md5:d5fdf32ef6613cdbfd516ae658abf168',
556                 'upload_date': '20140320',
557             },
558             'params': {
559                 'skip_download': 'Requires rtmpdump'
560             }
561         },
562         # francetv embed
563         {
564             'url': 'http://www.tsprod.com/replay-du-concert-alcaline-de-calogero',
565             'info_dict': {
566                 'id': 'EV_30231',
567                 'ext': 'mp4',
568                 'title': 'Alcaline, le concert avec Calogero',
569                 'description': 'md5:61f08036dcc8f47e9cfc33aed08ffaff',
570                 'upload_date': '20150226',
571                 'timestamp': 1424989860,
572                 'duration': 5400,
573             },
574             'params': {
575                 # m3u8 downloads
576                 'skip_download': True,
577             },
578             'expected_warnings': [
579                 'Forbidden'
580             ]
581         },
582         # Condé Nast embed
583         {
584             'url': 'http://www.wired.com/2014/04/honda-asimo/',
585             'md5': 'ba0dfe966fa007657bd1443ee672db0f',
586             'info_dict': {
587                 'id': '53501be369702d3275860000',
588                 'ext': 'mp4',
589                 'title': 'Honda’s  New Asimo Robot Is More Human Than Ever',
590             }
591         },
592         # Dailymotion embed
593         {
594             'url': 'http://www.spi0n.com/zap-spi0n-com-n216/',
595             'md5': '441aeeb82eb72c422c7f14ec533999cd',
596             'info_dict': {
597                 'id': 'k2mm4bCdJ6CQ2i7c8o2',
598                 'ext': 'mp4',
599                 'title': 'Le Zap de Spi0n n°216 - Zapping du Web',
600                 'description': 'md5:faf028e48a461b8b7fad38f1e104b119',
601                 'uploader': 'Spi0n',
602                 'uploader_id': 'xgditw',
603                 'upload_date': '20140425',
604                 'timestamp': 1398441542,
605             },
606             'add_ie': ['Dailymotion'],
607         },
608         # YouTube embed
609         {
610             'url': 'http://www.badzine.de/ansicht/datum/2014/06/09/so-funktioniert-die-neue-englische-badminton-liga.html',
611             'info_dict': {
612                 'id': 'FXRb4ykk4S0',
613                 'ext': 'mp4',
614                 'title': 'The NBL Auction 2014',
615                 'uploader': 'BADMINTON England',
616                 'uploader_id': 'BADMINTONEvents',
617                 'upload_date': '20140603',
618                 'description': 'md5:9ef128a69f1e262a700ed83edb163a73',
619             },
620             'add_ie': ['Youtube'],
621             'params': {
622                 'skip_download': True,
623             }
624         },
625         # MTVSercices embed
626         {
627             'url': 'http://www.gametrailers.com/news-post/76093/north-america-europe-is-getting-that-mario-kart-8-mercedes-dlc-too',
628             'md5': '35727f82f58c76d996fc188f9755b0d5',
629             'info_dict': {
630                 'id': '0306a69b-8adf-4fb5-aace-75f8e8cbfca9',
631                 'ext': 'mp4',
632                 'title': 'Review',
633                 'description': 'Mario\'s life in the fast lane has never looked so good.',
634             },
635         },
636         # YouTube embed via <data-embed-url="">
637         {
638             'url': 'https://play.google.com/store/apps/details?id=com.gameloft.android.ANMP.GloftA8HM',
639             'info_dict': {
640                 'id': '4vAffPZIT44',
641                 'ext': 'mp4',
642                 'title': 'Asphalt 8: Airborne - Update - Welcome to Dubai!',
643                 'uploader': 'Gameloft',
644                 'uploader_id': 'gameloft',
645                 'upload_date': '20140828',
646                 'description': 'md5:c80da9ed3d83ae6d1876c834de03e1c4',
647             },
648             'params': {
649                 'skip_download': True,
650             }
651         },
652         # Camtasia studio
653         {
654             'url': 'http://www.ll.mit.edu/workshops/education/videocourses/antennas/lecture1/video/',
655             'playlist': [{
656                 'md5': '0c5e352edabf715d762b0ad4e6d9ee67',
657                 'info_dict': {
658                     'id': 'Fenn-AA_PA_Radar_Course_Lecture_1c_Final',
659                     'title': 'Fenn-AA_PA_Radar_Course_Lecture_1c_Final - video1',
660                     'ext': 'flv',
661                     'duration': 2235.90,
662                 }
663             }, {
664                 'md5': '10e4bb3aaca9fd630e273ff92d9f3c63',
665                 'info_dict': {
666                     'id': 'Fenn-AA_PA_Radar_Course_Lecture_1c_Final_PIP',
667                     'title': 'Fenn-AA_PA_Radar_Course_Lecture_1c_Final - pip',
668                     'ext': 'flv',
669                     'duration': 2235.93,
670                 }
671             }],
672             'info_dict': {
673                 'title': 'Fenn-AA_PA_Radar_Course_Lecture_1c_Final',
674             }
675         },
676         # Flowplayer
677         {
678             'url': 'http://www.handjobhub.com/video/busty-blonde-siri-tit-fuck-while-wank-6313.html',
679             'md5': '9d65602bf31c6e20014319c7d07fba27',
680             'info_dict': {
681                 'id': '5123ea6d5e5a7',
682                 'ext': 'mp4',
683                 'age_limit': 18,
684                 'uploader': 'www.handjobhub.com',
685                 'title': 'Busty Blonde Siri Tit Fuck While Wank at HandjobHub.com',
686             }
687         },
688         # Multiple brightcove videos
689         # https://github.com/rg3/youtube-dl/issues/2283
690         {
691             'url': 'http://www.newyorker.com/online/blogs/newsdesk/2014/01/always-never-nuclear-command-and-control.html',
692             'info_dict': {
693                 'id': 'always-never',
694                 'title': 'Always / Never - The New Yorker',
695             },
696             'playlist_count': 3,
697             'params': {
698                 'extract_flat': False,
699                 'skip_download': True,
700             }
701         },
702         # MLB embed
703         {
704             'url': 'http://umpire-empire.com/index.php/topic/58125-laz-decides-no-thats-low/',
705             'md5': '96f09a37e44da40dd083e12d9a683327',
706             'info_dict': {
707                 'id': '33322633',
708                 'ext': 'mp4',
709                 'title': 'Ump changes call to ball',
710                 'description': 'md5:71c11215384298a172a6dcb4c2e20685',
711                 'duration': 48,
712                 'timestamp': 1401537900,
713                 'upload_date': '20140531',
714                 'thumbnail': 're:^https?://.*\.jpg$',
715             },
716         },
717         # Wistia embed
718         {
719             'url': 'http://education-portal.com/academy/lesson/north-american-exploration-failed-colonies-of-spain-france-england.html#lesson',
720             'md5': '8788b683c777a5cf25621eaf286d0c23',
721             'info_dict': {
722                 'id': '1cfaf6b7ea',
723                 'ext': 'mov',
724                 'title': 'md5:51364a8d3d009997ba99656004b5e20d',
725                 'duration': 643.0,
726                 'filesize': 182808282,
727                 'uploader': 'education-portal.com',
728             },
729         },
730         {
731             'url': 'http://thoughtworks.wistia.com/medias/uxjb0lwrcz',
732             'md5': 'baf49c2baa8a7de5f3fc145a8506dcd4',
733             'info_dict': {
734                 'id': 'uxjb0lwrcz',
735                 'ext': 'mp4',
736                 'title': 'Conversation about Hexagonal Rails Part 1 - ThoughtWorks',
737                 'description': 'a Martin Fowler video from ThoughtWorks',
738                 'duration': 1715.0,
739                 'uploader': 'thoughtworks.wistia.com',
740                 'upload_date': '20140603',
741                 'timestamp': 1401832161,
742             },
743         },
744         # Soundcloud embed
745         {
746             'url': 'http://nakedsecurity.sophos.com/2014/10/29/sscc-171-are-you-sure-that-1234-is-a-bad-password-podcast/',
747             'info_dict': {
748                 'id': '174391317',
749                 'ext': 'mp3',
750                 'description': 'md5:ff867d6b555488ad3c52572bb33d432c',
751                 'uploader': 'Sophos Security',
752                 'title': 'Chet Chat 171 - Oct 29, 2014',
753                 'upload_date': '20141029',
754             }
755         },
756         # Livestream embed
757         {
758             'url': 'http://www.esa.int/Our_Activities/Space_Science/Rosetta/Philae_comet_touch-down_webcast',
759             'info_dict': {
760                 'id': '67864563',
761                 'ext': 'flv',
762                 'upload_date': '20141112',
763                 'title': 'Rosetta #CometLanding webcast HL 10',
764             }
765         },
766         # LazyYT
767         {
768             'url': 'http://discourse.ubuntu.com/t/unity-8-desktop-mode-windows-on-mir/1986',
769             'info_dict': {
770                 'id': '1986',
771                 'title': 'Unity 8 desktop-mode windows on Mir! - Ubuntu Discourse',
772             },
773             'playlist_mincount': 2,
774         },
775         # Cinchcast embed
776         {
777             'url': 'http://undergroundwellness.com/podcasts/306-5-steps-to-permanent-gut-healing/',
778             'info_dict': {
779                 'id': '7141703',
780                 'ext': 'mp3',
781                 'upload_date': '20141126',
782                 'title': 'Jack Tips: 5 Steps to Permanent Gut Healing',
783             }
784         },
785         # Cinerama player
786         {
787             'url': 'http://www.abc.net.au/7.30/content/2015/s4164797.htm',
788             'info_dict': {
789                 'id': '730m_DandD_1901_512k',
790                 'ext': 'mp4',
791                 'uploader': 'www.abc.net.au',
792                 'title': 'Game of Thrones with dice - Dungeons and Dragons fantasy role-playing game gets new life - 19/01/2015',
793             }
794         },
795         # embedded viddler video
796         {
797             'url': 'http://deadspin.com/i-cant-stop-watching-john-wall-chop-the-nuggets-with-th-1681801597',
798             'info_dict': {
799                 'id': '4d03aad9',
800                 'ext': 'mp4',
801                 'uploader': 'deadspin',
802                 'title': 'WALL-TO-GORTAT',
803                 'timestamp': 1422285291,
804                 'upload_date': '20150126',
805             },
806             'add_ie': ['Viddler'],
807         },
808         # Libsyn embed
809         {
810             'url': 'http://thedailyshow.cc.com/podcast/episodetwelve',
811             'info_dict': {
812                 'id': '3377616',
813                 'ext': 'mp3',
814                 'title': "The Daily Show Podcast without Jon Stewart - Episode 12: Bassem Youssef: Egypt's Jon Stewart",
815                 'description': 'md5:601cb790edd05908957dae8aaa866465',
816                 'upload_date': '20150220',
817             },
818         },
819         # jwplayer YouTube
820         {
821             'url': 'http://media.nationalarchives.gov.uk/index.php/webinar-using-discovery-national-archives-online-catalogue/',
822             'info_dict': {
823                 'id': 'Mrj4DVp2zeA',
824                 'ext': 'mp4',
825                 'upload_date': '20150212',
826                 'uploader': 'The National Archives UK',
827                 'description': 'md5:a236581cd2449dd2df4f93412f3f01c6',
828                 'uploader_id': 'NationalArchives08',
829                 'title': 'Webinar: Using Discovery, The National Archives’ online catalogue',
830             },
831         },
832         # rtl.nl embed
833         {
834             'url': 'http://www.rtlnieuws.nl/nieuws/buitenland/aanslagen-kopenhagen',
835             'playlist_mincount': 5,
836             'info_dict': {
837                 'id': 'aanslagen-kopenhagen',
838                 'title': 'Aanslagen Kopenhagen | RTL Nieuws',
839             }
840         },
841         # Zapiks embed
842         {
843             'url': 'http://www.skipass.com/news/116090-bon-appetit-s5ep3-baqueira-mi-cor.html',
844             'info_dict': {
845                 'id': '118046',
846                 'ext': 'mp4',
847                 'title': 'EP3S5 - Bon Appétit - Baqueira Mi Corazon !',
848             }
849         },
850         # Kaltura embed
851         {
852             'url': 'http://www.monumentalnetwork.com/videos/john-carlson-postgame-2-25-15',
853             'info_dict': {
854                 'id': '1_eergr3h1',
855                 'ext': 'mp4',
856                 'upload_date': '20150226',
857                 'uploader_id': 'MonumentalSports-Kaltura@perfectsensedigital.com',
858                 'timestamp': int,
859                 'title': 'John Carlson Postgame 2/25/15',
860             },
861         },
862         # Kaltura embed (different embed code)
863         {
864             'url': 'http://www.premierchristianradio.com/Shows/Saturday/Unbelievable/Conference-Videos/Os-Guinness-Is-It-Fools-Talk-Unbelievable-Conference-2014',
865             'info_dict': {
866                 'id': '1_a52wc67y',
867                 'ext': 'flv',
868                 'upload_date': '20150127',
869                 'uploader_id': 'PremierMedia',
870                 'timestamp': int,
871                 'title': 'Os Guinness // Is It Fools Talk? // Unbelievable? Conference 2014',
872             },
873         },
874         # Kaltura embed protected with referrer
875         {
876             'url': 'http://www.disney.nl/disney-channel/filmpjes/achter-de-schermen#/videoId/violetta-achter-de-schermen-ruggero',
877             'info_dict': {
878                 'id': '1_g4fbemnq',
879                 'ext': 'mp4',
880                 'title': 'Violetta - Achter De Schermen - Ruggero',
881                 'description': 'Achter de schermen met Ruggero',
882                 'timestamp': 1435133761,
883                 'upload_date': '20150624',
884                 'uploader_id': 'echojecka',
885             },
886         },
887         # Eagle.Platform embed (generic URL)
888         {
889             'url': 'http://lenta.ru/news/2015/03/06/navalny/',
890             'info_dict': {
891                 'id': '227304',
892                 'ext': 'mp4',
893                 'title': 'Навальный вышел на свободу',
894                 'description': 'md5:d97861ac9ae77377f3f20eaf9d04b4f5',
895                 'thumbnail': 're:^https?://.*\.jpg$',
896                 'duration': 87,
897                 'view_count': int,
898                 'age_limit': 0,
899             },
900         },
901         # ClipYou (Eagle.Platform) embed (custom URL)
902         {
903             'url': 'http://muz-tv.ru/play/7129/',
904             'info_dict': {
905                 'id': '12820',
906                 'ext': 'mp4',
907                 'title': "'O Sole Mio",
908                 'thumbnail': 're:^https?://.*\.jpg$',
909                 'duration': 216,
910                 'view_count': int,
911             },
912         },
913         # Pladform embed
914         {
915             'url': 'http://muz-tv.ru/kinozal/view/7400/',
916             'info_dict': {
917                 'id': '100183293',
918                 'ext': 'mp4',
919                 'title': 'Тайны перевала Дятлова • 1 серия 2 часть',
920                 'description': 'Документальный сериал-расследование одной из самых жутких тайн ХХ века',
921                 'thumbnail': 're:^https?://.*\.jpg$',
922                 'duration': 694,
923                 'age_limit': 0,
924             },
925         },
926         # Playwire embed
927         {
928             'url': 'http://www.cinemablend.com/new/First-Joe-Dirt-2-Trailer-Teaser-Stupid-Greatness-70874.html',
929             'info_dict': {
930                 'id': '3519514',
931                 'ext': 'mp4',
932                 'title': 'Joe Dirt 2 Beautiful Loser Teaser Trailer',
933                 'thumbnail': 're:^https?://.*\.png$',
934                 'duration': 45.115,
935             },
936         },
937         # 5min embed
938         {
939             'url': 'http://techcrunch.com/video/facebook-creates-on-this-day-crunch-report/518726732/',
940             'md5': '4c6f127a30736b59b3e2c19234ee2bf7',
941             'info_dict': {
942                 'id': '518726732',
943                 'ext': 'mp4',
944                 'title': 'Facebook Creates "On This Day" | Crunch Report',
945             },
946         },
947         # SVT embed
948         {
949             'url': 'http://www.svt.se/sport/ishockey/jagr-tacklar-giroux-under-intervjun',
950             'info_dict': {
951                 'id': '2900353',
952                 'ext': 'flv',
953                 'title': 'Här trycker Jagr till Giroux (under SVT-intervjun)',
954                 'duration': 27,
955                 'age_limit': 0,
956             },
957         },
958         # Crooks and Liars embed
959         {
960             'url': 'http://crooksandliars.com/2015/04/fox-friends-says-protecting-atheists',
961             'info_dict': {
962                 'id': '8RUoRhRi',
963                 'ext': 'mp4',
964                 'title': "Fox & Friends Says Protecting Atheists From Discrimination Is Anti-Christian!",
965                 'description': 'md5:e1a46ad1650e3a5ec7196d432799127f',
966                 'timestamp': 1428207000,
967                 'upload_date': '20150405',
968                 'uploader': 'Heather',
969             },
970         },
971         # Crooks and Liars external embed
972         {
973             'url': 'http://theothermccain.com/2010/02/02/video-proves-that-bill-kristol-has-been-watching-glenn-beck/comment-page-1/',
974             'info_dict': {
975                 'id': 'MTE3MjUtMzQ2MzA',
976                 'ext': 'mp4',
977                 'title': 'md5:5e3662a81a4014d24c250d76d41a08d5',
978                 'description': 'md5:9b8e9542d6c3c5de42d6451b7d780cec',
979                 'timestamp': 1265032391,
980                 'upload_date': '20100201',
981                 'uploader': 'Heather',
982             },
983         },
984         # NBC Sports vplayer embed
985         {
986             'url': 'http://www.riderfans.com/forum/showthread.php?121827-Freeman&s=e98fa1ea6dc08e886b1678d35212494a',
987             'info_dict': {
988                 'id': 'ln7x1qSThw4k',
989                 'ext': 'flv',
990                 'title': "PFT Live: New leader in the 'new-look' defense",
991                 'description': 'md5:65a19b4bbfb3b0c0c5768bed1dfad74e',
992                 'uploader': 'NBCU-SPORTS',
993                 'upload_date': '20140107',
994                 'timestamp': 1389118457,
995             },
996         },
997         # UDN embed
998         {
999             'url': 'http://www.udn.com/news/story/7314/822787',
1000             'md5': 'fd2060e988c326991037b9aff9df21a6',
1001             'info_dict': {
1002                 'id': '300346',
1003                 'ext': 'mp4',
1004                 'title': '中一中男師變性 全校師生力挺',
1005                 'thumbnail': 're:^https?://.*\.jpg$',
1006             }
1007         },
1008         # Ooyala embed
1009         {
1010             'url': 'http://www.businessinsider.com/excel-index-match-vlookup-video-how-to-2015-2?IR=T',
1011             'info_dict': {
1012                 'id': '50YnY4czr4ms1vJ7yz3xzq0excz_pUMs',
1013                 'ext': 'mp4',
1014                 'description': 'VIDEO: INDEX/MATCH versus VLOOKUP.',
1015                 'title': 'This is what separates the Excel masters from the wannabes',
1016                 'duration': 191.933,
1017             },
1018             'params': {
1019                 # m3u8 downloads
1020                 'skip_download': True,
1021             }
1022         },
1023         # Contains a SMIL manifest
1024         {
1025             'url': 'http://www.telewebion.com/fa/1263668/%D9%82%D8%B1%D8%B9%D9%87%E2%80%8C%DA%A9%D8%B4%DB%8C-%D9%84%DB%8C%DA%AF-%D9%82%D9%87%D8%B1%D9%85%D8%A7%D9%86%D8%A7%D9%86-%D8%A7%D8%B1%D9%88%D9%BE%D8%A7/%2B-%D9%81%D9%88%D8%AA%D8%A8%D8%A7%D9%84.html',
1026             'info_dict': {
1027                 'id': 'file',
1028                 'ext': 'flv',
1029                 'title': '+ Football: Lottery Champions League Europe',
1030                 'uploader': 'www.telewebion.com',
1031             },
1032             'params': {
1033                 # rtmpe downloads
1034                 'skip_download': True,
1035             }
1036         },
1037         # Brightcove URL in single quotes
1038         {
1039             'url': 'http://www.sportsnet.ca/baseball/mlb/sn-presents-russell-martin-world-citizen/',
1040             'md5': '4ae374f1f8b91c889c4b9203c8c752af',
1041             'info_dict': {
1042                 'id': '4255764656001',
1043                 'ext': 'mp4',
1044                 'title': 'SN Presents: Russell Martin, World Citizen',
1045                 'description': 'To understand why he was the Toronto Blue Jays’ top off-season priority is to appreciate his background and upbringing in Montreal, where he first developed his baseball skills. Written and narrated by Stephen Brunt.',
1046                 'uploader': 'Rogers Sportsnet',
1047                 'uploader_id': '1704050871',
1048                 'upload_date': '20150525',
1049                 'timestamp': 1432570283,
1050             },
1051         },
1052         # Dailymotion Cloud video
1053         {
1054             'url': 'http://replay.publicsenat.fr/vod/le-debat/florent-kolandjian,dominique-cena,axel-decourtye,laurence-abeille,bruno-parmentier/175910',
1055             'md5': '49444254273501a64675a7e68c502681',
1056             'info_dict': {
1057                 'id': '5585de919473990de4bee11b',
1058                 'ext': 'mp4',
1059                 'title': 'Le débat',
1060                 'thumbnail': 're:^https?://.*\.jpe?g$',
1061             }
1062         },
1063         # OnionStudios embed
1064         {
1065             'url': 'http://www.clickhole.com/video/dont-understand-bitcoin-man-will-mumble-explanatio-2537',
1066             'info_dict': {
1067                 'id': '2855',
1068                 'ext': 'mp4',
1069                 'title': 'Don’t Understand Bitcoin? This Man Will Mumble An Explanation At You',
1070                 'thumbnail': 're:^https?://.*\.jpe?g$',
1071                 'uploader': 'ClickHole',
1072                 'uploader_id': 'clickhole',
1073             }
1074         },
1075         # SnagFilms embed
1076         {
1077             'url': 'http://whilewewatch.blogspot.ru/2012/06/whilewewatch-whilewewatch-gripping.html',
1078             'info_dict': {
1079                 'id': '74849a00-85a9-11e1-9660-123139220831',
1080                 'ext': 'mp4',
1081                 'title': '#whilewewatch',
1082             }
1083         },
1084         # AdobeTVVideo embed
1085         {
1086             'url': 'https://helpx.adobe.com/acrobat/how-to/new-experience-acrobat-dc.html?set=acrobat--get-started--essential-beginners',
1087             'md5': '43662b577c018ad707a63766462b1e87',
1088             'info_dict': {
1089                 'id': '2456',
1090                 'ext': 'mp4',
1091                 'title': 'New experience with Acrobat DC',
1092                 'description': 'New experience with Acrobat DC',
1093                 'duration': 248.667,
1094             },
1095         },
1096         # ScreenwaveMedia embed
1097         {
1098             'url': 'http://www.thecinemasnob.com/the-cinema-snob/a-nightmare-on-elm-street-2-freddys-revenge1',
1099             'md5': '24ace5baba0d35d55c6810b51f34e9e0',
1100             'info_dict': {
1101                 'id': 'cinemasnob-55d26273809dd',
1102                 'ext': 'mp4',
1103                 'title': 'cinemasnob',
1104             },
1105         },
1106         # BrightcoveInPageEmbed embed
1107         {
1108             'url': 'http://www.geekandsundry.com/tabletop-bonus-wils-final-thoughts-on-dread/',
1109             'info_dict': {
1110                 'id': '4238694884001',
1111                 'ext': 'flv',
1112                 'title': 'Tabletop: Dread, Last Thoughts',
1113                 'description': 'Tabletop: Dread, Last Thoughts',
1114                 'duration': 51690,
1115             },
1116         },
1117         # JWPlayer with M3U8
1118         {
1119             'url': 'http://ren.tv/novosti/2015-09-25/sluchaynyy-prohozhiy-poymal-avtougonshchika-v-murmanske-video',
1120             'info_dict': {
1121                 'id': 'playlist',
1122                 'ext': 'mp4',
1123                 'title': 'Случайный прохожий поймал автоугонщика в Мурманске. ВИДЕО | РЕН ТВ',
1124                 'uploader': 'ren.tv',
1125             },
1126             'params': {
1127                 # m3u8 downloads
1128                 'skip_download': True,
1129             }
1130         },
1131         # Brightcove embed, with no valid 'renditions' but valid 'IOSRenditions'
1132         # This video can't be played in browsers if Flash disabled and UA set to iPhone, which is actually a false alarm
1133         {
1134             'url': 'https://dl.dropboxusercontent.com/u/29092637/interview.html',
1135             'info_dict': {
1136                 'id': '4785848093001',
1137                 'ext': 'mp4',
1138                 'title': 'The Cardinal Pell Interview',
1139                 'description': 'Sky News Contributor Andrew Bolt interviews George Pell in Rome, following the Cardinal\'s evidence before the Royal Commission into Child Abuse. ',
1140                 'uploader': 'GlobeCast Australia - GlobeStream',
1141                 'uploader_id': '2733773828001',
1142                 'upload_date': '20160304',
1143                 'timestamp': 1457083087,
1144             },
1145             'params': {
1146                 # m3u8 downloads
1147                 'skip_download': True,
1148             },
1149         },
1150         # Another form of arte.tv embed
1151         {
1152             'url': 'http://www.tv-replay.fr/redirection/09-04-16/arte-reportage-arte-11508975.html',
1153             'md5': '850bfe45417ddf221288c88a0cffe2e2',
1154             'info_dict': {
1155                 'id': '030273-562_PLUS7-F',
1156                 'ext': 'mp4',
1157                 'title': 'ARTE Reportage - Nulle part, en France',
1158                 'description': 'md5:e3a0e8868ed7303ed509b9e3af2b870d',
1159                 'upload_date': '20160409',
1160             },
1161         },
1162         # LiveLeak embed
1163         {
1164             'url': 'http://www.wykop.pl/link/3088787/',
1165             'md5': 'ace83b9ed19b21f68e1b50e844fdf95d',
1166             'info_dict': {
1167                 'id': '874_1459135191',
1168                 'ext': 'mp4',
1169                 'title': 'Man shows poor quality of new apartment building',
1170                 'description': 'The wall is like a sand pile.',
1171                 'uploader': 'Lake8737',
1172             }
1173         },
1174     ]
1175
1176     def report_following_redirect(self, new_url):
1177         """Report information extraction."""
1178         self._downloader.to_screen('[redirect] Following redirect to %s' % new_url)
1179
1180     def _extract_rss(self, url, video_id, doc):
1181         playlist_title = doc.find('./channel/title').text
1182         playlist_desc_el = doc.find('./channel/description')
1183         playlist_desc = None if playlist_desc_el is None else playlist_desc_el.text
1184
1185         entries = []
1186         for it in doc.findall('./channel/item'):
1187             next_url = xpath_text(it, 'link', fatal=False)
1188             if not next_url:
1189                 enclosure_nodes = it.findall('./enclosure')
1190                 for e in enclosure_nodes:
1191                     next_url = e.attrib.get('url')
1192                     if next_url:
1193                         break
1194
1195             if not next_url:
1196                 continue
1197
1198             entries.append({
1199                 '_type': 'url',
1200                 'url': next_url,
1201                 'title': it.find('title').text,
1202             })
1203
1204         return {
1205             '_type': 'playlist',
1206             'id': url,
1207             'title': playlist_title,
1208             'description': playlist_desc,
1209             'entries': entries,
1210         }
1211
1212     def _extract_camtasia(self, url, video_id, webpage):
1213         """ Returns None if no camtasia video can be found. """
1214
1215         camtasia_cfg = self._search_regex(
1216             r'fo\.addVariable\(\s*"csConfigFile",\s*"([^"]+)"\s*\);',
1217             webpage, 'camtasia configuration file', default=None)
1218         if camtasia_cfg is None:
1219             return None
1220
1221         title = self._html_search_meta('DC.title', webpage, fatal=True)
1222
1223         camtasia_url = compat_urlparse.urljoin(url, camtasia_cfg)
1224         camtasia_cfg = self._download_xml(
1225             camtasia_url, video_id,
1226             note='Downloading camtasia configuration',
1227             errnote='Failed to download camtasia configuration')
1228         fileset_node = camtasia_cfg.find('./playlist/array/fileset')
1229
1230         entries = []
1231         for n in fileset_node.getchildren():
1232             url_n = n.find('./uri')
1233             if url_n is None:
1234                 continue
1235
1236             entries.append({
1237                 'id': os.path.splitext(url_n.text.rpartition('/')[2])[0],
1238                 'title': '%s - %s' % (title, n.tag),
1239                 'url': compat_urlparse.urljoin(url, url_n.text),
1240                 'duration': float_or_none(n.find('./duration').text),
1241             })
1242
1243         return {
1244             '_type': 'playlist',
1245             'entries': entries,
1246             'title': title,
1247         }
1248
1249     def _real_extract(self, url):
1250         if url.startswith('//'):
1251             return {
1252                 '_type': 'url',
1253                 'url': self.http_scheme() + url,
1254             }
1255
1256         parsed_url = compat_urlparse.urlparse(url)
1257         if not parsed_url.scheme:
1258             default_search = self._downloader.params.get('default_search')
1259             if default_search is None:
1260                 default_search = 'fixup_error'
1261
1262             if default_search in ('auto', 'auto_warning', 'fixup_error'):
1263                 if '/' in url:
1264                     self._downloader.report_warning('The url doesn\'t specify the protocol, trying with http')
1265                     return self.url_result('http://' + url)
1266                 elif default_search != 'fixup_error':
1267                     if default_search == 'auto_warning':
1268                         if re.match(r'^(?:url|URL)$', url):
1269                             raise ExtractorError(
1270                                 'Invalid URL:  %r . Call youtube-dl like this:  youtube-dl -v "https://www.youtube.com/watch?v=BaW_jenozKc"  ' % url,
1271                                 expected=True)
1272                         else:
1273                             self._downloader.report_warning(
1274                                 'Falling back to youtube search for  %s . Set --default-search "auto" to suppress this warning.' % url)
1275                     return self.url_result('ytsearch:' + url)
1276
1277             if default_search in ('error', 'fixup_error'):
1278                 raise ExtractorError(
1279                     '%r is not a valid URL. '
1280                     'Set --default-search "ytsearch" (or run  youtube-dl "ytsearch:%s" ) to search YouTube'
1281                     % (url, url), expected=True)
1282             else:
1283                 if ':' not in default_search:
1284                     default_search += ':'
1285                 return self.url_result(default_search + url)
1286
1287         url, smuggled_data = unsmuggle_url(url)
1288         force_videoid = None
1289         is_intentional = smuggled_data and smuggled_data.get('to_generic')
1290         if smuggled_data and 'force_videoid' in smuggled_data:
1291             force_videoid = smuggled_data['force_videoid']
1292             video_id = force_videoid
1293         else:
1294             video_id = compat_urllib_parse_unquote(os.path.splitext(url.rstrip('/').split('/')[-1])[0])
1295
1296         self.to_screen('%s: Requesting header' % video_id)
1297
1298         head_req = HEADRequest(url)
1299         head_response = self._request_webpage(
1300             head_req, video_id,
1301             note=False, errnote='Could not send HEAD request to %s' % url,
1302             fatal=False)
1303
1304         if head_response is not False:
1305             # Check for redirect
1306             new_url = head_response.geturl()
1307             if url != new_url:
1308                 self.report_following_redirect(new_url)
1309                 if force_videoid:
1310                     new_url = smuggle_url(
1311                         new_url, {'force_videoid': force_videoid})
1312                 return self.url_result(new_url)
1313
1314         full_response = None
1315         if head_response is False:
1316             request = sanitized_Request(url)
1317             request.add_header('Accept-Encoding', '*')
1318             full_response = self._request_webpage(request, video_id)
1319             head_response = full_response
1320
1321         info_dict = {
1322             'id': video_id,
1323             'title': compat_urllib_parse_unquote(os.path.splitext(url_basename(url))[0]),
1324             'upload_date': unified_strdate(head_response.headers.get('Last-Modified'))
1325         }
1326
1327         # Check for direct link to a video
1328         content_type = head_response.headers.get('Content-Type', '').lower()
1329         m = re.match(r'^(?P<type>audio|video|application(?=/(?:ogg$|(?:vnd\.apple\.|x-)?mpegurl)))/(?P<format_id>[^;\s]+)', content_type)
1330         if m:
1331             format_id = m.group('format_id')
1332             if format_id.endswith('mpegurl'):
1333                 formats = self._extract_m3u8_formats(url, video_id, 'mp4')
1334             elif format_id == 'f4m':
1335                 formats = self._extract_f4m_formats(url, video_id)
1336             else:
1337                 formats = [{
1338                     'format_id': m.group('format_id'),
1339                     'url': url,
1340                     'vcodec': 'none' if m.group('type') == 'audio' else None
1341                 }]
1342                 info_dict['direct'] = True
1343             self._sort_formats(formats)
1344             info_dict['formats'] = formats
1345             return info_dict
1346
1347         if not self._downloader.params.get('test', False) and not is_intentional:
1348             force = self._downloader.params.get('force_generic_extractor', False)
1349             self._downloader.report_warning(
1350                 '%s on generic information extractor.' % ('Forcing' if force else 'Falling back'))
1351
1352         if not full_response:
1353             request = sanitized_Request(url)
1354             # Some webservers may serve compressed content of rather big size (e.g. gzipped flac)
1355             # making it impossible to download only chunk of the file (yet we need only 512kB to
1356             # test whether it's HTML or not). According to youtube-dl default Accept-Encoding
1357             # that will always result in downloading the whole file that is not desirable.
1358             # Therefore for extraction pass we have to override Accept-Encoding to any in order
1359             # to accept raw bytes and being able to download only a chunk.
1360             # It may probably better to solve this by checking Content-Type for application/octet-stream
1361             # after HEAD request finishes, but not sure if we can rely on this.
1362             request.add_header('Accept-Encoding', '*')
1363             full_response = self._request_webpage(request, video_id)
1364
1365         first_bytes = full_response.read(512)
1366
1367         # Is it an M3U playlist?
1368         if first_bytes.startswith(b'#EXTM3U'):
1369             info_dict['formats'] = self._extract_m3u8_formats(url, video_id, 'mp4')
1370             self._sort_formats(info_dict['formats'])
1371             return info_dict
1372
1373         # Maybe it's a direct link to a video?
1374         # Be careful not to download the whole thing!
1375         if not is_html(first_bytes):
1376             self._downloader.report_warning(
1377                 'URL could be a direct video link, returning it as such.')
1378             info_dict.update({
1379                 'direct': True,
1380                 'url': url,
1381             })
1382             return info_dict
1383
1384         webpage = self._webpage_read_content(
1385             full_response, url, video_id, prefix=first_bytes)
1386
1387         self.report_extraction(video_id)
1388
1389         # Is it an RSS feed, a SMIL file, an XSPF playlist or a MPD manifest?
1390         try:
1391             doc = compat_etree_fromstring(webpage.encode('utf-8'))
1392             if doc.tag == 'rss':
1393                 return self._extract_rss(url, video_id, doc)
1394             elif re.match(r'^(?:{[^}]+})?smil$', doc.tag):
1395                 smil = self._parse_smil(doc, url, video_id)
1396                 self._sort_formats(smil['formats'])
1397                 return smil
1398             elif doc.tag == '{http://xspf.org/ns/0/}playlist':
1399                 return self.playlist_result(self._parse_xspf(doc, video_id), video_id)
1400             elif re.match(r'(?i)^(?:{[^}]+})?MPD$', doc.tag):
1401                 info_dict['formats'] = self._parse_mpd_formats(
1402                     doc, video_id, mpd_base_url=url.rpartition('/')[0])
1403                 self._sort_formats(info_dict['formats'])
1404                 return info_dict
1405             elif re.match(r'^{http://ns\.adobe\.com/f4m/[12]\.0}manifest$', doc.tag):
1406                 info_dict['formats'] = self._parse_f4m_formats(doc, url, video_id)
1407                 self._sort_formats(info_dict['formats'])
1408                 return info_dict
1409         except compat_xml_parse_error:
1410             pass
1411
1412         # Is it a Camtasia project?
1413         camtasia_res = self._extract_camtasia(url, video_id, webpage)
1414         if camtasia_res is not None:
1415             return camtasia_res
1416
1417         # Sometimes embedded video player is hidden behind percent encoding
1418         # (e.g. https://github.com/rg3/youtube-dl/issues/2448)
1419         # Unescaping the whole page allows to handle those cases in a generic way
1420         webpage = compat_urllib_parse_unquote(webpage)
1421
1422         # it's tempting to parse this further, but you would
1423         # have to take into account all the variations like
1424         #   Video Title - Site Name
1425         #   Site Name | Video Title
1426         #   Video Title - Tagline | Site Name
1427         # and so on and so forth; it's just not practical
1428         video_title = self._html_search_regex(
1429             r'(?s)<title>(.*?)</title>', webpage, 'video title',
1430             default='video')
1431
1432         # Try to detect age limit automatically
1433         age_limit = self._rta_search(webpage)
1434         # And then there are the jokers who advertise that they use RTA,
1435         # but actually don't.
1436         AGE_LIMIT_MARKERS = [
1437             r'Proudly Labeled <a href="http://www.rtalabel.org/" title="Restricted to Adults">RTA</a>',
1438         ]
1439         if any(re.search(marker, webpage) for marker in AGE_LIMIT_MARKERS):
1440             age_limit = 18
1441
1442         # video uploader is domain name
1443         video_uploader = self._search_regex(
1444             r'^(?:https?://)?([^/]*)/.*', url, 'video uploader')
1445
1446         # Helper method
1447         def _playlist_from_matches(matches, getter=None, ie=None):
1448             urlrs = orderedSet(
1449                 self.url_result(self._proto_relative_url(getter(m) if getter else m), ie)
1450                 for m in matches)
1451             return self.playlist_result(
1452                 urlrs, playlist_id=video_id, playlist_title=video_title)
1453
1454         # Look for Brightcove Legacy Studio embeds
1455         bc_urls = BrightcoveLegacyIE._extract_brightcove_urls(webpage)
1456         if bc_urls:
1457             self.to_screen('Brightcove video detected.')
1458             entries = [{
1459                 '_type': 'url',
1460                 'url': smuggle_url(bc_url, {'Referer': url}),
1461                 'ie_key': 'BrightcoveLegacy'
1462             } for bc_url in bc_urls]
1463
1464             return {
1465                 '_type': 'playlist',
1466                 'title': video_title,
1467                 'id': video_id,
1468                 'entries': entries,
1469             }
1470
1471         # Look for Brightcove New Studio embeds
1472         bc_urls = BrightcoveNewIE._extract_urls(webpage)
1473         if bc_urls:
1474             return _playlist_from_matches(bc_urls, ie='BrightcoveNew')
1475
1476         # Look for embedded rtl.nl player
1477         matches = re.findall(
1478             r'<iframe[^>]+?src="((?:https?:)?//(?:www\.)?rtl\.nl/system/videoplayer/[^"]+(?:video_)?embed[^"]+)"',
1479             webpage)
1480         if matches:
1481             return _playlist_from_matches(matches, ie='RtlNl')
1482
1483         vimeo_url = VimeoIE._extract_vimeo_url(url, webpage)
1484         if vimeo_url is not None:
1485             return self.url_result(vimeo_url)
1486
1487         vid_me_embed_url = self._search_regex(
1488             r'src=[\'"](https?://vid\.me/[^\'"]+)[\'"]',
1489             webpage, 'vid.me embed', default=None)
1490         if vid_me_embed_url is not None:
1491             return self.url_result(vid_me_embed_url, 'Vidme')
1492
1493         # Look for embedded YouTube player
1494         matches = re.findall(r'''(?x)
1495             (?:
1496                 <iframe[^>]+?src=|
1497                 data-video-url=|
1498                 <embed[^>]+?src=|
1499                 embedSWF\(?:\s*|
1500                 new\s+SWFObject\(
1501             )
1502             (["\'])
1503                 (?P<url>(?:https?:)?//(?:www\.)?youtube(?:-nocookie)?\.com/
1504                 (?:embed|v|p)/.+?)
1505             \1''', webpage)
1506         if matches:
1507             return _playlist_from_matches(
1508                 matches, lambda m: unescapeHTML(m[1]))
1509
1510         # Look for lazyYT YouTube embed
1511         matches = re.findall(
1512             r'class="lazyYT" data-youtube-id="([^"]+)"', webpage)
1513         if matches:
1514             return _playlist_from_matches(matches, lambda m: unescapeHTML(m))
1515
1516         # Look for embedded Dailymotion player
1517         matches = re.findall(
1518             r'<(?:(?:embed|iframe)[^>]+?src=|input[^>]+id=[\'"]dmcloudUrlEmissionSelect[\'"][^>]+value=)(["\'])(?P<url>(?:https?:)?//(?:www\.)?dailymotion\.com/(?:embed|swf)/video/.+?)\1', webpage)
1519         if matches:
1520             return _playlist_from_matches(
1521                 matches, lambda m: unescapeHTML(m[1]))
1522
1523         # Look for embedded Dailymotion playlist player (#3822)
1524         m = re.search(
1525             r'<iframe[^>]+?src=(["\'])(?P<url>(?:https?:)?//(?:www\.)?dailymotion\.[a-z]{2,3}/widget/jukebox\?.+?)\1', webpage)
1526         if m:
1527             playlists = re.findall(
1528                 r'list\[\]=/playlist/([^/]+)/', unescapeHTML(m.group('url')))
1529             if playlists:
1530                 return _playlist_from_matches(
1531                     playlists, lambda p: '//dailymotion.com/playlist/%s' % p)
1532
1533         # Look for embedded Wistia player
1534         match = re.search(
1535             r'<(?:meta[^>]+?content|iframe[^>]+?src)=(["\'])(?P<url>(?:https?:)?//(?:fast\.)?wistia\.net/embed/iframe/.+?)\1', webpage)
1536         if match:
1537             embed_url = self._proto_relative_url(
1538                 unescapeHTML(match.group('url')))
1539             return {
1540                 '_type': 'url_transparent',
1541                 'url': embed_url,
1542                 'ie_key': 'Wistia',
1543                 'uploader': video_uploader,
1544                 'title': video_title,
1545                 'id': video_id,
1546             }
1547
1548         match = re.search(r'(?:id=["\']wistia_|data-wistia-?id=["\']|Wistia\.embed\(["\'])(?P<id>[^"\']+)', webpage)
1549         if match:
1550             return {
1551                 '_type': 'url_transparent',
1552                 'url': 'http://fast.wistia.net/embed/iframe/{0:}'.format(match.group('id')),
1553                 'ie_key': 'Wistia',
1554                 'uploader': video_uploader,
1555                 'title': video_title,
1556                 'id': match.group('id')
1557             }
1558
1559         # Look for SVT player
1560         svt_url = SVTIE._extract_url(webpage)
1561         if svt_url:
1562             return self.url_result(svt_url, 'SVT')
1563
1564         # Look for embedded condenast player
1565         matches = re.findall(
1566             r'<iframe\s+(?:[a-zA-Z-]+="[^"]+"\s+)*?src="(https?://player\.cnevids\.com/embed/[^"]+")',
1567             webpage)
1568         if matches:
1569             return {
1570                 '_type': 'playlist',
1571                 'entries': [{
1572                     '_type': 'url',
1573                     'ie_key': 'CondeNast',
1574                     'url': ma,
1575                 } for ma in matches],
1576                 'title': video_title,
1577                 'id': video_id,
1578             }
1579
1580         # Look for Bandcamp pages with custom domain
1581         mobj = re.search(r'<meta property="og:url"[^>]*?content="(.*?bandcamp\.com.*?)"', webpage)
1582         if mobj is not None:
1583             burl = unescapeHTML(mobj.group(1))
1584             # Don't set the extractor because it can be a track url or an album
1585             return self.url_result(burl)
1586
1587         # Look for embedded Vevo player
1588         mobj = re.search(
1589             r'<iframe[^>]+?src=(["\'])(?P<url>(?:https?:)?//(?:cache\.)?vevo\.com/.+?)\1', webpage)
1590         if mobj is not None:
1591             return self.url_result(mobj.group('url'))
1592
1593         # Look for embedded Viddler player
1594         mobj = re.search(
1595             r'<(?:iframe[^>]+?src|param[^>]+?value)=(["\'])(?P<url>(?:https?:)?//(?:www\.)?viddler\.com/(?:embed|player)/.+?)\1',
1596             webpage)
1597         if mobj is not None:
1598             return self.url_result(mobj.group('url'))
1599
1600         # Look for NYTimes player
1601         mobj = re.search(
1602             r'<iframe[^>]+src=(["\'])(?P<url>(?:https?:)?//graphics8\.nytimes\.com/bcvideo/[^/]+/iframe/embed\.html.+?)\1>',
1603             webpage)
1604         if mobj is not None:
1605             return self.url_result(mobj.group('url'))
1606
1607         # Look for Libsyn player
1608         mobj = re.search(
1609             r'<iframe[^>]+src=(["\'])(?P<url>(?:https?:)?//html5-player\.libsyn\.com/embed/.+?)\1', webpage)
1610         if mobj is not None:
1611             return self.url_result(mobj.group('url'))
1612
1613         # Look for Ooyala videos
1614         mobj = (re.search(r'player\.ooyala\.com/[^"?]+[?#][^"]*?(?:embedCode|ec)=(?P<ec>[^"&]+)', webpage) or
1615                 re.search(r'OO\.Player\.create\([\'"].*?[\'"],\s*[\'"](?P<ec>.{32})[\'"]', webpage) or
1616                 re.search(r'SBN\.VideoLinkset\.ooyala\([\'"](?P<ec>.{32})[\'"]\)', webpage) or
1617                 re.search(r'data-ooyala-video-id\s*=\s*[\'"](?P<ec>.{32})[\'"]', webpage))
1618         if mobj is not None:
1619             return OoyalaIE._build_url_result(smuggle_url(mobj.group('ec'), {'domain': url}))
1620
1621         # Look for multiple Ooyala embeds on SBN network websites
1622         mobj = re.search(r'SBN\.VideoLinkset\.entryGroup\((\[.*?\])', webpage)
1623         if mobj is not None:
1624             embeds = self._parse_json(mobj.group(1), video_id, fatal=False)
1625             if embeds:
1626                 return _playlist_from_matches(
1627                     embeds, getter=lambda v: OoyalaIE._url_for_embed_code(smuggle_url(v['provider_video_id'], {'domain': url})), ie='Ooyala')
1628
1629         # Look for Aparat videos
1630         mobj = re.search(r'<iframe .*?src="(http://www\.aparat\.com/video/[^"]+)"', webpage)
1631         if mobj is not None:
1632             return self.url_result(mobj.group(1), 'Aparat')
1633
1634         # Look for MPORA videos
1635         mobj = re.search(r'<iframe .*?src="(http://mpora\.(?:com|de)/videos/[^"]+)"', webpage)
1636         if mobj is not None:
1637             return self.url_result(mobj.group(1), 'Mpora')
1638
1639         # Look for embedded NovaMov-based player
1640         mobj = re.search(
1641             r'''(?x)<(?:pagespeed_)?iframe[^>]+?src=(["\'])
1642                     (?P<url>http://(?:(?:embed|www)\.)?
1643                         (?:novamov\.com|
1644                            nowvideo\.(?:ch|sx|eu|at|ag|co)|
1645                            videoweed\.(?:es|com)|
1646                            movshare\.(?:net|sx|ag)|
1647                            divxstage\.(?:eu|net|ch|co|at|ag))
1648                         /embed\.php.+?)\1''', webpage)
1649         if mobj is not None:
1650             return self.url_result(mobj.group('url'))
1651
1652         # Look for embedded Facebook player
1653         mobj = re.search(
1654             r'<iframe[^>]+?src=(["\'])(?P<url>https://www\.facebook\.com/video/embed.+?)\1', webpage)
1655         if mobj is not None:
1656             return self.url_result(mobj.group('url'), 'Facebook')
1657
1658         # Look for embedded VK player
1659         mobj = re.search(r'<iframe[^>]+?src=(["\'])(?P<url>https?://vk\.com/video_ext\.php.+?)\1', webpage)
1660         if mobj is not None:
1661             return self.url_result(mobj.group('url'), 'VK')
1662
1663         # Look for embedded Odnoklassniki player
1664         mobj = re.search(r'<iframe[^>]+?src=(["\'])(?P<url>https?://(?:odnoklassniki|ok)\.ru/videoembed/.+?)\1', webpage)
1665         if mobj is not None:
1666             return self.url_result(mobj.group('url'), 'Odnoklassniki')
1667
1668         # Look for embedded ivi player
1669         mobj = re.search(r'<embed[^>]+?src=(["\'])(?P<url>https?://(?:www\.)?ivi\.ru/video/player.+?)\1', webpage)
1670         if mobj is not None:
1671             return self.url_result(mobj.group('url'), 'Ivi')
1672
1673         # Look for embedded Huffington Post player
1674         mobj = re.search(
1675             r'<iframe[^>]+?src=(["\'])(?P<url>https?://embed\.live\.huffingtonpost\.com/.+?)\1', webpage)
1676         if mobj is not None:
1677             return self.url_result(mobj.group('url'), 'HuffPost')
1678
1679         # Look for embed.ly
1680         mobj = re.search(r'class=["\']embedly-card["\'][^>]href=["\'](?P<url>[^"\']+)', webpage)
1681         if mobj is not None:
1682             return self.url_result(mobj.group('url'))
1683         mobj = re.search(r'class=["\']embedly-embed["\'][^>]src=["\'][^"\']*url=(?P<url>[^&]+)', webpage)
1684         if mobj is not None:
1685             return self.url_result(compat_urllib_parse_unquote(mobj.group('url')))
1686
1687         # Look for funnyordie embed
1688         matches = re.findall(r'<iframe[^>]+?src="(https?://(?:www\.)?funnyordie\.com/embed/[^"]+)"', webpage)
1689         if matches:
1690             return _playlist_from_matches(
1691                 matches, getter=unescapeHTML, ie='FunnyOrDie')
1692
1693         # Look for BBC iPlayer embed
1694         matches = re.findall(r'setPlaylist\("(https?://www\.bbc\.co\.uk/iplayer/[^/]+/[\da-z]{8})"\)', webpage)
1695         if matches:
1696             return _playlist_from_matches(matches, ie='BBCCoUk')
1697
1698         # Look for embedded RUTV player
1699         rutv_url = RUTVIE._extract_url(webpage)
1700         if rutv_url:
1701             return self.url_result(rutv_url, 'RUTV')
1702
1703         # Look for embedded TVC player
1704         tvc_url = TVCIE._extract_url(webpage)
1705         if tvc_url:
1706             return self.url_result(tvc_url, 'TVC')
1707
1708         # Look for embedded SportBox player
1709         sportbox_urls = SportBoxEmbedIE._extract_urls(webpage)
1710         if sportbox_urls:
1711             return _playlist_from_matches(sportbox_urls, ie='SportBoxEmbed')
1712
1713         # Look for embedded PornHub player
1714         pornhub_url = PornHubIE._extract_url(webpage)
1715         if pornhub_url:
1716             return self.url_result(pornhub_url, 'PornHub')
1717
1718         # Look for embedded XHamster player
1719         xhamster_urls = XHamsterEmbedIE._extract_urls(webpage)
1720         if xhamster_urls:
1721             return _playlist_from_matches(xhamster_urls, ie='XHamsterEmbed')
1722
1723         # Look for embedded TNAFlixNetwork player
1724         tnaflix_urls = TNAFlixNetworkEmbedIE._extract_urls(webpage)
1725         if tnaflix_urls:
1726             return _playlist_from_matches(tnaflix_urls, ie=TNAFlixNetworkEmbedIE.ie_key())
1727
1728         # Look for embedded Tvigle player
1729         mobj = re.search(
1730             r'<iframe[^>]+?src=(["\'])(?P<url>(?:https?:)?//cloud\.tvigle\.ru/video/.+?)\1', webpage)
1731         if mobj is not None:
1732             return self.url_result(mobj.group('url'), 'Tvigle')
1733
1734         # Look for embedded TED player
1735         mobj = re.search(
1736             r'<iframe[^>]+?src=(["\'])(?P<url>https?://embed(?:-ssl)?\.ted\.com/.+?)\1', webpage)
1737         if mobj is not None:
1738             return self.url_result(mobj.group('url'), 'TED')
1739
1740         # Look for embedded Ustream videos
1741         mobj = re.search(
1742             r'<iframe[^>]+?src=(["\'])(?P<url>http://www\.ustream\.tv/embed/.+?)\1', webpage)
1743         if mobj is not None:
1744             return self.url_result(mobj.group('url'), 'Ustream')
1745
1746         # Look for embedded arte.tv player
1747         mobj = re.search(
1748             r'<(?:script|iframe) [^>]*?src="(?P<url>http://www\.arte\.tv/(?:playerv2/embed|arte_vp/index)[^"]+)"',
1749             webpage)
1750         if mobj is not None:
1751             return self.url_result(mobj.group('url'), 'ArteTVEmbed')
1752
1753         # Look for embedded francetv player
1754         mobj = re.search(
1755             r'<iframe[^>]+?src=(["\'])(?P<url>(?:https?://)?embed\.francetv\.fr/\?ue=.+?)\1',
1756             webpage)
1757         if mobj is not None:
1758             return self.url_result(mobj.group('url'))
1759
1760         # Look for embedded smotri.com player
1761         smotri_url = SmotriIE._extract_url(webpage)
1762         if smotri_url:
1763             return self.url_result(smotri_url, 'Smotri')
1764
1765         # Look for embedded Myvi.ru player
1766         myvi_url = MyviIE._extract_url(webpage)
1767         if myvi_url:
1768             return self.url_result(myvi_url)
1769
1770         # Look for embedded soundcloud player
1771         mobj = re.search(
1772             r'<iframe\s+(?:[a-zA-Z0-9_-]+="[^"]+"\s+)*src="(?P<url>https?://(?:w\.)?soundcloud\.com/player[^"]+)"',
1773             webpage)
1774         if mobj is not None:
1775             url = unescapeHTML(mobj.group('url'))
1776             return self.url_result(url)
1777
1778         # Look for embedded vulture.com player
1779         mobj = re.search(
1780             r'<iframe src="(?P<url>https?://video\.vulture\.com/[^"]+)"',
1781             webpage)
1782         if mobj is not None:
1783             url = unescapeHTML(mobj.group('url'))
1784             return self.url_result(url, ie='Vulture')
1785
1786         # Look for embedded mtvservices player
1787         mtvservices_url = MTVServicesEmbeddedIE._extract_url(webpage)
1788         if mtvservices_url:
1789             return self.url_result(mtvservices_url, ie='MTVServicesEmbedded')
1790
1791         # Look for embedded yahoo player
1792         mobj = re.search(
1793             r'<iframe[^>]+?src=(["\'])(?P<url>https?://(?:screen|movies)\.yahoo\.com/.+?\.html\?format=embed)\1',
1794             webpage)
1795         if mobj is not None:
1796             return self.url_result(mobj.group('url'), 'Yahoo')
1797
1798         # Look for embedded sbs.com.au player
1799         mobj = re.search(
1800             r'''(?x)
1801             (?:
1802                 <meta\s+property="og:video"\s+content=|
1803                 <iframe[^>]+?src=
1804             )
1805             (["\'])(?P<url>https?://(?:www\.)?sbs\.com\.au/ondemand/video/.+?)\1''',
1806             webpage)
1807         if mobj is not None:
1808             return self.url_result(mobj.group('url'), 'SBS')
1809
1810         # Look for embedded Cinchcast player
1811         mobj = re.search(
1812             r'<iframe[^>]+?src=(["\'])(?P<url>https?://player\.cinchcast\.com/.+?)\1',
1813             webpage)
1814         if mobj is not None:
1815             return self.url_result(mobj.group('url'), 'Cinchcast')
1816
1817         mobj = re.search(
1818             r'<iframe[^>]+?src=(["\'])(?P<url>https?://m(?:lb)?\.mlb\.com/shared/video/embed/embed\.html\?.+?)\1',
1819             webpage)
1820         if not mobj:
1821             mobj = re.search(
1822                 r'data-video-link=["\'](?P<url>http://m.mlb.com/video/[^"\']+)',
1823                 webpage)
1824         if mobj is not None:
1825             return self.url_result(mobj.group('url'), 'MLB')
1826
1827         mobj = re.search(
1828             r'<(?:iframe|script)[^>]+?src=(["\'])(?P<url>%s)\1' % CondeNastIE.EMBED_URL,
1829             webpage)
1830         if mobj is not None:
1831             return self.url_result(self._proto_relative_url(mobj.group('url'), scheme='http:'), 'CondeNast')
1832
1833         mobj = re.search(
1834             r'<iframe[^>]+src="(?P<url>https?://new\.livestream\.com/[^"]+/player[^"]+)"',
1835             webpage)
1836         if mobj is not None:
1837             return self.url_result(mobj.group('url'), 'Livestream')
1838
1839         # Look for Zapiks embed
1840         mobj = re.search(
1841             r'<iframe[^>]+src="(?P<url>https?://(?:www\.)?zapiks\.fr/index\.php\?.+?)"', webpage)
1842         if mobj is not None:
1843             return self.url_result(mobj.group('url'), 'Zapiks')
1844
1845         # Look for Kaltura embeds
1846         mobj = (re.search(r"(?s)kWidget\.(?:thumb)?[Ee]mbed\(\{.*?'wid'\s*:\s*'_?(?P<partner_id>[^']+)',.*?'entry_?[Ii]d'\s*:\s*'(?P<id>[^']+)',", webpage) or
1847                 re.search(r'(?s)(?P<q1>["\'])(?:https?:)?//cdnapi(?:sec)?\.kaltura\.com/.*?(?:p|partner_id)/(?P<partner_id>\d+).*?(?P=q1).*?entry_?[Ii]d\s*:\s*(?P<q2>["\'])(?P<id>.+?)(?P=q2)', webpage))
1848         if mobj is not None:
1849             return self.url_result(smuggle_url(
1850                 'kaltura:%(partner_id)s:%(id)s' % mobj.groupdict(),
1851                 {'source_url': url}), 'Kaltura')
1852
1853         # Look for Eagle.Platform embeds
1854         mobj = re.search(
1855             r'<iframe[^>]+src="(?P<url>https?://.+?\.media\.eagleplatform\.com/index/player\?.+?)"', webpage)
1856         if mobj is not None:
1857             return self.url_result(mobj.group('url'), 'EaglePlatform')
1858
1859         # Look for ClipYou (uses Eagle.Platform) embeds
1860         mobj = re.search(
1861             r'<iframe[^>]+src="https?://(?P<host>media\.clipyou\.ru)/index/player\?.*\brecord_id=(?P<id>\d+).*"', webpage)
1862         if mobj is not None:
1863             return self.url_result('eagleplatform:%(host)s:%(id)s' % mobj.groupdict(), 'EaglePlatform')
1864
1865         # Look for Pladform embeds
1866         pladform_url = PladformIE._extract_url(webpage)
1867         if pladform_url:
1868             return self.url_result(pladform_url)
1869
1870         # Look for Videomore embeds
1871         videomore_url = VideomoreIE._extract_url(webpage)
1872         if videomore_url:
1873             return self.url_result(videomore_url)
1874
1875         # Look for Playwire embeds
1876         mobj = re.search(
1877             r'<script[^>]+data-config=(["\'])(?P<url>(?:https?:)?//config\.playwire\.com/.+?)\1', webpage)
1878         if mobj is not None:
1879             return self.url_result(mobj.group('url'))
1880
1881         # Look for 5min embeds
1882         mobj = re.search(
1883             r'<meta[^>]+property="og:video"[^>]+content="https?://embed\.5min\.com/(?P<id>[0-9]+)/?', webpage)
1884         if mobj is not None:
1885             return self.url_result('5min:%s' % mobj.group('id'), 'FiveMin')
1886
1887         # Look for Crooks and Liars embeds
1888         mobj = re.search(
1889             r'<(?:iframe[^>]+src|param[^>]+value)=(["\'])(?P<url>(?:https?:)?//embed\.crooksandliars\.com/(?:embed|v)/.+?)\1', webpage)
1890         if mobj is not None:
1891             return self.url_result(mobj.group('url'))
1892
1893         # Look for NBC Sports VPlayer embeds
1894         nbc_sports_url = NBCSportsVPlayerIE._extract_url(webpage)
1895         if nbc_sports_url:
1896             return self.url_result(nbc_sports_url, 'NBCSportsVPlayer')
1897
1898         # Look for Google Drive embeds
1899         google_drive_url = GoogleDriveIE._extract_url(webpage)
1900         if google_drive_url:
1901             return self.url_result(google_drive_url, 'GoogleDrive')
1902
1903         # Look for UDN embeds
1904         mobj = re.search(
1905             r'<iframe[^>]+src="(?P<url>%s)"' % UDNEmbedIE._PROTOCOL_RELATIVE_VALID_URL, webpage)
1906         if mobj is not None:
1907             return self.url_result(
1908                 compat_urlparse.urljoin(url, mobj.group('url')), 'UDNEmbed')
1909
1910         # Look for Senate ISVP iframe
1911         senate_isvp_url = SenateISVPIE._search_iframe_url(webpage)
1912         if senate_isvp_url:
1913             return self.url_result(senate_isvp_url, 'SenateISVP')
1914
1915         # Look for Dailymotion Cloud videos
1916         dmcloud_url = DailymotionCloudIE._extract_dmcloud_url(webpage)
1917         if dmcloud_url:
1918             return self.url_result(dmcloud_url, 'DailymotionCloud')
1919
1920         # Look for OnionStudios embeds
1921         onionstudios_url = OnionStudiosIE._extract_url(webpage)
1922         if onionstudios_url:
1923             return self.url_result(onionstudios_url)
1924
1925         # Look for SnagFilms embeds
1926         snagfilms_url = SnagFilmsEmbedIE._extract_url(webpage)
1927         if snagfilms_url:
1928             return self.url_result(snagfilms_url)
1929
1930         # Look for JWPlatform embeds
1931         jwplatform_url = JWPlatformIE._extract_url(webpage)
1932         if jwplatform_url:
1933             return self.url_result(jwplatform_url, 'JWPlatform')
1934
1935         # Look for ScreenwaveMedia embeds
1936         mobj = re.search(ScreenwaveMediaIE.EMBED_PATTERN, webpage)
1937         if mobj is not None:
1938             return self.url_result(unescapeHTML(mobj.group('url')), 'ScreenwaveMedia')
1939
1940         # Look for Digiteka embeds
1941         digiteka_url = DigitekaIE._extract_url(webpage)
1942         if digiteka_url:
1943             return self.url_result(self._proto_relative_url(digiteka_url), DigitekaIE.ie_key())
1944
1945         # Look for Limelight embeds
1946         mobj = re.search(r'LimelightPlayer\.doLoad(Media|Channel|ChannelList)\(["\'](?P<id>[a-z0-9]{32})', webpage)
1947         if mobj:
1948             lm = {
1949                 'Media': 'media',
1950                 'Channel': 'channel',
1951                 'ChannelList': 'channel_list',
1952             }
1953             return self.url_result('limelight:%s:%s' % (
1954                 lm[mobj.group(1)], mobj.group(2)), 'Limelight%s' % mobj.group(1), mobj.group(2))
1955
1956         # Look for AdobeTVVideo embeds
1957         mobj = re.search(
1958             r'<iframe[^>]+src=[\'"]((?:https?:)?//video\.tv\.adobe\.com/v/\d+[^"]+)[\'"]',
1959             webpage)
1960         if mobj is not None:
1961             return self.url_result(
1962                 self._proto_relative_url(unescapeHTML(mobj.group(1))),
1963                 'AdobeTVVideo')
1964
1965         # Look for Vine embeds
1966         mobj = re.search(
1967             r'<iframe[^>]+src=[\'"]((?:https?:)?//(?:www\.)?vine\.co/v/[^/]+/embed/(?:simple|postcard))',
1968             webpage)
1969         if mobj is not None:
1970             return self.url_result(
1971                 self._proto_relative_url(unescapeHTML(mobj.group(1))), 'Vine')
1972
1973         # Look for Instagram embeds
1974         instagram_embed_url = InstagramIE._extract_embed_url(webpage)
1975         if instagram_embed_url is not None:
1976             return self.url_result(
1977                 self._proto_relative_url(instagram_embed_url), InstagramIE.ie_key())
1978
1979         # Look for LiveLeak embeds
1980         liveleak_url = LiveLeakIE._extract_url(webpage)
1981         if liveleak_url:
1982             return self.url_result(liveleak_url, 'LiveLeak')
1983
1984         def check_video(vurl):
1985             if YoutubeIE.suitable(vurl):
1986                 return True
1987             vpath = compat_urlparse.urlparse(vurl).path
1988             vext = determine_ext(vpath)
1989             return '.' in vpath and vext not in ('swf', 'png', 'jpg', 'srt', 'sbv', 'sub', 'vtt', 'ttml')
1990
1991         def filter_video(urls):
1992             return list(filter(check_video, urls))
1993
1994         # Start with something easy: JW Player in SWFObject
1995         found = filter_video(re.findall(r'flashvars: [\'"](?:.*&)?file=(http[^\'"&]*)', webpage))
1996         if not found:
1997             # Look for gorilla-vid style embedding
1998             found = filter_video(re.findall(r'''(?sx)
1999                 (?:
2000                     jw_plugins|
2001                     JWPlayerOptions|
2002                     jwplayer\s*\(\s*["'][^'"]+["']\s*\)\s*\.setup
2003                 )
2004                 .*?
2005                 ['"]?file['"]?\s*:\s*["\'](.*?)["\']''', webpage))
2006         if not found:
2007             # Broaden the search a little bit
2008             found = filter_video(re.findall(r'[^A-Za-z0-9]?(?:file|source)=(http[^\'"&]*)', webpage))
2009         if not found:
2010             # Broaden the findall a little bit: JWPlayer JS loader
2011             found = filter_video(re.findall(
2012                 r'[^A-Za-z0-9]?(?:file|video_url)["\']?:\s*["\'](http(?![^\'"]+\.[0-9]+[\'"])[^\'"]+)["\']', webpage))
2013         if not found:
2014             # Flow player
2015             found = filter_video(re.findall(r'''(?xs)
2016                 flowplayer\("[^"]+",\s*
2017                     \{[^}]+?\}\s*,
2018                     \s*\{[^}]+? ["']?clip["']?\s*:\s*\{\s*
2019                         ["']?url["']?\s*:\s*["']([^"']+)["']
2020             ''', webpage))
2021         if not found:
2022             # Cinerama player
2023             found = re.findall(
2024                 r"cinerama\.embedPlayer\(\s*\'[^']+\',\s*'([^']+)'", webpage)
2025         if not found:
2026             # Try to find twitter cards info
2027             found = filter_video(re.findall(
2028                 r'<meta (?:property|name)="twitter:player:stream" (?:content|value)="(.+?)"', webpage))
2029         if not found:
2030             # We look for Open Graph info:
2031             # We have to match any number spaces between elements, some sites try to align them (eg.: statigr.am)
2032             m_video_type = re.findall(r'<meta.*?property="og:video:type".*?content="video/(.*?)"', webpage)
2033             # We only look in og:video if the MIME type is a video, don't try if it's a Flash player:
2034             if m_video_type is not None:
2035                 found = filter_video(re.findall(r'<meta.*?property="og:video".*?content="(.*?)"', webpage))
2036         if not found:
2037             # HTML5 video
2038             found = re.findall(r'(?s)<(?:video|audio)[^<]*(?:>.*?<source[^>]*)?\s+src=["\'](.*?)["\']', webpage)
2039         if not found:
2040             REDIRECT_REGEX = r'[0-9]{,2};\s*(?:URL|url)=\'?([^\'"]+)'
2041             found = re.search(
2042                 r'(?i)<meta\s+(?=(?:[a-z-]+="[^"]+"\s+)*http-equiv="refresh")'
2043                 r'(?:[a-z-]+="[^"]+"\s+)*?content="%s' % REDIRECT_REGEX,
2044                 webpage)
2045             if not found:
2046                 # Look also in Refresh HTTP header
2047                 refresh_header = head_response.headers.get('Refresh')
2048                 if refresh_header:
2049                     # In python 2 response HTTP headers are bytestrings
2050                     if sys.version_info < (3, 0) and isinstance(refresh_header, str):
2051                         refresh_header = refresh_header.decode('iso-8859-1')
2052                     found = re.search(REDIRECT_REGEX, refresh_header)
2053             if found:
2054                 new_url = compat_urlparse.urljoin(url, unescapeHTML(found.group(1)))
2055                 self.report_following_redirect(new_url)
2056                 return {
2057                     '_type': 'url',
2058                     'url': new_url,
2059                 }
2060         if not found:
2061             raise UnsupportedError(url)
2062
2063         entries = []
2064         for video_url in found:
2065             video_url = unescapeHTML(video_url)
2066             video_url = video_url.replace('\\/', '/')
2067             video_url = compat_urlparse.urljoin(url, video_url)
2068             video_id = compat_urllib_parse_unquote(os.path.basename(video_url))
2069
2070             # Sometimes, jwplayer extraction will result in a YouTube URL
2071             if YoutubeIE.suitable(video_url):
2072                 entries.append(self.url_result(video_url, 'Youtube'))
2073                 continue
2074
2075             # here's a fun little line of code for you:
2076             video_id = os.path.splitext(video_id)[0]
2077
2078             entry_info_dict = {
2079                 'id': video_id,
2080                 'uploader': video_uploader,
2081                 'title': video_title,
2082                 'age_limit': age_limit,
2083             }
2084
2085             ext = determine_ext(video_url)
2086             if ext == 'smil':
2087                 entry_info_dict['formats'] = self._extract_smil_formats(video_url, video_id)
2088             elif ext == 'xspf':
2089                 return self.playlist_result(self._extract_xspf_playlist(video_url, video_id), video_id)
2090             elif ext == 'm3u8':
2091                 entry_info_dict['formats'] = self._extract_m3u8_formats(video_url, video_id, ext='mp4')
2092             elif ext == 'mpd':
2093                 entry_info_dict['formats'] = self._extract_mpd_formats(video_url, video_id)
2094             elif ext == 'f4m':
2095                 entry_info_dict['formats'] = self._extract_f4m_formats(video_url, video_id)
2096             else:
2097                 entry_info_dict['url'] = video_url
2098
2099             if entry_info_dict.get('formats'):
2100                 self._sort_formats(entry_info_dict['formats'])
2101
2102             entries.append(entry_info_dict)
2103
2104         if len(entries) == 1:
2105             return entries[0]
2106         else:
2107             for num, e in enumerate(entries, start=1):
2108                 # 'url' results don't have a title
2109                 if e.get('title') is not None:
2110                     e['title'] = '%s (%d)' % (e['title'], num)
2111             return {
2112                 '_type': 'playlist',
2113                 'entries': entries,
2114             }