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