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