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