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