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