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