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