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