]> jfr.im git - yt-dlp.git/blob - yt_dlp/extractor/generic.py
[extractor] Improve json+ld extraction
[yt-dlp.git] / yt_dlp / extractor / generic.py
1 import os
2 import re
3 import urllib.parse
4 import xml.etree.ElementTree
5
6 from .common import InfoExtractor # isort: split
7 from .brightcove import BrightcoveLegacyIE, BrightcoveNewIE
8 from .commonprotocols import RtmpIE
9 from .youtube import YoutubeIE
10 from ..compat import compat_etree_fromstring
11 from ..utils import (
12 KNOWN_EXTENSIONS,
13 ExtractorError,
14 UnsupportedError,
15 determine_ext,
16 dict_get,
17 format_field,
18 int_or_none,
19 is_html,
20 js_to_json,
21 merge_dicts,
22 mimetype2ext,
23 orderedSet,
24 parse_duration,
25 parse_resolution,
26 smuggle_url,
27 str_or_none,
28 traverse_obj,
29 try_call,
30 unescapeHTML,
31 unified_timestamp,
32 unsmuggle_url,
33 url_or_none,
34 xpath_attr,
35 xpath_text,
36 xpath_with_ns,
37 )
38
39
40 class GenericIE(InfoExtractor):
41 IE_DESC = 'Generic downloader that works on some sites'
42 _VALID_URL = r'.*'
43 IE_NAME = 'generic'
44 _NETRC_MACHINE = False # Suppress username warning
45 _TESTS = [
46 # Direct link to a video
47 {
48 'url': 'http://media.w3.org/2010/05/sintel/trailer.mp4',
49 'md5': '67d406c2bcb6af27fa886f31aa934bbe',
50 'info_dict': {
51 'id': 'trailer',
52 'ext': 'mp4',
53 'title': 'trailer',
54 'upload_date': '20100513',
55 }
56 },
57 # Direct link to media delivered compressed (until Accept-Encoding is *)
58 {
59 'url': 'http://calimero.tk/muzik/FictionJunction-Parallel_Hearts.flac',
60 'md5': '128c42e68b13950268b648275386fc74',
61 'info_dict': {
62 'id': 'FictionJunction-Parallel_Hearts',
63 'ext': 'flac',
64 'title': 'FictionJunction-Parallel_Hearts',
65 'upload_date': '20140522',
66 },
67 'expected_warnings': [
68 'URL could be a direct video link, returning it as such.'
69 ],
70 'skip': 'URL invalid',
71 },
72 # Direct download with broken HEAD
73 {
74 'url': 'http://ai-radio.org:8000/radio.opus',
75 'info_dict': {
76 'id': 'radio',
77 'ext': 'opus',
78 'title': 'radio',
79 },
80 'params': {
81 'skip_download': True, # infinite live stream
82 },
83 'expected_warnings': [
84 r'501.*Not Implemented',
85 r'400.*Bad Request',
86 ],
87 },
88 # Direct link with incorrect MIME type
89 {
90 'url': 'http://ftp.nluug.nl/video/nluug/2014-11-20_nj14/zaal-2/5_Lennart_Poettering_-_Systemd.webm',
91 'md5': '4ccbebe5f36706d85221f204d7eb5913',
92 'info_dict': {
93 'url': 'http://ftp.nluug.nl/video/nluug/2014-11-20_nj14/zaal-2/5_Lennart_Poettering_-_Systemd.webm',
94 'id': '5_Lennart_Poettering_-_Systemd',
95 'ext': 'webm',
96 'title': '5_Lennart_Poettering_-_Systemd',
97 'upload_date': '20141120',
98 },
99 'expected_warnings': [
100 'URL could be a direct video link, returning it as such.'
101 ]
102 },
103 # RSS feed
104 {
105 'url': 'http://phihag.de/2014/youtube-dl/rss2.xml',
106 'info_dict': {
107 'id': 'https://phihag.de/2014/youtube-dl/rss2.xml',
108 'title': 'Zero Punctuation',
109 'description': 're:.*groundbreaking video review series.*'
110 },
111 'playlist_mincount': 11,
112 },
113 # RSS feed with enclosure
114 {
115 'url': 'http://podcastfeeds.nbcnews.com/audio/podcast/MSNBC-MADDOW-NETCAST-M4V.xml',
116 'info_dict': {
117 'id': 'http://podcastfeeds.nbcnews.com/nbcnews/video/podcast/MSNBC-MADDOW-NETCAST-M4V.xml',
118 'title': 'MSNBC Rachel Maddow (video)',
119 'description': 're:.*her unique approach to storytelling.*',
120 },
121 'playlist': [{
122 'info_dict': {
123 'ext': 'mov',
124 'id': 'pdv_maddow_netcast_mov-12-03-2020-223726',
125 'title': 'MSNBC Rachel Maddow (video) - 12-03-2020-223726',
126 'description': 're:.*her unique approach to storytelling.*',
127 'upload_date': '20201204',
128 },
129 }],
130 },
131 # RSS feed with item with description and thumbnails
132 {
133 'url': 'https://anchor.fm/s/dd00e14/podcast/rss',
134 'info_dict': {
135 'id': 'https://anchor.fm/s/dd00e14/podcast/rss',
136 'title': 're:.*100% Hydrogen.*',
137 'description': 're:.*In this episode.*',
138 },
139 'playlist': [{
140 'info_dict': {
141 'ext': 'm4a',
142 'id': 'c1c879525ce2cb640b344507e682c36d',
143 'title': 're:Hydrogen!',
144 'description': 're:.*In this episode we are going.*',
145 'timestamp': 1567977776,
146 'upload_date': '20190908',
147 'duration': 459,
148 'thumbnail': r're:^https?://.*\.jpg$',
149 'episode_number': 1,
150 'season_number': 1,
151 'age_limit': 0,
152 'season': 'Season 1',
153 'direct': True,
154 'episode': 'Episode 1',
155 },
156 }],
157 'params': {
158 'skip_download': True,
159 },
160 },
161 # RSS feed with enclosures and unsupported link URLs
162 {
163 'url': 'http://www.hellointernet.fm/podcast?format=rss',
164 'info_dict': {
165 'id': 'http://www.hellointernet.fm/podcast?format=rss',
166 'description': 'CGP Grey and Brady Haran talk about YouTube, life, work, whatever.',
167 'title': 'Hello Internet',
168 },
169 'playlist_mincount': 100,
170 },
171 # RSS feed with guid
172 {
173 'url': 'https://www.omnycontent.com/d/playlist/a7b4f8fe-59d9-4afc-a79a-a90101378abf/bf2c1d80-3656-4449-9d00-a903004e8f84/efbff746-e7c1-463a-9d80-a903004e8f8f/podcast.rss',
174 'info_dict': {
175 'id': 'https://www.omnycontent.com/d/playlist/a7b4f8fe-59d9-4afc-a79a-a90101378abf/bf2c1d80-3656-4449-9d00-a903004e8f84/efbff746-e7c1-463a-9d80-a903004e8f8f/podcast.rss',
176 'description': 'md5:be809a44b63b0c56fb485caf68685520',
177 'title': 'The Little Red Podcast',
178 },
179 'playlist_mincount': 76,
180 },
181 # SMIL from http://videolectures.net/promogram_igor_mekjavic_eng
182 {
183 'url': 'http://videolectures.net/promogram_igor_mekjavic_eng/video/1/smil.xml',
184 'info_dict': {
185 'id': 'smil',
186 'ext': 'mp4',
187 'title': 'Automatics, robotics and biocybernetics',
188 'description': 'md5:815fc1deb6b3a2bff99de2d5325be482',
189 'upload_date': '20130627',
190 'formats': 'mincount:16',
191 'subtitles': 'mincount:1',
192 },
193 'params': {
194 'force_generic_extractor': True,
195 'skip_download': True,
196 },
197 },
198 # SMIL from http://www1.wdr.de/mediathek/video/livestream/index.html
199 {
200 'url': 'http://metafilegenerator.de/WDR/WDR_FS/hds/hds.smil',
201 'info_dict': {
202 'id': 'hds',
203 'ext': 'flv',
204 'title': 'hds',
205 'formats': 'mincount:1',
206 },
207 'params': {
208 'skip_download': True,
209 },
210 },
211 # SMIL from https://www.restudy.dk/video/play/id/1637
212 {
213 'url': 'https://www.restudy.dk/awsmedia/SmilDirectory/video_1637.xml',
214 'info_dict': {
215 'id': 'video_1637',
216 'ext': 'flv',
217 'title': 'video_1637',
218 'formats': 'mincount:3',
219 },
220 'params': {
221 'skip_download': True,
222 },
223 },
224 # SMIL from http://adventure.howstuffworks.com/5266-cool-jobs-iditarod-musher-video.htm
225 {
226 'url': 'http://services.media.howstuffworks.com/videos/450221/smil-service.smil',
227 'info_dict': {
228 'id': 'smil-service',
229 'ext': 'flv',
230 'title': 'smil-service',
231 'formats': 'mincount:1',
232 },
233 'params': {
234 'skip_download': True,
235 },
236 },
237 # SMIL from http://new.livestream.com/CoheedandCambria/WebsterHall/videos/4719370
238 {
239 'url': 'http://api.new.livestream.com/accounts/1570303/events/1585861/videos/4719370.smil',
240 'info_dict': {
241 'id': '4719370',
242 'ext': 'mp4',
243 'title': '571de1fd-47bc-48db-abf9-238872a58d1f',
244 'formats': 'mincount:3',
245 },
246 'params': {
247 'skip_download': True,
248 },
249 },
250 # XSPF playlist from http://www.telegraaf.nl/tv/nieuws/binnenland/24353229/__Tikibad_ontruimd_wegens_brand__.html
251 {
252 'url': 'http://www.telegraaf.nl/xml/playlist/2015/8/7/mZlp2ctYIUEB.xspf',
253 'info_dict': {
254 'id': 'mZlp2ctYIUEB',
255 'ext': 'mp4',
256 'title': 'Tikibad ontruimd wegens brand',
257 'description': 'md5:05ca046ff47b931f9b04855015e163a4',
258 'thumbnail': r're:^https?://.*\.jpg$',
259 'duration': 33,
260 },
261 'params': {
262 'skip_download': True,
263 },
264 },
265 # MPD from http://dash-mse-test.appspot.com/media.html
266 {
267 'url': 'http://yt-dash-mse-test.commondatastorage.googleapis.com/media/car-20120827-manifest.mpd',
268 'md5': '4b57baab2e30d6eb3a6a09f0ba57ef53',
269 'info_dict': {
270 'id': 'car-20120827-manifest',
271 'ext': 'mp4',
272 'title': 'car-20120827-manifest',
273 'formats': 'mincount:9',
274 'upload_date': '20130904',
275 },
276 },
277 # m3u8 served with Content-Type: audio/x-mpegURL; charset=utf-8
278 {
279 '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',
280 'info_dict': {
281 'id': 'content',
282 'ext': 'mp4',
283 'title': 'content',
284 'formats': 'mincount:8',
285 },
286 'params': {
287 # m3u8 downloads
288 'skip_download': True,
289 },
290 'skip': 'video gone',
291 },
292 # m3u8 served with Content-Type: text/plain
293 {
294 'url': 'http://www.nacentapps.com/m3u8/index.m3u8',
295 'info_dict': {
296 'id': 'index',
297 'ext': 'mp4',
298 'title': 'index',
299 'upload_date': '20140720',
300 'formats': 'mincount:11',
301 },
302 'params': {
303 # m3u8 downloads
304 'skip_download': True,
305 },
306 'skip': 'video gone',
307 },
308 # google redirect
309 {
310 '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',
311 'info_dict': {
312 'id': 'cmQHVoWB5FY',
313 'ext': 'mp4',
314 'upload_date': '20130224',
315 'uploader_id': 'TheVerge',
316 'description': r're:^Chris Ziegler takes a look at the\.*',
317 'uploader': 'The Verge',
318 'title': 'First Firefox OS phones side-by-side',
319 },
320 'params': {
321 'skip_download': False,
322 }
323 },
324 {
325 # redirect in Refresh HTTP header
326 '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',
327 'info_dict': {
328 'id': 'pO8h3EaFRdo',
329 'ext': 'mp4',
330 'title': 'Tripeo Boiler Room x Dekmantel Festival DJ Set',
331 'description': 'md5:6294cc1af09c4049e0652b51a2df10d5',
332 'upload_date': '20150917',
333 'uploader_id': 'brtvofficial',
334 'uploader': 'Boiler Room',
335 },
336 'params': {
337 'skip_download': False,
338 },
339 },
340 {
341 'url': 'http://www.hodiho.fr/2013/02/regis-plante-sa-jeep.html',
342 'md5': '85b90ccc9d73b4acd9138d3af4c27f89',
343 'info_dict': {
344 'id': '13601338388002',
345 'ext': 'mp4',
346 'uploader': 'www.hodiho.fr',
347 'title': 'R\u00e9gis plante sa Jeep',
348 }
349 },
350 # bandcamp page with custom domain
351 {
352 'add_ie': ['Bandcamp'],
353 'url': 'http://bronyrock.com/track/the-pony-mash',
354 'info_dict': {
355 'id': '3235767654',
356 'ext': 'mp3',
357 'title': 'The Pony Mash',
358 'uploader': 'M_Pallante',
359 },
360 'skip': 'There is a limit of 200 free downloads / month for the test song',
361 },
362 {
363 # embedded brightcove video
364 # it also tests brightcove videos that need to set the 'Referer'
365 # in the http requests
366 'add_ie': ['BrightcoveLegacy'],
367 'url': 'http://www.bfmtv.com/video/bfmbusiness/cours-bourse/cours-bourse-l-analyse-technique-154522/',
368 'info_dict': {
369 'id': '2765128793001',
370 'ext': 'mp4',
371 'title': 'Le cours de bourse : l’analyse technique',
372 'description': 'md5:7e9ad046e968cb2d1114004aba466fd9',
373 'uploader': 'BFM BUSINESS',
374 },
375 'params': {
376 'skip_download': True,
377 },
378 },
379 {
380 # embedded with itemprop embedURL and video id spelled as `idVideo`
381 'add_id': ['BrightcoveLegacy'],
382 'url': 'http://bfmbusiness.bfmtv.com/mediaplayer/chroniques/olivier-delamarche/',
383 'info_dict': {
384 'id': '5255628253001',
385 'ext': 'mp4',
386 'title': 'md5:37c519b1128915607601e75a87995fc0',
387 'description': 'md5:37f7f888b434bb8f8cc8dbd4f7a4cf26',
388 'uploader': 'BFM BUSINESS',
389 'uploader_id': '876450612001',
390 'timestamp': 1482255315,
391 'upload_date': '20161220',
392 },
393 'params': {
394 'skip_download': True,
395 },
396 },
397 {
398 # https://github.com/ytdl-org/youtube-dl/issues/2253
399 'url': 'http://bcove.me/i6nfkrc3',
400 'md5': '0ba9446db037002366bab3b3eb30c88c',
401 'info_dict': {
402 'id': '3101154703001',
403 'ext': 'mp4',
404 'title': 'Still no power',
405 'uploader': 'thestar.com',
406 '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.',
407 },
408 'add_ie': ['BrightcoveLegacy'],
409 'skip': 'video gone',
410 },
411 {
412 'url': 'http://www.championat.com/video/football/v/87/87499.html',
413 'md5': 'fb973ecf6e4a78a67453647444222983',
414 'info_dict': {
415 'id': '3414141473001',
416 'ext': 'mp4',
417 'title': 'Видео. Удаление Дзагоева (ЦСКА)',
418 'description': 'Онлайн-трансляция матча ЦСКА - "Волга"',
419 'uploader': 'Championat',
420 },
421 },
422 {
423 # https://github.com/ytdl-org/youtube-dl/issues/3541
424 'add_ie': ['BrightcoveLegacy'],
425 'url': 'http://www.kijk.nl/sbs6/leermijvrouwenkennen/videos/jqMiXKAYan2S/aflevering-1',
426 'info_dict': {
427 'id': '3866516442001',
428 'ext': 'mp4',
429 'title': 'Leer mij vrouwen kennen: Aflevering 1',
430 'description': 'Leer mij vrouwen kennen: Aflevering 1',
431 'uploader': 'SBS Broadcasting',
432 },
433 'skip': 'Restricted to Netherlands',
434 'params': {
435 'skip_download': True, # m3u8 download
436 },
437 },
438 {
439 # Brightcove video in <iframe>
440 'url': 'http://www.un.org/chinese/News/story.asp?NewsID=27724',
441 'md5': '36d74ef5e37c8b4a2ce92880d208b968',
442 'info_dict': {
443 'id': '5360463607001',
444 'ext': 'mp4',
445 'title': '叙利亚失明儿童在废墟上演唱《心跳》 呼吁获得正常童年生活',
446 'description': '联合国儿童基金会中东和北非区域大使、作曲家扎德·迪拉尼(Zade Dirani)在3月15日叙利亚冲突爆发7周年纪念日之际发布了为叙利亚谱写的歌曲《心跳》(HEARTBEAT),为受到六年冲突影响的叙利亚儿童发出强烈呐喊,呼吁世界做出共同努力,使叙利亚儿童重新获得享有正常童年生活的权利。',
447 'uploader': 'United Nations',
448 'uploader_id': '1362235914001',
449 'timestamp': 1489593889,
450 'upload_date': '20170315',
451 },
452 'add_ie': ['BrightcoveLegacy'],
453 },
454 {
455 # Brightcove with alternative playerID key
456 'url': 'http://www.nature.com/nmeth/journal/v9/n7/fig_tab/nmeth.2062_SV1.html',
457 'info_dict': {
458 'id': 'nmeth.2062_SV1',
459 'title': 'Simultaneous multiview imaging of the Drosophila syncytial blastoderm : Quantitative high-speed imaging of entire developing embryos with simultaneous multiview light-sheet microscopy : Nature Methods : Nature Research',
460 },
461 'playlist': [{
462 'info_dict': {
463 'id': '2228375078001',
464 'ext': 'mp4',
465 'title': 'nmeth.2062-sv1',
466 'description': 'nmeth.2062-sv1',
467 'timestamp': 1363357591,
468 'upload_date': '20130315',
469 'uploader': 'Nature Publishing Group',
470 'uploader_id': '1964492299001',
471 },
472 }],
473 },
474 {
475 # Brightcove with UUID in videoPlayer
476 'url': 'http://www8.hp.com/cn/zh/home.html',
477 'info_dict': {
478 'id': '5255815316001',
479 'ext': 'mp4',
480 'title': 'Sprocket Video - China',
481 'description': 'Sprocket Video - China',
482 'uploader': 'HP-Video Gallery',
483 'timestamp': 1482263210,
484 'upload_date': '20161220',
485 'uploader_id': '1107601872001',
486 },
487 'params': {
488 'skip_download': True, # m3u8 download
489 },
490 'skip': 'video rotates...weekly?',
491 },
492 {
493 # Brightcove:new type [2].
494 'url': 'http://www.delawaresportszone.com/video-st-thomas-more-earns-first-trip-to-basketball-semis',
495 'md5': '2b35148fcf48da41c9fb4591650784f3',
496 'info_dict': {
497 'id': '5348741021001',
498 'ext': 'mp4',
499 'upload_date': '20170306',
500 'uploader_id': '4191638492001',
501 'timestamp': 1488769918,
502 'title': 'VIDEO: St. Thomas More earns first trip to basketball semis',
503
504 },
505 },
506 {
507 # Alternative brightcove <video> attributes
508 'url': 'http://www.programme-tv.net/videos/extraits/81095-guillaume-canet-evoque-les-rumeurs-d-infidelite-de-marion-cotillard-avec-brad-pitt-dans-vivement-dimanche/',
509 'info_dict': {
510 'id': '81095-guillaume-canet-evoque-les-rumeurs-d-infidelite-de-marion-cotillard-avec-brad-pitt-dans-vivement-dimanche',
511 'title': "Guillaume Canet évoque les rumeurs d'infidélité de Marion Cotillard avec Brad Pitt dans Vivement Dimanche, Extraits : toutes les vidéos avec Télé-Loisirs",
512 },
513 'playlist': [{
514 'md5': '732d22ba3d33f2f3fc253c39f8f36523',
515 'info_dict': {
516 'id': '5311302538001',
517 'ext': 'mp4',
518 'title': "Guillaume Canet évoque les rumeurs d'infidélité de Marion Cotillard avec Brad Pitt dans Vivement Dimanche",
519 'description': "Guillaume Canet évoque les rumeurs d'infidélité de Marion Cotillard avec Brad Pitt dans Vivement Dimanche (France 2, 5 février 2017)",
520 'timestamp': 1486321708,
521 'upload_date': '20170205',
522 'uploader_id': '800000640001',
523 },
524 'only_matching': True,
525 }],
526 },
527 {
528 # Brightcove with UUID in videoPlayer
529 'url': 'http://www8.hp.com/cn/zh/home.html',
530 'info_dict': {
531 'id': '5255815316001',
532 'ext': 'mp4',
533 'title': 'Sprocket Video - China',
534 'description': 'Sprocket Video - China',
535 'uploader': 'HP-Video Gallery',
536 'timestamp': 1482263210,
537 'upload_date': '20161220',
538 'uploader_id': '1107601872001',
539 },
540 'params': {
541 'skip_download': True, # m3u8 download
542 },
543 },
544 # ooyala video
545 {
546 'url': 'http://www.rollingstone.com/music/videos/norwegian-dj-cashmere-cat-goes-spartan-on-with-me-premiere-20131219',
547 'md5': '166dd577b433b4d4ebfee10b0824d8ff',
548 'info_dict': {
549 'id': 'BwY2RxaTrTkslxOfcan0UCf0YqyvWysJ',
550 'ext': 'mp4',
551 'title': '2cc213299525360.mov', # that's what we get
552 'duration': 238.231,
553 },
554 'add_ie': ['Ooyala'],
555 },
556 {
557 # ooyala video embedded with http://player.ooyala.com/iframe.js
558 'url': 'http://www.macrumors.com/2015/07/24/steve-jobs-the-man-in-the-machine-first-trailer/',
559 'info_dict': {
560 'id': 'p0MGJndjoG5SOKqO_hZJuZFPB-Tr5VgB',
561 'ext': 'mp4',
562 'title': '"Steve Jobs: Man in the Machine" trailer',
563 'description': 'The first trailer for the Alex Gibney documentary "Steve Jobs: Man in the Machine."',
564 'duration': 135.427,
565 },
566 'params': {
567 'skip_download': True,
568 },
569 'skip': 'movie expired',
570 },
571 # ooyala video embedded with http://player.ooyala.com/static/v4/production/latest/core.min.js
572 {
573 'url': 'http://wnep.com/2017/07/22/steampunk-fest-comes-to-honesdale/',
574 'info_dict': {
575 'id': 'lwYWYxYzE6V5uJMjNGyKtwwiw9ZJD7t2',
576 'ext': 'mp4',
577 'title': 'Steampunk Fest Comes to Honesdale',
578 'duration': 43.276,
579 },
580 'params': {
581 'skip_download': True,
582 }
583 },
584 # embed.ly video
585 {
586 'url': 'http://www.tested.com/science/weird/460206-tested-grinding-coffee-2000-frames-second/',
587 'info_dict': {
588 'id': '9ODmcdjQcHQ',
589 'ext': 'mp4',
590 'title': 'Tested: Grinding Coffee at 2000 Frames Per Second',
591 'upload_date': '20140225',
592 'description': 'md5:06a40fbf30b220468f1e0957c0f558ff',
593 'uploader': 'Tested',
594 'uploader_id': 'testedcom',
595 },
596 # No need to test YoutubeIE here
597 'params': {
598 'skip_download': True,
599 },
600 },
601 # funnyordie embed
602 {
603 'url': 'http://www.theguardian.com/world/2014/mar/11/obama-zach-galifianakis-between-two-ferns',
604 'info_dict': {
605 'id': '18e820ec3f',
606 'ext': 'mp4',
607 'title': 'Between Two Ferns with Zach Galifianakis: President Barack Obama',
608 'description': 'Episode 18: President Barack Obama sits down with Zach Galifianakis for his most memorable interview yet.',
609 },
610 # HEAD requests lead to endless 301, while GET is OK
611 'expected_warnings': ['301'],
612 },
613 # RUTV embed
614 {
615 'url': 'http://www.rg.ru/2014/03/15/reg-dfo/anklav-anons.html',
616 'info_dict': {
617 'id': '776940',
618 'ext': 'mp4',
619 'title': 'Охотское море стало целиком российским',
620 'description': 'md5:5ed62483b14663e2a95ebbe115eb8f43',
621 },
622 'params': {
623 # m3u8 download
624 'skip_download': True,
625 },
626 },
627 # TVC embed
628 {
629 '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/',
630 'info_dict': {
631 'id': '55304',
632 'ext': 'mp4',
633 'title': 'Дошкольное воспитание',
634 },
635 },
636 # SportBox embed
637 {
638 'url': 'http://www.vestifinance.ru/articles/25753',
639 'info_dict': {
640 'id': '25753',
641 'title': 'Прямые трансляции с Форума-выставки "Госзаказ-2013"',
642 },
643 'playlist': [{
644 'info_dict': {
645 'id': '370908',
646 'title': 'Госзаказ. День 3',
647 'ext': 'mp4',
648 }
649 }, {
650 'info_dict': {
651 'id': '370905',
652 'title': 'Госзаказ. День 2',
653 'ext': 'mp4',
654 }
655 }, {
656 'info_dict': {
657 'id': '370902',
658 'title': 'Госзаказ. День 1',
659 'ext': 'mp4',
660 }
661 }],
662 'params': {
663 # m3u8 download
664 'skip_download': True,
665 },
666 },
667 # Myvi.ru embed
668 {
669 'url': 'http://www.kinomyvi.tv/news/detail/Pervij-dublirovannij-trejler--Uzhastikov-_nOw1',
670 'info_dict': {
671 'id': 'f4dafcad-ff21-423d-89b5-146cfd89fa1e',
672 'ext': 'mp4',
673 'title': 'Ужастики, русский трейлер (2015)',
674 'thumbnail': r're:^https?://.*\.jpg$',
675 'duration': 153,
676 }
677 },
678 # XHamster embed
679 {
680 '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',
681 'info_dict': {
682 'id': 'showthread',
683 'title': '[NSFL] [FM15] which pumiscer was this ( vid ) ( alfa as fuck srx )',
684 },
685 'playlist_mincount': 7,
686 # This forum does not allow <iframe> syntaxes anymore
687 # Now HTML tags are displayed as-is
688 'skip': 'No videos on this page',
689 },
690 # Embedded TED video
691 {
692 'url': 'http://en.support.wordpress.com/videos/ted-talks/',
693 'md5': '65fdff94098e4a607385a60c5177c638',
694 'info_dict': {
695 'id': '1969',
696 'ext': 'mp4',
697 'title': 'Hidden miracles of the natural world',
698 'uploader': 'Louie Schwartzberg',
699 'description': 'md5:8145d19d320ff3e52f28401f4c4283b9',
700 }
701 },
702 # nowvideo embed hidden behind percent encoding
703 {
704 'url': 'http://www.waoanime.tv/the-super-dimension-fortress-macross-episode-1/',
705 'md5': '2baf4ddd70f697d94b1c18cf796d5107',
706 'info_dict': {
707 'id': '06e53103ca9aa',
708 'ext': 'flv',
709 'title': 'Macross Episode 001 Watch Macross Episode 001 onl',
710 'description': 'No description',
711 },
712 },
713 # arte embed
714 {
715 'url': 'http://www.tv-replay.fr/redirection/20-03-14/x-enius-arte-10753389.html',
716 'md5': '7653032cbb25bf6c80d80f217055fa43',
717 'info_dict': {
718 'id': '048195-004_PLUS7-F',
719 'ext': 'flv',
720 'title': 'X:enius',
721 'description': 'md5:d5fdf32ef6613cdbfd516ae658abf168',
722 'upload_date': '20140320',
723 },
724 'params': {
725 'skip_download': 'Requires rtmpdump'
726 },
727 'skip': 'video gone',
728 },
729 # francetv embed
730 {
731 'url': 'http://www.tsprod.com/replay-du-concert-alcaline-de-calogero',
732 'info_dict': {
733 'id': 'EV_30231',
734 'ext': 'mp4',
735 'title': 'Alcaline, le concert avec Calogero',
736 'description': 'md5:61f08036dcc8f47e9cfc33aed08ffaff',
737 'upload_date': '20150226',
738 'timestamp': 1424989860,
739 'duration': 5400,
740 },
741 'params': {
742 # m3u8 downloads
743 'skip_download': True,
744 },
745 'expected_warnings': [
746 'Forbidden'
747 ]
748 },
749 # Condé Nast embed
750 {
751 'url': 'http://www.wired.com/2014/04/honda-asimo/',
752 'md5': 'ba0dfe966fa007657bd1443ee672db0f',
753 'info_dict': {
754 'id': '53501be369702d3275860000',
755 'ext': 'mp4',
756 'title': 'Honda’s New Asimo Robot Is More Human Than Ever',
757 }
758 },
759 # Dailymotion embed
760 {
761 'url': 'http://www.spi0n.com/zap-spi0n-com-n216/',
762 'md5': '441aeeb82eb72c422c7f14ec533999cd',
763 'info_dict': {
764 'id': 'k2mm4bCdJ6CQ2i7c8o2',
765 'ext': 'mp4',
766 'title': 'Le Zap de Spi0n n°216 - Zapping du Web',
767 'description': 'md5:faf028e48a461b8b7fad38f1e104b119',
768 'uploader': 'Spi0n',
769 'uploader_id': 'xgditw',
770 'upload_date': '20140425',
771 'timestamp': 1398441542,
772 },
773 'add_ie': ['Dailymotion'],
774 },
775 # DailyMail embed
776 {
777 'url': 'http://www.bumm.sk/krimi/2017/07/05/biztonsagi-kamera-buktatta-le-az-agg-ferfit-utlegelo-apolot',
778 'info_dict': {
779 'id': '1495629',
780 'ext': 'mp4',
781 'title': 'Care worker punches elderly dementia patient in head 11 times',
782 'description': 'md5:3a743dee84e57e48ec68bf67113199a5',
783 },
784 'add_ie': ['DailyMail'],
785 'params': {
786 'skip_download': True,
787 },
788 },
789 # YouTube embed
790 {
791 'url': 'http://www.badzine.de/ansicht/datum/2014/06/09/so-funktioniert-die-neue-englische-badminton-liga.html',
792 'info_dict': {
793 'id': 'FXRb4ykk4S0',
794 'ext': 'mp4',
795 'title': 'The NBL Auction 2014',
796 'uploader': 'BADMINTON England',
797 'uploader_id': 'BADMINTONEvents',
798 'upload_date': '20140603',
799 'description': 'md5:9ef128a69f1e262a700ed83edb163a73',
800 },
801 'add_ie': ['Youtube'],
802 'params': {
803 'skip_download': True,
804 }
805 },
806 # MTVServices embed
807 {
808 'url': 'http://www.vulture.com/2016/06/new-key-peele-sketches-released.html',
809 'md5': 'ca1aef97695ef2c1d6973256a57e5252',
810 'info_dict': {
811 'id': '769f7ec0-0692-4d62-9b45-0d88074bffc1',
812 'ext': 'mp4',
813 'title': 'Key and Peele|October 10, 2012|2|203|Liam Neesons - Uncensored',
814 'description': 'Two valets share their love for movie star Liam Neesons.',
815 'timestamp': 1349922600,
816 'upload_date': '20121011',
817 },
818 },
819 # YouTube embed via <data-embed-url="">
820 {
821 'url': 'https://play.google.com/store/apps/details?id=com.gameloft.android.ANMP.GloftA8HM',
822 'info_dict': {
823 'id': '4vAffPZIT44',
824 'ext': 'mp4',
825 'title': 'Asphalt 8: Airborne - Update - Welcome to Dubai!',
826 'uploader': 'Gameloft',
827 'uploader_id': 'gameloft',
828 'upload_date': '20140828',
829 'description': 'md5:c80da9ed3d83ae6d1876c834de03e1c4',
830 },
831 'params': {
832 'skip_download': True,
833 }
834 },
835 # Flowplayer
836 {
837 'url': 'http://www.handjobhub.com/video/busty-blonde-siri-tit-fuck-while-wank-6313.html',
838 'md5': '9d65602bf31c6e20014319c7d07fba27',
839 'info_dict': {
840 'id': '5123ea6d5e5a7',
841 'ext': 'mp4',
842 'age_limit': 18,
843 'uploader': 'www.handjobhub.com',
844 'title': 'Busty Blonde Siri Tit Fuck While Wank at HandjobHub.com',
845 }
846 },
847 # Multiple brightcove videos
848 # https://github.com/ytdl-org/youtube-dl/issues/2283
849 {
850 'url': 'http://www.newyorker.com/online/blogs/newsdesk/2014/01/always-never-nuclear-command-and-control.html',
851 'info_dict': {
852 'id': 'always-never',
853 'title': 'Always / Never - The New Yorker',
854 },
855 'playlist_count': 3,
856 'params': {
857 'extract_flat': False,
858 'skip_download': True,
859 }
860 },
861 # MLB embed
862 {
863 'url': 'http://umpire-empire.com/index.php/topic/58125-laz-decides-no-thats-low/',
864 'md5': '96f09a37e44da40dd083e12d9a683327',
865 'info_dict': {
866 'id': '33322633',
867 'ext': 'mp4',
868 'title': 'Ump changes call to ball',
869 'description': 'md5:71c11215384298a172a6dcb4c2e20685',
870 'duration': 48,
871 'timestamp': 1401537900,
872 'upload_date': '20140531',
873 'thumbnail': r're:^https?://.*\.jpg$',
874 },
875 },
876 # Wistia standard embed (async)
877 {
878 'url': 'https://www.getdrip.com/university/brennan-dunn-drip-workshop/',
879 'info_dict': {
880 'id': '807fafadvk',
881 'ext': 'mp4',
882 'title': 'Drip Brennan Dunn Workshop',
883 'description': 'a JV Webinars video from getdrip-1',
884 'duration': 4986.95,
885 'timestamp': 1463607249,
886 'upload_date': '20160518',
887 },
888 'params': {
889 'skip_download': True,
890 },
891 'skip': 'webpage 404 not found',
892 },
893 # Soundcloud embed
894 {
895 'url': 'http://nakedsecurity.sophos.com/2014/10/29/sscc-171-are-you-sure-that-1234-is-a-bad-password-podcast/',
896 'info_dict': {
897 'id': '174391317',
898 'ext': 'mp3',
899 'description': 'md5:ff867d6b555488ad3c52572bb33d432c',
900 'uploader': 'Sophos Security',
901 'title': 'Chet Chat 171 - Oct 29, 2014',
902 'upload_date': '20141029',
903 }
904 },
905 # Soundcloud multiple embeds
906 {
907 'url': 'http://www.guitarplayer.com/lessons/1014/legato-workout-one-hour-to-more-fluid-performance---tab/52809',
908 'info_dict': {
909 'id': '52809',
910 'title': 'Guitar Essentials: Legato Workout—One-Hour to Fluid Performance | TAB + AUDIO',
911 },
912 'playlist_mincount': 7,
913 },
914 # TuneIn station embed
915 {
916 'url': 'http://radiocnrv.com/promouvoir-radio-cnrv/',
917 'info_dict': {
918 'id': '204146',
919 'ext': 'mp3',
920 'title': 'CNRV',
921 'location': 'Paris, France',
922 'is_live': True,
923 },
924 'params': {
925 # Live stream
926 'skip_download': True,
927 },
928 },
929 # Livestream embed
930 {
931 'url': 'http://www.esa.int/Our_Activities/Space_Science/Rosetta/Philae_comet_touch-down_webcast',
932 'info_dict': {
933 'id': '67864563',
934 'ext': 'flv',
935 'upload_date': '20141112',
936 'title': 'Rosetta #CometLanding webcast HL 10',
937 }
938 },
939 # Another Livestream embed, without 'new.' in URL
940 {
941 'url': 'https://www.freespeech.org/',
942 'info_dict': {
943 'id': '123537347',
944 'ext': 'mp4',
945 'title': 're:^FSTV [0-9]{4}-[0-9]{2}-[0-9]{2} [0-9]{2}:[0-9]{2}$',
946 },
947 'params': {
948 # Live stream
949 'skip_download': True,
950 },
951 },
952 # LazyYT
953 {
954 'url': 'https://skiplagged.com/',
955 'info_dict': {
956 'id': 'skiplagged',
957 'title': 'Skiplagged: The smart way to find cheap flights',
958 },
959 'playlist_mincount': 1,
960 'add_ie': ['Youtube'],
961 },
962 # Cinchcast embed
963 {
964 'url': 'http://undergroundwellness.com/podcasts/306-5-steps-to-permanent-gut-healing/',
965 'info_dict': {
966 'id': '7141703',
967 'ext': 'mp3',
968 'upload_date': '20141126',
969 'title': 'Jack Tips: 5 Steps to Permanent Gut Healing',
970 }
971 },
972 # Cinerama player
973 {
974 'url': 'http://www.abc.net.au/7.30/content/2015/s4164797.htm',
975 'info_dict': {
976 'id': '730m_DandD_1901_512k',
977 'ext': 'mp4',
978 'uploader': 'www.abc.net.au',
979 'title': 'Game of Thrones with dice - Dungeons and Dragons fantasy role-playing game gets new life - 19/01/2015',
980 }
981 },
982 # embedded viddler video
983 {
984 'url': 'http://deadspin.com/i-cant-stop-watching-john-wall-chop-the-nuggets-with-th-1681801597',
985 'info_dict': {
986 'id': '4d03aad9',
987 'ext': 'mp4',
988 'uploader': 'deadspin',
989 'title': 'WALL-TO-GORTAT',
990 'timestamp': 1422285291,
991 'upload_date': '20150126',
992 },
993 'add_ie': ['Viddler'],
994 },
995 # Libsyn embed
996 {
997 'url': 'http://thedailyshow.cc.com/podcast/episodetwelve',
998 'info_dict': {
999 'id': '3377616',
1000 'ext': 'mp3',
1001 'title': "The Daily Show Podcast without Jon Stewart - Episode 12: Bassem Youssef: Egypt's Jon Stewart",
1002 'description': 'md5:601cb790edd05908957dae8aaa866465',
1003 'upload_date': '20150220',
1004 },
1005 'skip': 'All The Daily Show URLs now redirect to http://www.cc.com/shows/',
1006 },
1007 # jwplayer YouTube
1008 {
1009 'url': 'http://media.nationalarchives.gov.uk/index.php/webinar-using-discovery-national-archives-online-catalogue/',
1010 'info_dict': {
1011 'id': 'Mrj4DVp2zeA',
1012 'ext': 'mp4',
1013 'upload_date': '20150212',
1014 'uploader': 'The National Archives UK',
1015 'description': 'md5:8078af856dca76edc42910b61273dbbf',
1016 'uploader_id': 'NationalArchives08',
1017 'title': 'Webinar: Using Discovery, The National Archives’ online catalogue',
1018 },
1019 },
1020 # jwplayer rtmp
1021 {
1022 'url': 'http://www.suffolk.edu/sjc/live.php',
1023 'info_dict': {
1024 'id': 'live',
1025 'ext': 'flv',
1026 'title': 'Massachusetts Supreme Judicial Court Oral Arguments',
1027 'uploader': 'www.suffolk.edu',
1028 },
1029 'params': {
1030 'skip_download': True,
1031 },
1032 'skip': 'Only has video a few mornings per month, see http://www.suffolk.edu/sjc/',
1033 },
1034 # jwplayer with only the json URL
1035 {
1036 'url': 'https://www.hollywoodreporter.com/news/general-news/dunkirk-team-reveals-what-christopher-nolan-said-oscar-win-meet-your-oscar-winner-1092454',
1037 'info_dict': {
1038 'id': 'TljWkvWH',
1039 'ext': 'mp4',
1040 'upload_date': '20180306',
1041 'title': 'md5:91eb1862f6526415214f62c00b453936',
1042 'description': 'md5:73048ae50ae953da10549d1d2fe9b3aa',
1043 'timestamp': 1520367225,
1044 },
1045 'params': {
1046 'skip_download': True,
1047 },
1048 },
1049 # Complex jwplayer
1050 {
1051 'url': 'http://www.indiedb.com/games/king-machine/videos',
1052 'info_dict': {
1053 'id': 'videos',
1054 'ext': 'mp4',
1055 'title': 'king machine trailer 1',
1056 'description': 'Browse King Machine videos & audio for sweet media. Your eyes will thank you.',
1057 'thumbnail': r're:^https?://.*\.jpg$',
1058 },
1059 },
1060 {
1061 # JWPlayer config passed as variable
1062 'url': 'http://www.txxx.com/videos/3326530/ariele/',
1063 'info_dict': {
1064 'id': '3326530_hq',
1065 'ext': 'mp4',
1066 'title': 'ARIELE | Tube Cup',
1067 'uploader': 'www.txxx.com',
1068 'age_limit': 18,
1069 },
1070 'params': {
1071 'skip_download': True,
1072 }
1073 },
1074 {
1075 # JWPlatform iframe
1076 'url': 'https://www.covermagazine.co.uk/feature/2465255/business-protection-involved',
1077 'info_dict': {
1078 'id': 'AG26UQXM',
1079 'ext': 'mp4',
1080 'upload_date': '20160719',
1081 'timestamp': 468923808,
1082 'title': '2016_05_18 Cover L&G Business Protection V1 FINAL.mp4',
1083 },
1084 'add_ie': ['JWPlatform'],
1085 },
1086 {
1087 # Video.js embed, multiple formats
1088 'url': 'http://ortcam.com/solidworks-урок-6-настройка-чертежа_33f9b7351.html',
1089 'info_dict': {
1090 'id': 'yygqldloqIk',
1091 'ext': 'mp4',
1092 'title': 'SolidWorks. Урок 6 Настройка чертежа',
1093 'description': 'md5:baf95267792646afdbf030e4d06b2ab3',
1094 'upload_date': '20130314',
1095 'uploader': 'PROстое3D',
1096 'uploader_id': 'PROstoe3D',
1097 },
1098 'params': {
1099 'skip_download': True,
1100 },
1101 },
1102 {
1103 # Video.js embed, single format
1104 'url': 'https://www.vooplayer.com/v3/watch/watch.php?v=NzgwNTg=',
1105 'info_dict': {
1106 'id': 'watch',
1107 'ext': 'mp4',
1108 'title': 'Step 1 - Good Foundation',
1109 'description': 'md5:d1e7ff33a29fc3eb1673d6c270d344f4',
1110 },
1111 'params': {
1112 'skip_download': True,
1113 },
1114 },
1115 # rtl.nl embed
1116 {
1117 'url': 'http://www.rtlnieuws.nl/nieuws/buitenland/aanslagen-kopenhagen',
1118 'playlist_mincount': 5,
1119 'info_dict': {
1120 'id': 'aanslagen-kopenhagen',
1121 'title': 'Aanslagen Kopenhagen',
1122 }
1123 },
1124 # Zapiks embed
1125 {
1126 'url': 'http://www.skipass.com/news/116090-bon-appetit-s5ep3-baqueira-mi-cor.html',
1127 'info_dict': {
1128 'id': '118046',
1129 'ext': 'mp4',
1130 'title': 'EP3S5 - Bon Appétit - Baqueira Mi Corazon !',
1131 }
1132 },
1133 # Kaltura embed (different embed code)
1134 {
1135 'url': 'http://www.premierchristianradio.com/Shows/Saturday/Unbelievable/Conference-Videos/Os-Guinness-Is-It-Fools-Talk-Unbelievable-Conference-2014',
1136 'info_dict': {
1137 'id': '1_a52wc67y',
1138 'ext': 'flv',
1139 'upload_date': '20150127',
1140 'uploader_id': 'PremierMedia',
1141 'timestamp': int,
1142 'title': 'Os Guinness // Is It Fools Talk? // Unbelievable? Conference 2014',
1143 },
1144 },
1145 # Kaltura embed with single quotes
1146 {
1147 'url': 'http://fod.infobase.com/p_ViewPlaylist.aspx?AssignmentID=NUN8ZY',
1148 'info_dict': {
1149 'id': '0_izeg5utt',
1150 'ext': 'mp4',
1151 'title': '35871',
1152 'timestamp': 1355743100,
1153 'upload_date': '20121217',
1154 'uploader_id': 'cplapp@learn360.com',
1155 },
1156 'add_ie': ['Kaltura'],
1157 },
1158 {
1159 # Kaltura embedded via quoted entry_id
1160 'url': 'https://www.oreilly.com/ideas/my-cloud-makes-pretty-pictures',
1161 'info_dict': {
1162 'id': '0_utuok90b',
1163 'ext': 'mp4',
1164 'title': '06_matthew_brender_raj_dutt',
1165 'timestamp': 1466638791,
1166 'upload_date': '20160622',
1167 },
1168 'add_ie': ['Kaltura'],
1169 'expected_warnings': [
1170 'Could not send HEAD request'
1171 ],
1172 'params': {
1173 'skip_download': True,
1174 }
1175 },
1176 {
1177 # Kaltura embedded, some fileExt broken (#11480)
1178 'url': 'http://www.cornell.edu/video/nima-arkani-hamed-standard-models-of-particle-physics',
1179 'info_dict': {
1180 'id': '1_sgtvehim',
1181 'ext': 'mp4',
1182 'title': 'Our "Standard Models" of particle physics and cosmology',
1183 'description': 'md5:67ea74807b8c4fea92a6f38d6d323861',
1184 'timestamp': 1321158993,
1185 'upload_date': '20111113',
1186 'uploader_id': 'kps1',
1187 },
1188 'add_ie': ['Kaltura'],
1189 },
1190 {
1191 # Kaltura iframe embed
1192 'url': 'http://www.gsd.harvard.edu/event/i-m-pei-a-centennial-celebration/',
1193 'md5': 'ae5ace8eb09dc1a35d03b579a9c2cc44',
1194 'info_dict': {
1195 'id': '0_f2cfbpwy',
1196 'ext': 'mp4',
1197 'title': 'I. M. Pei: A Centennial Celebration',
1198 'description': 'md5:1db8f40c69edc46ca180ba30c567f37c',
1199 'upload_date': '20170403',
1200 'uploader_id': 'batchUser',
1201 'timestamp': 1491232186,
1202 },
1203 'add_ie': ['Kaltura'],
1204 },
1205 {
1206 # Kaltura iframe embed, more sophisticated
1207 'url': 'http://www.cns.nyu.edu/~eero/math-tools/Videos/lecture-05sep2017.html',
1208 'info_dict': {
1209 'id': '1_9gzouybz',
1210 'ext': 'mp4',
1211 'title': 'lecture-05sep2017',
1212 'description': 'md5:40f347d91fd4ba047e511c5321064b49',
1213 'upload_date': '20170913',
1214 'uploader_id': 'eps2',
1215 'timestamp': 1505340777,
1216 },
1217 'params': {
1218 'skip_download': True,
1219 },
1220 'add_ie': ['Kaltura'],
1221 },
1222 {
1223 # meta twitter:player
1224 'url': 'http://thechive.com/2017/12/08/all-i-want-for-christmas-is-more-twerk/',
1225 'info_dict': {
1226 'id': '0_01b42zps',
1227 'ext': 'mp4',
1228 'title': 'Main Twerk (Video)',
1229 'upload_date': '20171208',
1230 'uploader_id': 'sebastian.salinas@thechive.com',
1231 'timestamp': 1512713057,
1232 },
1233 'params': {
1234 'skip_download': True,
1235 },
1236 'add_ie': ['Kaltura'],
1237 },
1238 # referrer protected EaglePlatform embed
1239 {
1240 'url': 'https://tvrain.ru/lite/teleshow/kak_vse_nachinalos/namin-418921/',
1241 'info_dict': {
1242 'id': '582306',
1243 'ext': 'mp4',
1244 'title': 'Стас Намин: «Мы нарушили девственность Кремля»',
1245 'thumbnail': r're:^https?://.*\.jpg$',
1246 'duration': 3382,
1247 'view_count': int,
1248 },
1249 'params': {
1250 'skip_download': True,
1251 },
1252 },
1253 # ClipYou (EaglePlatform) embed (custom URL)
1254 {
1255 'url': 'http://muz-tv.ru/play/7129/',
1256 # Not checking MD5 as sometimes the direct HTTP link results in 404 and HLS is used
1257 'info_dict': {
1258 'id': '12820',
1259 'ext': 'mp4',
1260 'title': "'O Sole Mio",
1261 'thumbnail': r're:^https?://.*\.jpg$',
1262 'duration': 216,
1263 'view_count': int,
1264 },
1265 'params': {
1266 'skip_download': True,
1267 },
1268 'skip': 'This video is unavailable.',
1269 },
1270 # Pladform embed
1271 {
1272 'url': 'http://muz-tv.ru/kinozal/view/7400/',
1273 'info_dict': {
1274 'id': '100183293',
1275 'ext': 'mp4',
1276 'title': 'Тайны перевала Дятлова • 1 серия 2 часть',
1277 'description': 'Документальный сериал-расследование одной из самых жутких тайн ХХ века',
1278 'thumbnail': r're:^https?://.*\.jpg$',
1279 'duration': 694,
1280 'age_limit': 0,
1281 },
1282 'skip': 'HTTP Error 404: Not Found',
1283 },
1284 # Playwire embed
1285 {
1286 'url': 'http://www.cinemablend.com/new/First-Joe-Dirt-2-Trailer-Teaser-Stupid-Greatness-70874.html',
1287 'info_dict': {
1288 'id': '3519514',
1289 'ext': 'mp4',
1290 'title': 'Joe Dirt 2 Beautiful Loser Teaser Trailer',
1291 'thumbnail': r're:^https?://.*\.png$',
1292 'duration': 45.115,
1293 },
1294 },
1295 # Crooks and Liars embed
1296 {
1297 'url': 'http://crooksandliars.com/2015/04/fox-friends-says-protecting-atheists',
1298 'info_dict': {
1299 'id': '8RUoRhRi',
1300 'ext': 'mp4',
1301 'title': "Fox & Friends Says Protecting Atheists From Discrimination Is Anti-Christian!",
1302 'description': 'md5:e1a46ad1650e3a5ec7196d432799127f',
1303 'timestamp': 1428207000,
1304 'upload_date': '20150405',
1305 'uploader': 'Heather',
1306 },
1307 },
1308 # Crooks and Liars external embed
1309 {
1310 'url': 'http://theothermccain.com/2010/02/02/video-proves-that-bill-kristol-has-been-watching-glenn-beck/comment-page-1/',
1311 'info_dict': {
1312 'id': 'MTE3MjUtMzQ2MzA',
1313 'ext': 'mp4',
1314 'title': 'md5:5e3662a81a4014d24c250d76d41a08d5',
1315 'description': 'md5:9b8e9542d6c3c5de42d6451b7d780cec',
1316 'timestamp': 1265032391,
1317 'upload_date': '20100201',
1318 'uploader': 'Heather',
1319 },
1320 },
1321 # NBC Sports vplayer embed
1322 {
1323 'url': 'http://www.riderfans.com/forum/showthread.php?121827-Freeman&s=e98fa1ea6dc08e886b1678d35212494a',
1324 'info_dict': {
1325 'id': 'ln7x1qSThw4k',
1326 'ext': 'flv',
1327 'title': "PFT Live: New leader in the 'new-look' defense",
1328 'description': 'md5:65a19b4bbfb3b0c0c5768bed1dfad74e',
1329 'uploader': 'NBCU-SPORTS',
1330 'upload_date': '20140107',
1331 'timestamp': 1389118457,
1332 },
1333 'skip': 'Invalid Page URL',
1334 },
1335 # NBC News embed
1336 {
1337 'url': 'http://www.vulture.com/2016/06/letterman-couldnt-care-less-about-late-night.html',
1338 'md5': '1aa589c675898ae6d37a17913cf68d66',
1339 'info_dict': {
1340 'id': 'x_dtl_oa_LettermanliftPR_160608',
1341 'ext': 'mp4',
1342 'title': 'David Letterman: A Preview',
1343 'description': 'A preview of Tom Brokaw\'s interview with David Letterman as part of the On Assignment series powered by Dateline. Airs Sunday June 12 at 7/6c.',
1344 'upload_date': '20160609',
1345 'timestamp': 1465431544,
1346 'uploader': 'NBCU-NEWS',
1347 },
1348 },
1349 # UDN embed
1350 {
1351 'url': 'https://video.udn.com/news/300346',
1352 'md5': 'fd2060e988c326991037b9aff9df21a6',
1353 'info_dict': {
1354 'id': '300346',
1355 'ext': 'mp4',
1356 'title': '中一中男師變性 全校師生力挺',
1357 'thumbnail': r're:^https?://.*\.jpg$',
1358 },
1359 'params': {
1360 # m3u8 download
1361 'skip_download': True,
1362 },
1363 'expected_warnings': ['Failed to parse JSON Expecting value'],
1364 },
1365 # Brightcove URL in single quotes
1366 {
1367 'url': 'http://www.sportsnet.ca/baseball/mlb/sn-presents-russell-martin-world-citizen/',
1368 'md5': '4ae374f1f8b91c889c4b9203c8c752af',
1369 'info_dict': {
1370 'id': '4255764656001',
1371 'ext': 'mp4',
1372 'title': 'SN Presents: Russell Martin, World Citizen',
1373 '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.',
1374 'uploader': 'Rogers Sportsnet',
1375 'uploader_id': '1704050871',
1376 'upload_date': '20150525',
1377 'timestamp': 1432570283,
1378 },
1379 },
1380 # Kinja embed
1381 {
1382 'url': 'http://www.clickhole.com/video/dont-understand-bitcoin-man-will-mumble-explanatio-2537',
1383 'info_dict': {
1384 'id': '106351',
1385 'ext': 'mp4',
1386 'title': 'Don’t Understand Bitcoin? This Man Will Mumble An Explanation At You',
1387 'description': 'Migrated from OnionStudios',
1388 'thumbnail': r're:^https?://.*\.jpe?g$',
1389 'uploader': 'clickhole',
1390 'upload_date': '20150527',
1391 'timestamp': 1432744860,
1392 }
1393 },
1394 # SnagFilms embed
1395 {
1396 'url': 'http://whilewewatch.blogspot.ru/2012/06/whilewewatch-whilewewatch-gripping.html',
1397 'info_dict': {
1398 'id': '74849a00-85a9-11e1-9660-123139220831',
1399 'ext': 'mp4',
1400 'title': '#whilewewatch',
1401 }
1402 },
1403 # AdobeTVVideo embed
1404 {
1405 'url': 'https://helpx.adobe.com/acrobat/how-to/new-experience-acrobat-dc.html?set=acrobat--get-started--essential-beginners',
1406 'md5': '43662b577c018ad707a63766462b1e87',
1407 'info_dict': {
1408 'id': '2456',
1409 'ext': 'mp4',
1410 'title': 'New experience with Acrobat DC',
1411 'description': 'New experience with Acrobat DC',
1412 'duration': 248.667,
1413 },
1414 },
1415 # BrightcoveInPageEmbed embed
1416 {
1417 'url': 'http://www.geekandsundry.com/tabletop-bonus-wils-final-thoughts-on-dread/',
1418 'info_dict': {
1419 'id': '4238694884001',
1420 'ext': 'flv',
1421 'title': 'Tabletop: Dread, Last Thoughts',
1422 'description': 'Tabletop: Dread, Last Thoughts',
1423 'duration': 51690,
1424 },
1425 },
1426 # Brightcove embed, with no valid 'renditions' but valid 'IOSRenditions'
1427 # This video can't be played in browsers if Flash disabled and UA set to iPhone, which is actually a false alarm
1428 {
1429 'url': 'https://dl.dropboxusercontent.com/u/29092637/interview.html',
1430 'info_dict': {
1431 'id': '4785848093001',
1432 'ext': 'mp4',
1433 'title': 'The Cardinal Pell Interview',
1434 'description': 'Sky News Contributor Andrew Bolt interviews George Pell in Rome, following the Cardinal\'s evidence before the Royal Commission into Child Abuse. ',
1435 'uploader': 'GlobeCast Australia - GlobeStream',
1436 'uploader_id': '2733773828001',
1437 'upload_date': '20160304',
1438 'timestamp': 1457083087,
1439 },
1440 'params': {
1441 # m3u8 downloads
1442 'skip_download': True,
1443 },
1444 },
1445 {
1446 # Brightcove embed with whitespace around attribute names
1447 'url': 'http://www.stack.com/video/3167554373001/learn-to-hit-open-three-pointers-with-damian-lillard-s-baseline-drift-drill',
1448 'info_dict': {
1449 'id': '3167554373001',
1450 'ext': 'mp4',
1451 'title': "Learn to Hit Open Three-Pointers With Damian Lillard's Baseline Drift Drill",
1452 'description': 'md5:57bacb0e0f29349de4972bfda3191713',
1453 'uploader_id': '1079349493',
1454 'upload_date': '20140207',
1455 'timestamp': 1391810548,
1456 },
1457 'params': {
1458 'skip_download': True,
1459 },
1460 },
1461 # Another form of arte.tv embed
1462 {
1463 'url': 'http://www.tv-replay.fr/redirection/09-04-16/arte-reportage-arte-11508975.html',
1464 'md5': '850bfe45417ddf221288c88a0cffe2e2',
1465 'info_dict': {
1466 'id': '030273-562_PLUS7-F',
1467 'ext': 'mp4',
1468 'title': 'ARTE Reportage - Nulle part, en France',
1469 'description': 'md5:e3a0e8868ed7303ed509b9e3af2b870d',
1470 'upload_date': '20160409',
1471 },
1472 },
1473 # Duplicated embedded video URLs
1474 {
1475 'url': 'http://www.hudl.com/athlete/2538180/highlights/149298443',
1476 'info_dict': {
1477 'id': '149298443_480_16c25b74_2',
1478 'ext': 'mp4',
1479 'title': 'vs. Blue Orange Spring Game',
1480 'uploader': 'www.hudl.com',
1481 },
1482 },
1483 # twitter:player:stream embed
1484 {
1485 'url': 'http://www.rtl.be/info/video/589263.aspx?CategoryID=288',
1486 'info_dict': {
1487 'id': 'master',
1488 'ext': 'mp4',
1489 'title': 'Une nouvelle espèce de dinosaure découverte en Argentine',
1490 'uploader': 'www.rtl.be',
1491 },
1492 'params': {
1493 # m3u8 downloads
1494 'skip_download': True,
1495 },
1496 },
1497 # twitter:player embed
1498 {
1499 'url': 'http://www.theatlantic.com/video/index/484130/what-do-black-holes-sound-like/',
1500 'md5': 'a3e0df96369831de324f0778e126653c',
1501 'info_dict': {
1502 'id': '4909620399001',
1503 'ext': 'mp4',
1504 'title': 'What Do Black Holes Sound Like?',
1505 'description': 'what do black holes sound like',
1506 'upload_date': '20160524',
1507 'uploader_id': '29913724001',
1508 'timestamp': 1464107587,
1509 'uploader': 'TheAtlantic',
1510 },
1511 'add_ie': ['BrightcoveLegacy'],
1512 },
1513 # Facebook <iframe> embed
1514 {
1515 'url': 'https://www.hostblogger.de/blog/archives/6181-Auto-jagt-Betonmischer.html',
1516 'md5': 'fbcde74f534176ecb015849146dd3aee',
1517 'info_dict': {
1518 'id': '599637780109885',
1519 'ext': 'mp4',
1520 'title': 'Facebook video #599637780109885',
1521 },
1522 },
1523 # Facebook <iframe> embed, plugin video
1524 {
1525 'url': 'http://5pillarsuk.com/2017/06/07/tariq-ramadan-disagrees-with-pr-exercise-by-imams-refusing-funeral-prayers-for-london-attackers/',
1526 'info_dict': {
1527 'id': '1754168231264132',
1528 'ext': 'mp4',
1529 'title': 'About the Imams and Religious leaders refusing to perform funeral prayers for...',
1530 'uploader': 'Tariq Ramadan (official)',
1531 'timestamp': 1496758379,
1532 'upload_date': '20170606',
1533 },
1534 'params': {
1535 'skip_download': True,
1536 },
1537 },
1538 # Facebook API embed
1539 {
1540 'url': 'http://www.lothype.com/blue-stars-2016-preview-standstill-full-show/',
1541 'md5': 'a47372ee61b39a7b90287094d447d94e',
1542 'info_dict': {
1543 'id': '10153467542406923',
1544 'ext': 'mp4',
1545 'title': 'Facebook video #10153467542406923',
1546 },
1547 },
1548 # Wordpress "YouTube Video Importer" plugin
1549 {
1550 'url': 'http://www.lothype.com/blue-devils-drumline-stanford-lot-2016/',
1551 'md5': 'd16797741b560b485194eddda8121b48',
1552 'info_dict': {
1553 'id': 'HNTXWDXV9Is',
1554 'ext': 'mp4',
1555 'title': 'Blue Devils Drumline Stanford lot 2016',
1556 'upload_date': '20160627',
1557 'uploader_id': 'GENOCIDE8GENERAL10',
1558 'uploader': 'cylus cyrus',
1559 },
1560 },
1561 {
1562 # video stored on custom kaltura server
1563 'url': 'http://www.expansion.com/multimedia/videos.html?media=EQcM30NHIPv',
1564 'md5': '537617d06e64dfed891fa1593c4b30cc',
1565 'info_dict': {
1566 'id': '0_1iotm5bh',
1567 'ext': 'mp4',
1568 'title': 'Elecciones británicas: 5 lecciones para Rajoy',
1569 'description': 'md5:435a89d68b9760b92ce67ed227055f16',
1570 'uploader_id': 'videos.expansion@el-mundo.net',
1571 'upload_date': '20150429',
1572 'timestamp': 1430303472,
1573 },
1574 'add_ie': ['Kaltura'],
1575 },
1576 {
1577 # multiple kaltura embeds, nsfw
1578 'url': 'https://www.quartier-rouge.be/prive/femmes/kamila-avec-video-jaime-sadomie.html',
1579 'info_dict': {
1580 'id': 'kamila-avec-video-jaime-sadomie',
1581 'title': "Kamila avec vídeo “J'aime sadomie”",
1582 },
1583 'playlist_count': 8,
1584 },
1585 {
1586 # Non-standard Vimeo embed
1587 'url': 'https://openclassrooms.com/courses/understanding-the-web',
1588 'md5': '64d86f1c7d369afd9a78b38cbb88d80a',
1589 'info_dict': {
1590 'id': '148867247',
1591 'ext': 'mp4',
1592 'title': 'Understanding the web - Teaser',
1593 'description': 'This is "Understanding the web - Teaser" by openclassrooms on Vimeo, the home for high quality videos and the people who love them.',
1594 'upload_date': '20151214',
1595 'uploader': 'OpenClassrooms',
1596 'uploader_id': 'openclassrooms',
1597 },
1598 'add_ie': ['Vimeo'],
1599 },
1600 {
1601 # generic vimeo embed that requires original URL passed as Referer
1602 'url': 'http://racing4everyone.eu/2016/07/30/formula-1-2016-round12-germany/',
1603 'only_matching': True,
1604 },
1605 {
1606 'url': 'https://support.arkena.com/display/PLAY/Ways+to+embed+your+video',
1607 'md5': 'b96f2f71b359a8ecd05ce4e1daa72365',
1608 'info_dict': {
1609 'id': 'b41dda37-d8e7-4d3f-b1b5-9a9db578bdfe',
1610 'ext': 'mp4',
1611 'title': 'Big Buck Bunny',
1612 'description': 'Royalty free test video',
1613 'timestamp': 1432816365,
1614 'upload_date': '20150528',
1615 'is_live': False,
1616 },
1617 'params': {
1618 'skip_download': True,
1619 },
1620 'add_ie': ['Arkena'],
1621 },
1622 {
1623 'url': 'http://nova.bg/news/view/2016/08/16/156543/%D0%BD%D0%B0-%D0%BA%D0%BE%D1%81%D1%8A%D0%BC-%D0%BE%D1%82-%D0%B2%D0%B7%D1%80%D0%B8%D0%B2-%D0%BE%D1%82%D1%86%D0%B5%D0%BF%D0%B8%D1%85%D0%B0-%D1%86%D1%8F%D0%BB-%D0%BA%D0%B2%D0%B0%D1%80%D1%82%D0%B0%D0%BB-%D0%B7%D0%B0%D1%80%D0%B0%D0%B4%D0%B8-%D0%B8%D0%B7%D1%82%D0%B8%D1%87%D0%B0%D0%BD%D0%B5-%D0%BD%D0%B0-%D0%B3%D0%B0%D0%B7-%D0%B2-%D0%BF%D0%BB%D0%BE%D0%B2%D0%B4%D0%B8%D0%B2/',
1624 'info_dict': {
1625 'id': '1c7141f46c',
1626 'ext': 'mp4',
1627 'title': 'НА КОСЪМ ОТ ВЗРИВ: Изтичане на газ на бензиностанция в Пловдив',
1628 },
1629 'params': {
1630 'skip_download': True,
1631 },
1632 'add_ie': ['Vbox7'],
1633 },
1634 {
1635 # DBTV embeds
1636 'url': 'http://www.dagbladet.no/2016/02/23/nyheter/nordlys/ski/troms/ver/43254897/',
1637 'info_dict': {
1638 'id': '43254897',
1639 'title': 'Etter ett års planlegging, klaffet endelig alt: - Jeg måtte ta en liten dans',
1640 },
1641 'playlist_mincount': 3,
1642 },
1643 {
1644 # Videa embeds
1645 'url': 'http://forum.dvdtalk.com/movie-talk/623756-deleted-magic-star-wars-ot-deleted-alt-scenes-docu-style.html',
1646 'info_dict': {
1647 'id': '623756-deleted-magic-star-wars-ot-deleted-alt-scenes-docu-style',
1648 'title': 'Deleted Magic - Star Wars: OT Deleted / Alt. Scenes Docu. Style - DVD Talk Forum',
1649 },
1650 'playlist_mincount': 2,
1651 },
1652 {
1653 # 20 minuten embed
1654 'url': 'http://www.20min.ch/schweiz/news/story/So-kommen-Sie-bei-Eis-und-Schnee-sicher-an-27032552',
1655 'info_dict': {
1656 'id': '523629',
1657 'ext': 'mp4',
1658 'title': 'So kommen Sie bei Eis und Schnee sicher an',
1659 'description': 'md5:117c212f64b25e3d95747e5276863f7d',
1660 },
1661 'params': {
1662 'skip_download': True,
1663 },
1664 'add_ie': ['TwentyMinuten'],
1665 },
1666 {
1667 # VideoPress embed
1668 'url': 'https://en.support.wordpress.com/videopress/',
1669 'info_dict': {
1670 'id': 'OcobLTqC',
1671 'ext': 'm4v',
1672 'title': 'IMG_5786',
1673 'timestamp': 1435711927,
1674 'upload_date': '20150701',
1675 },
1676 'params': {
1677 'skip_download': True,
1678 },
1679 'add_ie': ['VideoPress'],
1680 },
1681 {
1682 # Rutube embed
1683 'url': 'http://magazzino.friday.ru/videos/vipuski/kazan-2',
1684 'info_dict': {
1685 'id': '9b3d5bee0a8740bf70dfd29d3ea43541',
1686 'ext': 'flv',
1687 'title': 'Магаззино: Казань 2',
1688 'description': 'md5:99bccdfac2269f0e8fdbc4bbc9db184a',
1689 'uploader': 'Магаззино',
1690 'upload_date': '20170228',
1691 'uploader_id': '996642',
1692 },
1693 'params': {
1694 'skip_download': True,
1695 },
1696 'add_ie': ['Rutube'],
1697 },
1698 {
1699 # glomex:embed
1700 'url': 'https://www.skai.gr/news/world/iatrikos-syllogos-tourkias-to-turkovac-aplo-dialyma-erntogan-eiste-apateones-kai-pseytes',
1701 'info_dict': {
1702 'id': 'v-ch2nkhcirwc9-sf',
1703 'ext': 'mp4',
1704 'title': 'md5:786e1e24e06c55993cee965ef853a0c1',
1705 'description': 'md5:8b517a61d577efe7e36fde72fd535995',
1706 'timestamp': 1641885019,
1707 'upload_date': '20220111',
1708 'duration': 460000,
1709 'thumbnail': 'https://i3thumbs.glomex.com/dC1idjJwdndiMjRzeGwvMjAyMi8wMS8xMS8wNy8xMF8zNV82MWRkMmQ2YmU5ZTgyLmpwZw==/profile:player-960x540',
1710 },
1711 },
1712 {
1713 # megatvcom:embed
1714 'url': 'https://www.in.gr/2021/12/18/greece/apokalypsi-mega-poios-parelave-tin-ereyna-tsiodra-ek-merous-tis-kyvernisis-o-prothypourgos-telika-gnorize/',
1715 'info_dict': {
1716 'id': 'apokalypsi-mega-poios-parelave-tin-ereyna-tsiodra-ek-merous-tis-kyvernisis-o-prothypourgos-telika-gnorize',
1717 'title': 'md5:5e569cf996ec111057c2764ec272848f',
1718 },
1719 'playlist': [{
1720 'md5': '1afa26064ff00ccb91617957dbc73dc1',
1721 'info_dict': {
1722 'ext': 'mp4',
1723 'id': '564916',
1724 'display_id': 'md5:6cdf22d3a2e7bacb274b7295089a1770',
1725 'title': 'md5:33b9dd39584685b62873043670eb52a6',
1726 'description': 'md5:c1db7310f390518ac36dd69d947ef1a1',
1727 'timestamp': 1639753145,
1728 'upload_date': '20211217',
1729 'thumbnail': 'https://www.megatv.com/wp-content/uploads/2021/12/prezerakos-1024x597.jpg',
1730 },
1731 }, {
1732 'md5': '4a1c220695f1ef865a8b7966a53e2474',
1733 'info_dict': {
1734 'ext': 'mp4',
1735 'id': '564905',
1736 'display_id': 'md5:ead15695e485e649aed2b81ebd699b88',
1737 'title': 'md5:2b71fd54249a3ca34609fe39ae31c47b',
1738 'description': 'md5:c42e12f638d0a97d6de4508e2c4df982',
1739 'timestamp': 1639753047,
1740 'upload_date': '20211217',
1741 'thumbnail': 'https://www.megatv.com/wp-content/uploads/2021/12/tsiodras-mitsotakis-1024x545.jpg',
1742 },
1743 }]
1744 },
1745 {
1746 'url': 'https://www.ertnews.gr/video/manolis-goyalles-o-anthropos-piso-apo-ti-diadiktyaki-vasilopita/',
1747 'info_dict': {
1748 'id': '2022/tv/news-themata-ianouarios/20220114-apotis6-gouales-pita.mp4',
1749 'ext': 'mp4',
1750 'title': 'md5:df64f5b61c06d0e9556c0cdd5cf14464',
1751 'thumbnail': 'https://www.ert.gr/themata/photos/2021/20220114-apotis6-gouales-pita.jpg',
1752 },
1753 },
1754 {
1755 # ThePlatform embedded with whitespaces in URLs
1756 'url': 'http://www.golfchannel.com/topics/shows/golftalkcentral.htm',
1757 'only_matching': True,
1758 },
1759 {
1760 # Senate ISVP iframe https
1761 'url': 'https://www.hsgac.senate.gov/hearings/canadas-fast-track-refugee-plan-unanswered-questions-and-implications-for-us-national-security',
1762 'md5': 'fb8c70b0b515e5037981a2492099aab8',
1763 'info_dict': {
1764 'id': 'govtaff020316',
1765 'ext': 'mp4',
1766 'title': 'Integrated Senate Video Player',
1767 },
1768 'add_ie': ['SenateISVP'],
1769 },
1770 {
1771 # Limelight embeds (1 channel embed + 4 media embeds)
1772 'url': 'http://www.sedona.com/FacilitatorTraining2017',
1773 'info_dict': {
1774 'id': 'FacilitatorTraining2017',
1775 'title': 'Facilitator Training 2017',
1776 },
1777 'playlist_mincount': 5,
1778 },
1779 {
1780 # Limelight embed (LimelightPlayerUtil.embed)
1781 'url': 'https://tv5.ca/videos?v=xuu8qowr291ri',
1782 'info_dict': {
1783 'id': '95d035dc5c8a401588e9c0e6bd1e9c92',
1784 'ext': 'mp4',
1785 'title': '07448641',
1786 'timestamp': 1499890639,
1787 'upload_date': '20170712',
1788 },
1789 'params': {
1790 'skip_download': True,
1791 },
1792 'add_ie': ['LimelightMedia'],
1793 },
1794 {
1795 'url': 'http://kron4.com/2017/04/28/standoff-with-walnut-creek-murder-suspect-ends-with-arrest/',
1796 'info_dict': {
1797 'id': 'standoff-with-walnut-creek-murder-suspect-ends-with-arrest',
1798 'title': 'Standoff with Walnut Creek murder suspect ends',
1799 'description': 'md5:3ccc48a60fc9441eeccfc9c469ebf788',
1800 },
1801 'playlist_mincount': 4,
1802 },
1803 {
1804 # WashingtonPost embed
1805 'url': 'http://www.vanityfair.com/hollywood/2017/04/donald-trump-tv-pitches',
1806 'info_dict': {
1807 'id': '8caf6e88-d0ec-11e5-90d3-34c2c42653ac',
1808 'ext': 'mp4',
1809 'title': "No one has seen the drama series based on Trump's life \u2014 until now",
1810 'description': 'Donald Trump wanted a weekly TV drama based on his life. It never aired. But The Washington Post recently obtained a scene from the pilot script — and enlisted actors.',
1811 'timestamp': 1455216756,
1812 'uploader': 'The Washington Post',
1813 'upload_date': '20160211',
1814 },
1815 'add_ie': ['WashingtonPost'],
1816 },
1817 {
1818 # Mediaset embed
1819 'url': 'http://www.tgcom24.mediaset.it/politica/serracchiani-voglio-vivere-in-una-societa-aperta-reazioni-sproporzionate-_3071354-201702a.shtml',
1820 'info_dict': {
1821 'id': '720642',
1822 'ext': 'mp4',
1823 'title': 'Serracchiani: "Voglio vivere in una società aperta, con tutela del patto di fiducia"',
1824 },
1825 'params': {
1826 'skip_download': True,
1827 },
1828 'add_ie': ['Mediaset'],
1829 },
1830 {
1831 # JOJ.sk embeds
1832 'url': 'https://www.noviny.sk/slovensko/238543-slovenskom-sa-prehnala-vlna-silnych-burok',
1833 'info_dict': {
1834 'id': '238543-slovenskom-sa-prehnala-vlna-silnych-burok',
1835 'title': 'Slovenskom sa prehnala vlna silných búrok',
1836 },
1837 'playlist_mincount': 5,
1838 'add_ie': ['Joj'],
1839 },
1840 {
1841 # AMP embed (see https://www.ampproject.org/docs/reference/components/amp-video)
1842 'url': 'https://tvrain.ru/amp/418921/',
1843 'md5': 'cc00413936695987e8de148b67d14f1d',
1844 'info_dict': {
1845 'id': '418921',
1846 'ext': 'mp4',
1847 'title': 'Стас Намин: «Мы нарушили девственность Кремля»',
1848 },
1849 },
1850 {
1851 # vzaar embed
1852 'url': 'http://help.vzaar.com/article/165-embedding-video',
1853 'md5': '7e3919d9d2620b89e3e00bec7fe8c9d4',
1854 'info_dict': {
1855 'id': '8707641',
1856 'ext': 'mp4',
1857 'title': 'Building A Business Online: Principal Chairs Q & A',
1858 },
1859 },
1860 {
1861 # multiple HTML5 videos on one page
1862 'url': 'https://www.paragon-software.com/home/rk-free/keyscenarios.html',
1863 'info_dict': {
1864 'id': 'keyscenarios',
1865 'title': 'Rescue Kit 14 Free Edition - Getting started',
1866 },
1867 'playlist_count': 4,
1868 },
1869 {
1870 # vshare embed
1871 'url': 'https://youtube-dl-demo.neocities.org/vshare.html',
1872 'md5': '17b39f55b5497ae8b59f5fbce8e35886',
1873 'info_dict': {
1874 'id': '0f64ce6',
1875 'title': 'vl14062007715967',
1876 'ext': 'mp4',
1877 }
1878 },
1879 {
1880 'url': 'http://www.heidelberg-laureate-forum.org/blog/video/lecture-friday-september-23-2016-sir-c-antony-r-hoare/',
1881 'md5': 'aecd089f55b1cb5a59032cb049d3a356',
1882 'info_dict': {
1883 'id': '90227f51a80c4d8f86c345a7fa62bd9a1d',
1884 'ext': 'mp4',
1885 'title': 'Lecture: Friday, September 23, 2016 - Sir Tony Hoare',
1886 'description': 'md5:5a51db84a62def7b7054df2ade403c6c',
1887 'timestamp': 1474354800,
1888 'upload_date': '20160920',
1889 }
1890 },
1891 {
1892 'url': 'http://www.kidzworld.com/article/30935-trolls-the-beat-goes-on-interview-skylar-astin-and-amanda-leighton',
1893 'info_dict': {
1894 'id': '1731611',
1895 'ext': 'mp4',
1896 'title': 'Official Trailer | TROLLS: THE BEAT GOES ON!',
1897 'description': 'md5:eb5f23826a027ba95277d105f248b825',
1898 'timestamp': 1516100691,
1899 'upload_date': '20180116',
1900 },
1901 'params': {
1902 'skip_download': True,
1903 },
1904 'add_ie': ['SpringboardPlatform'],
1905 },
1906 {
1907 'url': 'https://www.yapfiles.ru/show/1872528/690b05d3054d2dbe1e69523aa21bb3b1.mp4.html',
1908 'info_dict': {
1909 'id': 'vMDE4NzI1Mjgt690b',
1910 'ext': 'mp4',
1911 'title': 'Котята',
1912 },
1913 'add_ie': ['YapFiles'],
1914 'params': {
1915 'skip_download': True,
1916 },
1917 },
1918 {
1919 # CloudflareStream embed
1920 'url': 'https://www.cloudflare.com/products/cloudflare-stream/',
1921 'info_dict': {
1922 'id': '31c9291ab41fac05471db4e73aa11717',
1923 'ext': 'mp4',
1924 'title': '31c9291ab41fac05471db4e73aa11717',
1925 },
1926 'add_ie': ['CloudflareStream'],
1927 'params': {
1928 'skip_download': True,
1929 },
1930 },
1931 {
1932 # PeerTube embed
1933 'url': 'https://joinpeertube.org/fr/home/',
1934 'info_dict': {
1935 'id': 'home',
1936 'title': 'Reprenez le contrôle de vos vidéos ! #JoinPeertube',
1937 },
1938 'playlist_count': 2,
1939 },
1940 {
1941 # Indavideo embed
1942 'url': 'https://streetkitchen.hu/receptek/igy_kell_otthon_hamburgert_sutni/',
1943 'info_dict': {
1944 'id': '1693903',
1945 'ext': 'mp4',
1946 'title': 'Így kell otthon hamburgert sütni',
1947 'description': 'md5:f5a730ecf900a5c852e1e00540bbb0f7',
1948 'timestamp': 1426330212,
1949 'upload_date': '20150314',
1950 'uploader': 'StreetKitchen',
1951 'uploader_id': '546363',
1952 },
1953 'add_ie': ['IndavideoEmbed'],
1954 'params': {
1955 'skip_download': True,
1956 },
1957 },
1958 {
1959 # APA embed via JWPlatform embed
1960 'url': 'http://www.vol.at/blue-man-group/5593454',
1961 'info_dict': {
1962 'id': 'jjv85FdZ',
1963 'ext': 'mp4',
1964 'title': '"Blau ist mysteriös": Die Blue Man Group im Interview',
1965 'description': 'md5:d41d8cd98f00b204e9800998ecf8427e',
1966 'thumbnail': r're:^https?://.*\.jpg$',
1967 'duration': 254,
1968 'timestamp': 1519211149,
1969 'upload_date': '20180221',
1970 },
1971 'params': {
1972 'skip_download': True,
1973 },
1974 },
1975 {
1976 'url': 'http://share-videos.se/auto/video/83645793?uid=13',
1977 'md5': 'b68d276de422ab07ee1d49388103f457',
1978 'info_dict': {
1979 'id': '83645793',
1980 'title': 'Lock up and get excited',
1981 'ext': 'mp4'
1982 },
1983 'skip': 'TODO: fix nested playlists processing in tests',
1984 },
1985 {
1986 # Viqeo embeds
1987 'url': 'https://viqeo.tv/',
1988 'info_dict': {
1989 'id': 'viqeo',
1990 'title': 'All-new video platform',
1991 },
1992 'playlist_count': 6,
1993 },
1994 {
1995 # Squarespace video embed, 2019-08-28
1996 'url': 'http://ootboxford.com',
1997 'info_dict': {
1998 'id': 'Tc7b_JGdZfw',
1999 'title': 'Out of the Blue, at Childish Things 10',
2000 'ext': 'mp4',
2001 'description': 'md5:a83d0026666cf5ee970f8bd1cfd69c7f',
2002 'uploader_id': 'helendouglashouse',
2003 'uploader': 'Helen & Douglas House',
2004 'upload_date': '20140328',
2005 },
2006 'params': {
2007 'skip_download': True,
2008 },
2009 },
2010 # {
2011 # # Zype embed
2012 # 'url': 'https://www.cookscountry.com/episode/554-smoky-barbecue-favorites',
2013 # 'info_dict': {
2014 # 'id': '5b400b834b32992a310622b9',
2015 # 'ext': 'mp4',
2016 # 'title': 'Smoky Barbecue Favorites',
2017 # 'thumbnail': r're:^https?://.*\.jpe?g',
2018 # 'description': 'md5:5ff01e76316bd8d46508af26dc86023b',
2019 # 'upload_date': '20170909',
2020 # 'timestamp': 1504915200,
2021 # },
2022 # 'add_ie': [ZypeIE.ie_key()],
2023 # 'params': {
2024 # 'skip_download': True,
2025 # },
2026 # },
2027 {
2028 # videojs embed
2029 'url': 'https://video.sibnet.ru/shell.php?videoid=3422904',
2030 'info_dict': {
2031 'id': 'shell',
2032 'ext': 'mp4',
2033 'title': 'Доставщик пиццы спросил разрешения сыграть на фортепиано',
2034 'description': 'md5:89209cdc587dab1e4a090453dbaa2cb1',
2035 'thumbnail': r're:^https?://.*\.jpg$',
2036 },
2037 'params': {
2038 'skip_download': True,
2039 },
2040 'expected_warnings': ['Failed to download MPD manifest'],
2041 },
2042 {
2043 # DailyMotion embed with DM.player
2044 'url': 'https://www.beinsports.com/us/copa-del-rey/video/the-locker-room-valencia-beat-barca-in-copa/1203804',
2045 'info_dict': {
2046 'id': 'k6aKkGHd9FJs4mtJN39',
2047 'ext': 'mp4',
2048 'title': 'The Locker Room: Valencia Beat Barca In Copa del Rey Final',
2049 'description': 'This video is private.',
2050 'uploader_id': 'x1jf30l',
2051 'uploader': 'beIN SPORTS USA',
2052 'upload_date': '20190528',
2053 'timestamp': 1559062971,
2054 },
2055 'params': {
2056 'skip_download': True,
2057 },
2058 },
2059 {
2060 # tvopengr:embed
2061 'url': 'https://www.ethnos.gr/World/article/190604/hparosiaxekinoynoisynomiliessthgeneyhmethskiatoypolemoypanoapothnoykrania',
2062 'md5': 'eb0c3995d0a6f18f6538c8e057865d7d',
2063 'info_dict': {
2064 'id': '101119',
2065 'ext': 'mp4',
2066 'display_id': 'oikarpoitondiapragmateyseonhparosias',
2067 'title': 'md5:b979f4d640c568617d6547035528a149',
2068 'description': 'md5:e54fc1977c7159b01cc11cd7d9d85550',
2069 'timestamp': 1641772800,
2070 'upload_date': '20220110',
2071 'thumbnail': 'https://opentv-static.siliconweb.com/imgHandler/1920/70bc39fa-895b-4918-a364-c39d2135fc6d.jpg',
2072
2073 }
2074 },
2075 {
2076 # blogger embed
2077 'url': 'https://blog.tomeuvizoso.net/2019/01/a-panfrost-milestone.html',
2078 'md5': 'f1bc19b6ea1b0fd1d81e84ca9ec467ac',
2079 'info_dict': {
2080 'id': 'BLOGGER-video-3c740e3a49197e16-796',
2081 'ext': 'mp4',
2082 'title': 'Blogger',
2083 'thumbnail': r're:^https?://.*',
2084 },
2085 },
2086 # {
2087 # # TODO: find another test
2088 # # http://schema.org/VideoObject
2089 # 'url': 'https://flipagram.com/f/nyvTSJMKId',
2090 # 'md5': '888dcf08b7ea671381f00fab74692755',
2091 # 'info_dict': {
2092 # 'id': 'nyvTSJMKId',
2093 # 'ext': 'mp4',
2094 # 'title': 'Flipagram by sjuria101 featuring Midnight Memories by One Direction',
2095 # 'description': '#love for cats.',
2096 # 'timestamp': 1461244995,
2097 # 'upload_date': '20160421',
2098 # },
2099 # 'params': {
2100 # 'force_generic_extractor': True,
2101 # },
2102 # },
2103 {
2104 # VHX Embed
2105 'url': 'https://demo.vhx.tv/category-c/videos/file-example-mp4-480-1-5mg-copy',
2106 'info_dict': {
2107 'id': '858208',
2108 'ext': 'mp4',
2109 'title': 'Untitled',
2110 'uploader_id': 'user80538407',
2111 'uploader': 'OTT Videos',
2112 },
2113 },
2114 {
2115 # ArcPublishing PoWa video player
2116 'url': 'https://www.adn.com/politics/2020/11/02/video-senate-candidates-campaign-in-anchorage-on-eve-of-election-day/',
2117 'md5': 'b03b2fac8680e1e5a7cc81a5c27e71b3',
2118 'info_dict': {
2119 'id': '8c99cb6e-b29c-4bc9-9173-7bf9979225ab',
2120 'ext': 'mp4',
2121 'title': 'Senate candidates wave to voters on Anchorage streets',
2122 'description': 'md5:91f51a6511f090617353dc720318b20e',
2123 'timestamp': 1604378735,
2124 'upload_date': '20201103',
2125 'duration': 1581,
2126 },
2127 },
2128 {
2129 # MyChannels SDK embed
2130 # https://www.24kitchen.nl/populair/deskundige-dit-waarom-sommigen-gevoelig-zijn-voor-voedselallergieen
2131 'url': 'https://www.demorgen.be/nieuws/burgemeester-rotterdam-richt-zich-in-videoboodschap-tot-relschoppers-voelt-het-goed~b0bcfd741/',
2132 'md5': '90c0699c37006ef18e198c032d81739c',
2133 'info_dict': {
2134 'id': '194165',
2135 'ext': 'mp4',
2136 'title': 'Burgemeester Aboutaleb spreekt relschoppers toe',
2137 'timestamp': 1611740340,
2138 'upload_date': '20210127',
2139 'duration': 159,
2140 },
2141 },
2142 {
2143 # Simplecast player embed
2144 'url': 'https://www.bio.org/podcast',
2145 'info_dict': {
2146 'id': 'podcast',
2147 'title': 'I AM BIO Podcast | BIO',
2148 },
2149 'playlist_mincount': 52,
2150 },
2151 {
2152 # Sibnet embed (https://help.sibnet.ru/?sibnet_video_embed)
2153 'url': 'https://phpbb3.x-tk.ru/bbcode-video-sibnet-t24.html',
2154 'only_matching': True,
2155 }, {
2156 # WimTv embed player
2157 'url': 'http://www.msmotor.tv/wearefmi-pt-2-2021/',
2158 'info_dict': {
2159 'id': 'wearefmi-pt-2-2021',
2160 'title': '#WEAREFMI – PT.2 – 2021 – MsMotorTV',
2161 },
2162 'playlist_count': 1,
2163 }, {
2164 # KVS Player
2165 'url': 'https://www.kvs-demo.com/videos/105/kelis-4th-of-july/',
2166 'info_dict': {
2167 'id': '105',
2168 'display_id': 'kelis-4th-of-july',
2169 'ext': 'mp4',
2170 'title': 'Kelis - 4th Of July',
2171 'thumbnail': 'https://kvs-demo.com/contents/videos_screenshots/0/105/preview.jpg',
2172 },
2173 'params': {
2174 'skip_download': True,
2175 },
2176 }, {
2177 # KVS Player
2178 'url': 'https://www.kvs-demo.com/embed/105/',
2179 'info_dict': {
2180 'id': '105',
2181 'display_id': 'kelis-4th-of-july',
2182 'ext': 'mp4',
2183 'title': 'Kelis - 4th Of July / Embed Player',
2184 'thumbnail': 'https://kvs-demo.com/contents/videos_screenshots/0/105/preview.jpg',
2185 },
2186 'params': {
2187 'skip_download': True,
2188 },
2189 }, {
2190 # KVS Player
2191 'url': 'https://thisvid.com/videos/french-boy-pantsed/',
2192 'md5': '3397979512c682f6b85b3b04989df224',
2193 'info_dict': {
2194 'id': '2400174',
2195 'display_id': 'french-boy-pantsed',
2196 'ext': 'mp4',
2197 'title': 'French Boy Pantsed - ThisVid.com',
2198 'thumbnail': 'https://media.thisvid.com/contents/videos_screenshots/2400000/2400174/preview.mp4.jpg',
2199 }
2200 }, {
2201 # KVS Player
2202 'url': 'https://thisvid.com/embed/2400174/',
2203 'md5': '3397979512c682f6b85b3b04989df224',
2204 'info_dict': {
2205 'id': '2400174',
2206 'display_id': 'french-boy-pantsed',
2207 'ext': 'mp4',
2208 'title': 'French Boy Pantsed - ThisVid.com',
2209 'thumbnail': 'https://media.thisvid.com/contents/videos_screenshots/2400000/2400174/preview.mp4.jpg',
2210 }
2211 }, {
2212 # KVS Player
2213 'url': 'https://youix.com/video/leningrad-zoj/',
2214 'md5': '94f96ba95706dc3880812b27b7d8a2b8',
2215 'info_dict': {
2216 'id': '18485',
2217 'display_id': 'leningrad-zoj',
2218 'ext': 'mp4',
2219 'title': 'Клип: Ленинград - ЗОЖ скачать, смотреть онлайн | Youix.com',
2220 'thumbnail': 'https://youix.com/contents/videos_screenshots/18000/18485/preview_480x320_youix_com.mp4.jpg',
2221 }
2222 }, {
2223 # KVS Player
2224 'url': 'https://youix.com/embed/18485',
2225 'md5': '94f96ba95706dc3880812b27b7d8a2b8',
2226 'info_dict': {
2227 'id': '18485',
2228 'display_id': 'leningrad-zoj',
2229 'ext': 'mp4',
2230 'title': 'Ленинград - ЗОЖ',
2231 'thumbnail': 'https://youix.com/contents/videos_screenshots/18000/18485/preview_480x320_youix_com.mp4.jpg',
2232 }
2233 }, {
2234 # KVS Player
2235 'url': 'https://bogmedia.org/videos/21217/40-nochey-40-nights-2016/',
2236 'md5': '94166bdb26b4cb1fb9214319a629fc51',
2237 'info_dict': {
2238 'id': '21217',
2239 'display_id': '40-nochey-40-nights-2016',
2240 'ext': 'mp4',
2241 'title': '40 ночей (2016) - BogMedia.org',
2242 'thumbnail': 'https://bogmedia.org/contents/videos_screenshots/21000/21217/preview_480p.mp4.jpg',
2243 }
2244 },
2245 {
2246 # KVS Player (for sites that serve kt_player.js via non-https urls)
2247 'url': 'http://www.camhub.world/embed/389508',
2248 'md5': 'fbe89af4cfb59c8fd9f34a202bb03e32',
2249 'info_dict': {
2250 'id': '389508',
2251 'display_id': 'syren-de-mer-onlyfans-05-07-2020have-a-happy-safe-holiday5f014e68a220979bdb8cd-source',
2252 'ext': 'mp4',
2253 'title': 'Syren De Mer onlyfans_05-07-2020Have_a_happy_safe_holiday5f014e68a220979bdb8cd_source / Embed плеер',
2254 'thumbnail': 'http://www.camhub.world/contents/videos_screenshots/389000/389508/preview.mp4.jpg',
2255 }
2256 },
2257 {
2258 # Reddit-hosted video that will redirect and be processed by RedditIE
2259 # Redirects to https://www.reddit.com/r/videos/comments/6rrwyj/that_small_heart_attack/
2260 'url': 'https://v.redd.it/zv89llsvexdz',
2261 'md5': '87f5f02f6c1582654146f830f21f8662',
2262 'info_dict': {
2263 'id': 'zv89llsvexdz',
2264 'ext': 'mp4',
2265 'timestamp': 1501941939.0,
2266 'title': 'That small heart attack.',
2267 'upload_date': '20170805',
2268 'uploader': 'Antw87'
2269 }
2270 },
2271 {
2272 # 1080p Reddit-hosted video that will redirect and be processed by RedditIE
2273 'url': 'https://v.redd.it/33hgok7dfbz71/',
2274 'md5': '7a1d587940242c9bb3bd6eb320b39258',
2275 'info_dict': {
2276 'id': '33hgok7dfbz71',
2277 'ext': 'mp4',
2278 'title': "The game Didn't want me to Knife that Guy I guess",
2279 'uploader': 'paraf1ve',
2280 'timestamp': 1636788683.0,
2281 'upload_date': '20211113'
2282 }
2283 },
2284 {
2285 # MainStreaming player
2286 'url': 'https://www.lactv.it/2021/10/03/lac-news24-la-settimana-03-10-2021/',
2287 'info_dict': {
2288 'id': 'EUlZfGWkGpOd',
2289 'title': 'La Settimana ',
2290 'description': '03 Ottobre ore 02:00',
2291 'ext': 'mp4',
2292 'live_status': 'not_live',
2293 'thumbnail': r're:https?://[A-Za-z0-9-]*\.msvdn.net/image/\w+/poster',
2294 'duration': 1512
2295 }
2296 },
2297 {
2298 # Multiple gfycat iframe embeds
2299 'url': 'https://www.gezip.net/bbs/board.php?bo_table=entertaine&wr_id=613422',
2300 'info_dict': {
2301 'title': '재이, 윤, 세은 황금 드레스를 입고 빛난다',
2302 'id': 'board'
2303 },
2304 'playlist_count': 8,
2305 },
2306 {
2307 # Multiple gfycat gifs (direct links)
2308 'url': 'https://www.gezip.net/bbs/board.php?bo_table=entertaine&wr_id=612199',
2309 'info_dict': {
2310 'title': '옳게 된 크롭 니트 스테이씨 아이사',
2311 'id': 'board'
2312 },
2313 'playlist_count': 6
2314 },
2315 {
2316 # Multiple gfycat embeds, with uppercase "IFR" in urls
2317 'url': 'https://kkzz.kr/?vid=2295',
2318 'info_dict': {
2319 'title': '지방시 앰버서더 에스파 카리나 움짤',
2320 'id': '?vid=2295'
2321 },
2322 'playlist_count': 9
2323 },
2324 {
2325 # Panopto embeds
2326 'url': 'https://www.monash.edu/learning-teaching/teachhq/learning-technologies/panopto/how-to/insert-a-quiz-into-a-panopto-video',
2327 'info_dict': {
2328 'ext': 'mp4',
2329 'id': '0bd3f16c-824a-436a-8486-ac5900693aef',
2330 'title': 'Quizzes in Panopto',
2331 },
2332 },
2333 {
2334 # Ruutu embed
2335 'url': 'https://www.nelonen.fi/ohjelmat/madventures-suomi/2160731-riku-ja-tunna-lahtevat-peurajahtiin-tv-sta-tutun-biologin-kanssa---metsastysreissu-huipentuu-kasvissyojan-painajaiseen',
2336 'md5': 'a2513a98d3496099e6eced40f7e6a14b',
2337 'info_dict': {
2338 'id': '4044426',
2339 'ext': 'mp4',
2340 'title': 'Riku ja Tunna lähtevät peurajahtiin tv:stä tutun biologin kanssa – metsästysreissu huipentuu kasvissyöjän painajaiseen!',
2341 'thumbnail': r're:^https?://.+\.jpg$',
2342 'duration': 108,
2343 'series': 'Madventures Suomi',
2344 'description': 'md5:aa55b44bd06a1e337a6f1d0b46507381',
2345 'categories': ['Matkailu', 'Elämäntyyli'],
2346 'age_limit': 0,
2347 'upload_date': '20220308',
2348 },
2349 },
2350 {
2351 # Multiple Ruutu embeds
2352 'url': 'https://www.hs.fi/kotimaa/art-2000008762560.html',
2353 'info_dict': {
2354 'title': 'Koronavirus | Epidemiahuippu voi olla Suomessa ohi, mutta koronaviruksen poistamista yleisvaarallisten tautien joukosta harkitaan vasta syksyllä',
2355 'id': 'art-2000008762560'
2356 },
2357 'playlist_count': 3
2358 },
2359 {
2360 # Ruutu embed in hs.fi with a single video
2361 'url': 'https://www.hs.fi/kotimaa/art-2000008793421.html',
2362 'md5': 'f8964e65d8fada6e8a562389bf366bb4',
2363 'info_dict': {
2364 'id': '4081841',
2365 'ext': 'mp4',
2366 'title': 'Puolustusvoimat siirsi panssariajoneuvoja harjoituksiin Niinisaloon 2.5.2022',
2367 'thumbnail': r're:^https?://.+\.jpg$',
2368 'duration': 138,
2369 'age_limit': 0,
2370 'upload_date': '20220504',
2371 },
2372 },
2373 {
2374 # Webpage contains double BOM
2375 'url': 'https://www.filmarkivet.se/movies/paris-d-moll/',
2376 'md5': 'df02cadc719dcc63d43288366f037754',
2377 'info_dict': {
2378 'id': 'paris-d-moll',
2379 'ext': 'mp4',
2380 'upload_date': '20220518',
2381 'title': 'Paris d-moll',
2382 'description': 'md5:319e37ea5542293db37e1e13072fe330',
2383 'thumbnail': 'https://www.filmarkivet.se/wp-content/uploads/parisdmoll2.jpg',
2384 'timestamp': 1652833414,
2385 'age_limit': 0,
2386 }
2387 },
2388 {
2389 'url': 'https://www.mollymovieclub.com/p/interstellar?s=r#details',
2390 'md5': '198bde8bed23d0b23c70725c83c9b6d9',
2391 'info_dict': {
2392 'id': '53602801',
2393 'ext': 'mpga',
2394 'title': 'Interstellar',
2395 'description': 'Listen now | Episode One',
2396 'thumbnail': 'md5:c30d9c83f738e16d8551d7219d321538',
2397 'uploader': 'Molly Movie Club',
2398 'uploader_id': '839621',
2399 },
2400 },
2401 {
2402 'url': 'https://www.blockedandreported.org/p/episode-117-lets-talk-about-depp?s=r',
2403 'md5': 'c0cc44ee7415daeed13c26e5b56d6aa0',
2404 'info_dict': {
2405 'id': '57962052',
2406 'ext': 'mpga',
2407 'title': 'md5:855b2756f0ee10f6723fa00b16266f8d',
2408 'description': 'md5:fe512a5e94136ad260c80bde00ea4eef',
2409 'thumbnail': 'md5:2218f27dfe517bb5ac16c47d0aebac59',
2410 'uploader': 'Blocked and Reported',
2411 'uploader_id': '500230',
2412 },
2413 },
2414 {
2415 'url': 'https://www.skimag.com/video/ski-people-1980/',
2416 'md5': '022a7e31c70620ebec18deeab376ee03',
2417 'info_dict': {
2418 'id': 'YTmgRiNU',
2419 'ext': 'mp4',
2420 'title': '1980 Ski People',
2421 'timestamp': 1610407738,
2422 'description': 'md5:cf9c3d101452c91e141f292b19fe4843',
2423 'thumbnail': 'https://cdn.jwplayer.com/v2/media/YTmgRiNU/poster.jpg?width=720',
2424 'duration': 5688.0,
2425 'upload_date': '20210111',
2426 }
2427 },
2428 {
2429 'note': 'Rumble embed',
2430 'url': 'https://rumble.com/vdmum1-moose-the-dog-helps-girls-dig-a-snow-fort.html',
2431 'md5': '53af34098a7f92c4e51cf0bd1c33f009',
2432 'info_dict': {
2433 'id': 'vb0ofn',
2434 'ext': 'mp4',
2435 'timestamp': 1612662578,
2436 'uploader': 'LovingMontana',
2437 'channel': 'LovingMontana',
2438 'upload_date': '20210207',
2439 'title': 'Winter-loving dog helps girls dig a snow fort ',
2440 'channel_url': 'https://rumble.com/c/c-546523',
2441 'thumbnail': 'https://sp.rmbl.ws/s8/1/5/f/x/x/5fxxb.OvCc.1-small-Moose-The-Dog-Helps-Girls-D.jpg',
2442 'duration': 103,
2443 }
2444 },
2445 {
2446 'note': 'Rumble JS embed',
2447 'url': 'https://therightscoop.com/what-does-9-plus-1-plus-1-equal-listen-to-this-audio-of-attempted-kavanaugh-assassins-call-and-youll-get-it',
2448 'md5': '4701209ac99095592e73dbba21889690',
2449 'info_dict': {
2450 'id': 'v15eqxl',
2451 'ext': 'mp4',
2452 'channel': 'Mr Producer Media',
2453 'duration': 92,
2454 'title': '911 Audio From The Man Who Wanted To Kill Supreme Court Justice Kavanaugh',
2455 'channel_url': 'https://rumble.com/c/RichSementa',
2456 'thumbnail': 'https://sp.rmbl.ws/s8/1/P/j/f/A/PjfAe.OvCc-small-911-Audio-From-The-Man-Who-.jpg',
2457 'timestamp': 1654892716,
2458 'uploader': 'Mr Producer Media',
2459 'upload_date': '20220610',
2460 }
2461 },
2462 {
2463 'note': 'JSON LD with multiple @type',
2464 'url': 'https://www.nu.nl/280161/video/hoe-een-bladvlo-dit-verwoestende-japanse-onkruid-moet-vernietigen.html',
2465 'md5': 'c7949f34f57273013fb7ccb1156393db',
2466 'info_dict': {
2467 'id': 'ipy2AcGL',
2468 'ext': 'mp4',
2469 'description': 'md5:6a9d644bab0dc2dc06849c2505d8383d',
2470 'thumbnail': r're:https://media\.nu\.nl/m/.+\.jpg',
2471 'title': 'Hoe een bladvlo dit verwoestende Japanse onkruid moet vernietigen',
2472 'timestamp': 1586577474,
2473 'upload_date': '20200411',
2474 'age_limit': 0,
2475 'duration': 111.0,
2476 }
2477 },
2478 ]
2479
2480 def report_following_redirect(self, new_url):
2481 """Report information extraction."""
2482 self._downloader.to_screen('[redirect] Following redirect to %s' % new_url)
2483
2484 def report_detected(self, name, num=1, note=None):
2485 if num > 1:
2486 name += 's'
2487 elif not num:
2488 return
2489 else:
2490 num = 'a'
2491
2492 self._downloader.write_debug(f'Identified {num} {name}{format_field(note, None, "; %s")}')
2493
2494 def _extract_rss(self, url, video_id, doc):
2495 NS_MAP = {
2496 'itunes': 'http://www.itunes.com/dtds/podcast-1.0.dtd',
2497 }
2498
2499 entries = []
2500 for it in doc.findall('./channel/item'):
2501 next_url = next(
2502 (e.attrib.get('url') for e in it.findall('./enclosure')),
2503 xpath_text(it, 'link', fatal=False))
2504 if not next_url:
2505 continue
2506
2507 guid = try_call(lambda: it.find('guid').text)
2508 if guid:
2509 next_url = smuggle_url(next_url, {'force_videoid': guid})
2510
2511 def itunes(key):
2512 return xpath_text(it, xpath_with_ns(f'./itunes:{key}', NS_MAP), default=None)
2513
2514 entries.append({
2515 '_type': 'url_transparent',
2516 'url': next_url,
2517 'title': try_call(lambda: it.find('title').text),
2518 'description': xpath_text(it, 'description', default=None),
2519 'timestamp': unified_timestamp(xpath_text(it, 'pubDate', default=None)),
2520 'duration': parse_duration(itunes('duration')),
2521 'thumbnail': url_or_none(xpath_attr(it, xpath_with_ns('./itunes:image', NS_MAP), 'href')),
2522 'episode': itunes('title'),
2523 'episode_number': int_or_none(itunes('episode')),
2524 'season_number': int_or_none(itunes('season')),
2525 'age_limit': {'true': 18, 'yes': 18, 'false': 0, 'no': 0}.get((itunes('explicit') or '').lower()),
2526 })
2527
2528 return {
2529 '_type': 'playlist',
2530 'id': url,
2531 'title': try_call(lambda: doc.find('./channel/title').text),
2532 'description': try_call(lambda: doc.find('./channel/description').text),
2533 'entries': entries,
2534 }
2535
2536 def _kvs_getrealurl(self, video_url, license_code):
2537 if not video_url.startswith('function/0/'):
2538 return video_url # not obfuscated
2539
2540 url_path, _, url_query = video_url.partition('?')
2541 urlparts = url_path.split('/')[2:]
2542 license = self._kvs_getlicensetoken(license_code)
2543 newmagic = urlparts[5][:32]
2544
2545 for o in range(len(newmagic) - 1, -1, -1):
2546 new = ''
2547 l = (o + sum(int(n) for n in license[o:])) % 32
2548
2549 for i in range(0, len(newmagic)):
2550 if i == o:
2551 new += newmagic[l]
2552 elif i == l:
2553 new += newmagic[o]
2554 else:
2555 new += newmagic[i]
2556 newmagic = new
2557
2558 urlparts[5] = newmagic + urlparts[5][32:]
2559 return '/'.join(urlparts) + '?' + url_query
2560
2561 def _kvs_getlicensetoken(self, license):
2562 modlicense = license.replace('$', '').replace('0', '1')
2563 center = int(len(modlicense) / 2)
2564 fronthalf = int(modlicense[:center + 1])
2565 backhalf = int(modlicense[center:])
2566
2567 modlicense = str(4 * abs(fronthalf - backhalf))
2568 retval = ''
2569 for o in range(0, center + 1):
2570 for i in range(1, 5):
2571 retval += str((int(license[o + i]) + int(modlicense[o])) % 10)
2572 return retval
2573
2574 def _real_extract(self, url):
2575 if url.startswith('//'):
2576 return self.url_result(self.http_scheme() + url)
2577
2578 parsed_url = urllib.parse.urlparse(url)
2579 if not parsed_url.scheme:
2580 default_search = self.get_param('default_search')
2581 if default_search is None:
2582 default_search = 'fixup_error'
2583
2584 if default_search in ('auto', 'auto_warning', 'fixup_error'):
2585 if re.match(r'^[^\s/]+\.[^\s/]+/', url):
2586 self.report_warning('The url doesn\'t specify the protocol, trying with http')
2587 return self.url_result('http://' + url)
2588 elif default_search != 'fixup_error':
2589 if default_search == 'auto_warning':
2590 if re.match(r'^(?:url|URL)$', url):
2591 raise ExtractorError(
2592 'Invalid URL: %r . Call yt-dlp like this: yt-dlp -v "https://www.youtube.com/watch?v=BaW_jenozKc" ' % url,
2593 expected=True)
2594 else:
2595 self.report_warning(
2596 'Falling back to youtube search for %s . Set --default-search "auto" to suppress this warning.' % url)
2597 return self.url_result('ytsearch:' + url)
2598
2599 if default_search in ('error', 'fixup_error'):
2600 raise ExtractorError(
2601 '%r is not a valid URL. '
2602 'Set --default-search "ytsearch" (or run yt-dlp "ytsearch:%s" ) to search YouTube'
2603 % (url, url), expected=True)
2604 else:
2605 if ':' not in default_search:
2606 default_search += ':'
2607 return self.url_result(default_search + url)
2608
2609 url, smuggled_data = unsmuggle_url(url, {})
2610 force_videoid = None
2611 is_intentional = smuggled_data.get('to_generic')
2612 if 'force_videoid' in smuggled_data:
2613 force_videoid = smuggled_data['force_videoid']
2614 video_id = force_videoid
2615 else:
2616 video_id = self._generic_id(url)
2617
2618 # Some webservers may serve compressed content of rather big size (e.g. gzipped flac)
2619 # making it impossible to download only chunk of the file (yet we need only 512kB to
2620 # test whether it's HTML or not). According to yt-dlp default Accept-Encoding
2621 # that will always result in downloading the whole file that is not desirable.
2622 # Therefore for extraction pass we have to override Accept-Encoding to any in order
2623 # to accept raw bytes and being able to download only a chunk.
2624 # It may probably better to solve this by checking Content-Type for application/octet-stream
2625 # after a HEAD request, but not sure if we can rely on this.
2626 full_response = self._request_webpage(url, video_id, headers={
2627 'Accept-Encoding': '*',
2628 **smuggled_data.get('http_headers', {})
2629 })
2630 new_url = full_response.geturl()
2631 if url != new_url:
2632 self.report_following_redirect(new_url)
2633 if force_videoid:
2634 new_url = smuggle_url(new_url, {'force_videoid': force_videoid})
2635 return self.url_result(new_url)
2636
2637 info_dict = {
2638 'id': video_id,
2639 'title': self._generic_title(url),
2640 'timestamp': unified_timestamp(full_response.headers.get('Last-Modified'))
2641 }
2642
2643 # Check for direct link to a video
2644 content_type = full_response.headers.get('Content-Type', '').lower()
2645 m = re.match(r'^(?P<type>audio|video|application(?=/(?:ogg$|(?:vnd\.apple\.|x-)?mpegurl)))/(?P<format_id>[^;\s]+)', content_type)
2646 if m:
2647 self.report_detected('direct video link')
2648 headers = smuggled_data.get('http_headers', {})
2649 format_id = str(m.group('format_id'))
2650 subtitles = {}
2651 if format_id.endswith('mpegurl'):
2652 formats, subtitles = self._extract_m3u8_formats_and_subtitles(url, video_id, 'mp4', headers=headers)
2653 elif format_id.endswith('mpd') or format_id.endswith('dash+xml'):
2654 formats, subtitles = self._extract_mpd_formats_and_subtitles(url, video_id, headers=headers)
2655 elif format_id == 'f4m':
2656 formats = self._extract_f4m_formats(url, video_id, headers=headers)
2657 else:
2658 formats = [{
2659 'format_id': format_id,
2660 'url': url,
2661 'vcodec': 'none' if m.group('type') == 'audio' else None
2662 }]
2663 info_dict['direct'] = True
2664 self._sort_formats(formats)
2665 info_dict.update({
2666 'formats': formats,
2667 'subtitles': subtitles,
2668 'http_headers': headers,
2669 })
2670 return info_dict
2671
2672 if not self.get_param('test', False) and not is_intentional:
2673 force = self.get_param('force_generic_extractor', False)
2674 self.report_warning('%s generic information extractor' % ('Forcing' if force else 'Falling back on'))
2675
2676 first_bytes = full_response.read(512)
2677
2678 # Is it an M3U playlist?
2679 if first_bytes.startswith(b'#EXTM3U'):
2680 self.report_detected('M3U playlist')
2681 info_dict['formats'], info_dict['subtitles'] = self._extract_m3u8_formats_and_subtitles(url, video_id, 'mp4')
2682 self._sort_formats(info_dict['formats'])
2683 return info_dict
2684
2685 # Maybe it's a direct link to a video?
2686 # Be careful not to download the whole thing!
2687 if not is_html(first_bytes):
2688 self.report_warning(
2689 'URL could be a direct video link, returning it as such.')
2690 info_dict.update({
2691 'direct': True,
2692 'url': url,
2693 })
2694 return info_dict
2695
2696 webpage = self._webpage_read_content(
2697 full_response, url, video_id, prefix=first_bytes)
2698
2699 if '<title>DPG Media Privacy Gate</title>' in webpage:
2700 webpage = self._download_webpage(url, video_id)
2701
2702 self.report_extraction(video_id)
2703
2704 # Is it an RSS feed, a SMIL file, an XSPF playlist or a MPD manifest?
2705 try:
2706 try:
2707 doc = compat_etree_fromstring(webpage)
2708 except xml.etree.ElementTree.ParseError:
2709 doc = compat_etree_fromstring(webpage.encode('utf-8'))
2710 if doc.tag == 'rss':
2711 self.report_detected('RSS feed')
2712 return self._extract_rss(url, video_id, doc)
2713 elif doc.tag == 'SmoothStreamingMedia':
2714 info_dict['formats'], info_dict['subtitles'] = self._parse_ism_formats_and_subtitles(doc, url)
2715 self.report_detected('ISM manifest')
2716 self._sort_formats(info_dict['formats'])
2717 return info_dict
2718 elif re.match(r'^(?:{[^}]+})?smil$', doc.tag):
2719 smil = self._parse_smil(doc, url, video_id)
2720 self.report_detected('SMIL file')
2721 self._sort_formats(smil['formats'])
2722 return smil
2723 elif doc.tag == '{http://xspf.org/ns/0/}playlist':
2724 self.report_detected('XSPF playlist')
2725 return self.playlist_result(
2726 self._parse_xspf(
2727 doc, video_id, xspf_url=url,
2728 xspf_base_url=full_response.geturl()),
2729 video_id)
2730 elif re.match(r'(?i)^(?:{[^}]+})?MPD$', doc.tag):
2731 info_dict['formats'], info_dict['subtitles'] = self._parse_mpd_formats_and_subtitles(
2732 doc,
2733 mpd_base_url=full_response.geturl().rpartition('/')[0],
2734 mpd_url=url)
2735 self.report_detected('DASH manifest')
2736 self._sort_formats(info_dict['formats'])
2737 return info_dict
2738 elif re.match(r'^{http://ns\.adobe\.com/f4m/[12]\.0}manifest$', doc.tag):
2739 info_dict['formats'] = self._parse_f4m_formats(doc, url, video_id)
2740 self.report_detected('F4M manifest')
2741 self._sort_formats(info_dict['formats'])
2742 return info_dict
2743 except xml.etree.ElementTree.ParseError:
2744 pass
2745
2746 info_dict.update({
2747 # it's tempting to parse this further, but you would
2748 # have to take into account all the variations like
2749 # Video Title - Site Name
2750 # Site Name | Video Title
2751 # Video Title - Tagline | Site Name
2752 # and so on and so forth; it's just not practical
2753 'title': (self._og_search_title(webpage, default=None)
2754 or self._html_extract_title(webpage, 'video title', default='video')),
2755 'description': self._og_search_description(webpage, default=None),
2756 'thumbnail': self._og_search_thumbnail(webpage, default=None),
2757 'age_limit': self._rta_search(webpage),
2758 })
2759
2760 domain_name = self._search_regex(r'^(?:https?://)?([^/]*)/.*', url, 'video uploader', default=None)
2761
2762 # Sometimes embedded video player is hidden behind percent encoding
2763 # (e.g. https://github.com/ytdl-org/youtube-dl/issues/2448)
2764 # Unescaping the whole page allows to handle those cases in a generic way
2765 # FIXME: unescaping the whole page may break URLs, commenting out for now.
2766 # There probably should be a second run of generic extractor on unescaped webpage.
2767 # webpage = urllib.parse.unquote(webpage)
2768
2769 # Unescape squarespace embeds to be detected by generic extractor,
2770 # see https://github.com/ytdl-org/youtube-dl/issues/21294
2771 webpage = re.sub(
2772 r'<div[^>]+class=[^>]*?\bsqs-video-wrapper\b[^>]*>',
2773 lambda x: unescapeHTML(x.group(0)), webpage)
2774
2775 # TODO: Move to respective extractors
2776 self._downloader.write_debug('Looking for Brightcove embeds')
2777 bc_urls = BrightcoveLegacyIE._extract_brightcove_urls(webpage)
2778 if bc_urls:
2779 entries = [{
2780 '_type': 'url',
2781 'url': smuggle_url(bc_url, {'Referer': url}),
2782 'ie_key': 'BrightcoveLegacy'
2783 } for bc_url in bc_urls]
2784
2785 return {
2786 '_type': 'playlist',
2787 'title': info_dict['title'],
2788 'id': video_id,
2789 'entries': entries,
2790 }
2791 bc_urls = BrightcoveNewIE._extract_brightcove_urls(self, webpage)
2792 if bc_urls:
2793 return self.playlist_from_matches(
2794 bc_urls, video_id, info_dict['title'],
2795 getter=lambda x: smuggle_url(x, {'referrer': url}),
2796 ie='BrightcoveNew')
2797
2798 self._downloader.write_debug('Looking for embeds')
2799 embeds = []
2800 for ie in self._downloader._ies.values():
2801 gen = ie.extract_from_webpage(self._downloader, url, webpage)
2802 current_embeds = []
2803 try:
2804 while True:
2805 current_embeds.append(next(gen))
2806 except self.StopExtraction:
2807 self.report_detected(f'{ie.IE_NAME} exclusive embed', len(current_embeds),
2808 embeds and 'discarding other embeds')
2809 embeds = current_embeds
2810 break
2811 except StopIteration:
2812 self.report_detected(f'{ie.IE_NAME} embed', len(current_embeds))
2813 embeds.extend(current_embeds)
2814
2815 del current_embeds
2816 if len(embeds) == 1:
2817 return {**info_dict, **embeds[0]}
2818 elif embeds:
2819 return self.playlist_result(embeds, **info_dict)
2820
2821 jwplayer_data = self._find_jwplayer_data(
2822 webpage, video_id, transform_source=js_to_json)
2823 if jwplayer_data:
2824 if isinstance(jwplayer_data.get('playlist'), str):
2825 self.report_detected('JW Player playlist')
2826 return {
2827 **info_dict,
2828 '_type': 'url',
2829 'ie_key': 'JWPlatform',
2830 'url': jwplayer_data['playlist'],
2831 }
2832 try:
2833 info = self._parse_jwplayer_data(
2834 jwplayer_data, video_id, require_title=False, base_url=url)
2835 if traverse_obj(info, 'formats', ('entries', ..., 'formats')):
2836 self.report_detected('JW Player data')
2837 return merge_dicts(info, info_dict)
2838 except ExtractorError:
2839 # See https://github.com/ytdl-org/youtube-dl/pull/16735
2840 pass
2841
2842 # Video.js embed
2843 mobj = re.search(
2844 r'(?s)\bvideojs\s*\(.+?([a-zA-Z0-9_$]+)\.src\s*\(\s*((?:\[.+?\]|{.+?}))\s*\)\s*;',
2845 webpage)
2846 if mobj is not None:
2847 varname = mobj.group(1)
2848 sources = self._parse_json(
2849 mobj.group(2), video_id, transform_source=js_to_json,
2850 fatal=False) or []
2851 if not isinstance(sources, list):
2852 sources = [sources]
2853 formats = []
2854 subtitles = {}
2855 for source in sources:
2856 src = source.get('src')
2857 if not src or not isinstance(src, str):
2858 continue
2859 src = urllib.parse.urljoin(url, src)
2860 src_type = source.get('type')
2861 if isinstance(src_type, str):
2862 src_type = src_type.lower()
2863 ext = determine_ext(src).lower()
2864 if src_type == 'video/youtube':
2865 return self.url_result(src, YoutubeIE.ie_key())
2866 if src_type == 'application/dash+xml' or ext == 'mpd':
2867 fmts, subs = self._extract_mpd_formats_and_subtitles(
2868 src, video_id, mpd_id='dash', fatal=False)
2869 formats.extend(fmts)
2870 self._merge_subtitles(subs, target=subtitles)
2871 elif src_type == 'application/x-mpegurl' or ext == 'm3u8':
2872 fmts, subs = self._extract_m3u8_formats_and_subtitles(
2873 src, video_id, 'mp4', entry_protocol='m3u8_native',
2874 m3u8_id='hls', fatal=False)
2875 formats.extend(fmts)
2876 self._merge_subtitles(subs, target=subtitles)
2877 else:
2878 formats.append({
2879 'url': src,
2880 'ext': (mimetype2ext(src_type)
2881 or ext if ext in KNOWN_EXTENSIONS else 'mp4'),
2882 'http_headers': {
2883 'Referer': full_response.geturl(),
2884 },
2885 })
2886 # https://docs.videojs.com/player#addRemoteTextTrack
2887 # https://html.spec.whatwg.org/multipage/media.html#htmltrackelement
2888 for sub_match in re.finditer(rf'(?s){re.escape(varname)}' r'\.addRemoteTextTrack\(({.+?})\s*,\s*(?:true|false)\)', webpage):
2889 sub = self._parse_json(
2890 sub_match.group(1), video_id, transform_source=js_to_json, fatal=False) or {}
2891 src = str_or_none(sub.get('src'))
2892 if not src:
2893 continue
2894 subtitles.setdefault(dict_get(sub, ('language', 'srclang')) or 'und', []).append({
2895 'url': urllib.parse.urljoin(url, src),
2896 'name': sub.get('label'),
2897 'http_headers': {
2898 'Referer': full_response.geturl(),
2899 },
2900 })
2901 if formats or subtitles:
2902 self.report_detected('video.js embed')
2903 self._sort_formats(formats)
2904 info_dict['formats'] = formats
2905 info_dict['subtitles'] = subtitles
2906 return info_dict
2907
2908 # Looking for http://schema.org/VideoObject
2909 json_ld = self._search_json_ld(webpage, video_id, default={})
2910 if json_ld.get('url') not in (url, None):
2911 self.report_detected('JSON LD')
2912 return merge_dicts({
2913 '_type': 'video' if json_ld.get('ext') else 'url_transparent',
2914 'url': smuggle_url(json_ld['url'], {
2915 'force_videoid': video_id,
2916 'to_generic': True,
2917 'http_headers': {'Referer': url},
2918 }),
2919 }, json_ld, info_dict)
2920
2921 def check_video(vurl):
2922 if YoutubeIE.suitable(vurl):
2923 return True
2924 if RtmpIE.suitable(vurl):
2925 return True
2926 vpath = urllib.parse.urlparse(vurl).path
2927 vext = determine_ext(vpath, None)
2928 return vext not in (None, 'swf', 'png', 'jpg', 'srt', 'sbv', 'sub', 'vtt', 'ttml', 'js', 'xml')
2929
2930 def filter_video(urls):
2931 return list(filter(check_video, urls))
2932
2933 # Start with something easy: JW Player in SWFObject
2934 found = filter_video(re.findall(r'flashvars: [\'"](?:.*&)?file=(http[^\'"&]*)', webpage))
2935 if found:
2936 self.report_detected('JW Player in SFWObject')
2937 else:
2938 # Look for gorilla-vid style embedding
2939 found = filter_video(re.findall(r'''(?sx)
2940 (?:
2941 jw_plugins|
2942 JWPlayerOptions|
2943 jwplayer\s*\(\s*["'][^'"]+["']\s*\)\s*\.setup
2944 )
2945 .*?
2946 ['"]?file['"]?\s*:\s*["\'](.*?)["\']''', webpage))
2947 if found:
2948 self.report_detected('JW Player embed')
2949 if not found:
2950 # Look for generic KVS player
2951 found = re.search(r'<script [^>]*?src="https?://.+?/kt_player\.js\?v=(?P<ver>(?P<maj_ver>\d+)(\.\d+)+)".*?>', webpage)
2952 if found:
2953 self.report_detected('KWS Player')
2954 if found.group('maj_ver') not in ['4', '5']:
2955 self.report_warning('Untested major version (%s) in player engine--Download may fail.' % found.group('ver'))
2956 flashvars = re.search(r'(?ms)<script.*?>.*?var\s+flashvars\s*=\s*(\{.*?\});.*?</script>', webpage)
2957 flashvars = self._parse_json(flashvars.group(1), video_id, transform_source=js_to_json)
2958
2959 # extract the part after the last / as the display_id from the
2960 # canonical URL.
2961 display_id = self._search_regex(
2962 r'(?:<link href="https?://[^"]+/(.+?)/?" rel="canonical"\s*/?>'
2963 r'|<link rel="canonical" href="https?://[^"]+/(.+?)/?"\s*/?>)',
2964 webpage, 'display_id', fatal=False
2965 )
2966 title = self._html_search_regex(r'<(?:h1|title)>(?:Video: )?(.+?)</(?:h1|title)>', webpage, 'title')
2967
2968 thumbnail = flashvars['preview_url']
2969 if thumbnail.startswith('//'):
2970 protocol, _, _ = url.partition('/')
2971 thumbnail = protocol + thumbnail
2972
2973 url_keys = list(filter(re.compile(r'video_url|video_alt_url\d*').fullmatch, flashvars.keys()))
2974 formats = []
2975 for key in url_keys:
2976 if '/get_file/' not in flashvars[key]:
2977 continue
2978 format_id = flashvars.get(f'{key}_text', key)
2979 formats.append({
2980 'url': self._kvs_getrealurl(flashvars[key], flashvars['license_code']),
2981 'format_id': format_id,
2982 'ext': 'mp4',
2983 **(parse_resolution(format_id) or parse_resolution(flashvars[key]))
2984 })
2985 if not formats[-1].get('height'):
2986 formats[-1]['quality'] = 1
2987
2988 self._sort_formats(formats)
2989
2990 return {
2991 'id': flashvars['video_id'],
2992 'display_id': display_id,
2993 'title': title,
2994 'thumbnail': thumbnail,
2995 'formats': formats,
2996 }
2997 if not found:
2998 # Broaden the search a little bit
2999 found = filter_video(re.findall(r'[^A-Za-z0-9]?(?:file|source)=(http[^\'"&]*)', webpage))
3000 if found:
3001 self.report_detected('video file')
3002 if not found:
3003 # Broaden the findall a little bit: JWPlayer JS loader
3004 found = filter_video(re.findall(
3005 r'[^A-Za-z0-9]?(?:file|video_url)["\']?:\s*["\'](http(?![^\'"]+\.[0-9]+[\'"])[^\'"]+)["\']', webpage))
3006 if found:
3007 self.report_detected('JW Player JS loader')
3008 if not found:
3009 # Flow player
3010 found = filter_video(re.findall(r'''(?xs)
3011 flowplayer\("[^"]+",\s*
3012 \{[^}]+?\}\s*,
3013 \s*\{[^}]+? ["']?clip["']?\s*:\s*\{\s*
3014 ["']?url["']?\s*:\s*["']([^"']+)["']
3015 ''', webpage))
3016 if found:
3017 self.report_detected('Flow Player')
3018 if not found:
3019 # Cinerama player
3020 found = re.findall(
3021 r"cinerama\.embedPlayer\(\s*\'[^']+\',\s*'([^']+)'", webpage)
3022 if found:
3023 self.report_detected('Cinerama player')
3024 if not found:
3025 # Try to find twitter cards info
3026 # twitter:player:stream should be checked before twitter:player since
3027 # it is expected to contain a raw stream (see
3028 # https://dev.twitter.com/cards/types/player#On_twitter.com_via_desktop_browser)
3029 found = filter_video(re.findall(
3030 r'<meta (?:property|name)="twitter:player:stream" (?:content|value)="(.+?)"', webpage))
3031 if found:
3032 self.report_detected('Twitter card')
3033 if not found:
3034 # We look for Open Graph info:
3035 # We have to match any number spaces between elements, some sites try to align them, e.g.: statigr.am
3036 m_video_type = re.findall(r'<meta.*?property="og:video:type".*?content="video/(.*?)"', webpage)
3037 # We only look in og:video if the MIME type is a video, don't try if it's a Flash player:
3038 if m_video_type is not None:
3039 found = filter_video(re.findall(r'<meta.*?property="og:(?:video|audio)".*?content="(.*?)"', webpage))
3040 if found:
3041 self.report_detected('Open Graph video info')
3042 if not found:
3043 REDIRECT_REGEX = r'[0-9]{,2};\s*(?:URL|url)=\'?([^\'"]+)'
3044 found = re.search(
3045 r'(?i)<meta\s+(?=(?:[a-z-]+="[^"]+"\s+)*http-equiv="refresh")'
3046 r'(?:[a-z-]+="[^"]+"\s+)*?content="%s' % REDIRECT_REGEX,
3047 webpage)
3048 if not found:
3049 # Look also in Refresh HTTP header
3050 refresh_header = full_response.headers.get('Refresh')
3051 if refresh_header:
3052 found = re.search(REDIRECT_REGEX, refresh_header)
3053 if found:
3054 new_url = urllib.parse.urljoin(url, unescapeHTML(found.group(1)))
3055 if new_url != url:
3056 self.report_following_redirect(new_url)
3057 return {
3058 '_type': 'url',
3059 'url': new_url,
3060 }
3061 else:
3062 found = None
3063
3064 if not found:
3065 # twitter:player is a https URL to iframe player that may or may not
3066 # be supported by yt-dlp thus this is checked the very last (see
3067 # https://dev.twitter.com/cards/types/player#On_twitter.com_via_desktop_browser)
3068 embed_url = self._html_search_meta('twitter:player', webpage, default=None)
3069 if embed_url and embed_url != url:
3070 self.report_detected('twitter:player iframe')
3071 return self.url_result(embed_url)
3072
3073 if not found:
3074 raise UnsupportedError(url)
3075
3076 entries = []
3077 for video_url in orderedSet(found):
3078 video_url = unescapeHTML(video_url)
3079 video_url = video_url.replace('\\/', '/')
3080 video_url = urllib.parse.urljoin(url, video_url)
3081 video_id = urllib.parse.unquote(os.path.basename(video_url))
3082
3083 # Sometimes, jwplayer extraction will result in a YouTube URL
3084 if YoutubeIE.suitable(video_url):
3085 entries.append(self.url_result(video_url, 'Youtube'))
3086 continue
3087
3088 video_id = os.path.splitext(video_id)[0]
3089 headers = {
3090 'referer': full_response.geturl()
3091 }
3092
3093 entry_info_dict = {
3094 'id': video_id,
3095 'uploader': domain_name,
3096 'title': info_dict['title'],
3097 'age_limit': info_dict['age_limit'],
3098 'http_headers': headers,
3099 }
3100
3101 if RtmpIE.suitable(video_url):
3102 entry_info_dict.update({
3103 '_type': 'url_transparent',
3104 'ie_key': RtmpIE.ie_key(),
3105 'url': video_url,
3106 })
3107 entries.append(entry_info_dict)
3108 continue
3109
3110 ext = determine_ext(video_url)
3111 if ext == 'smil':
3112 entry_info_dict = {**self._extract_smil_info(video_url, video_id), **entry_info_dict}
3113 elif ext == 'xspf':
3114 return self.playlist_result(self._extract_xspf_playlist(video_url, video_id), video_id)
3115 elif ext == 'm3u8':
3116 entry_info_dict['formats'], entry_info_dict['subtitles'] = self._extract_m3u8_formats_and_subtitles(video_url, video_id, ext='mp4', headers=headers)
3117 elif ext == 'mpd':
3118 entry_info_dict['formats'], entry_info_dict['subtitles'] = self._extract_mpd_formats_and_subtitles(video_url, video_id, headers=headers)
3119 elif ext == 'f4m':
3120 entry_info_dict['formats'] = self._extract_f4m_formats(video_url, video_id, headers=headers)
3121 elif re.search(r'(?i)\.(?:ism|smil)/manifest', video_url) and video_url != url:
3122 # Just matching .ism/manifest is not enough to be reliably sure
3123 # whether it's actually an ISM manifest or some other streaming
3124 # manifest since there are various streaming URL formats
3125 # possible (see [1]) as well as some other shenanigans like
3126 # .smil/manifest URLs that actually serve an ISM (see [2]) and
3127 # so on.
3128 # Thus the most reasonable way to solve this is to delegate
3129 # to generic extractor in order to look into the contents of
3130 # the manifest itself.
3131 # 1. https://azure.microsoft.com/en-us/documentation/articles/media-services-deliver-content-overview/#streaming-url-formats
3132 # 2. https://svs.itworkscdn.net/lbcivod/smil:itwfcdn/lbci/170976.smil/Manifest
3133 entry_info_dict = self.url_result(
3134 smuggle_url(video_url, {'to_generic': True}),
3135 GenericIE.ie_key())
3136 else:
3137 entry_info_dict['url'] = video_url
3138
3139 if entry_info_dict.get('formats'):
3140 self._sort_formats(entry_info_dict['formats'])
3141
3142 entries.append(entry_info_dict)
3143
3144 if len(entries) == 1:
3145 return merge_dicts(entries[0], info_dict)
3146 else:
3147 for num, e in enumerate(entries, start=1):
3148 # 'url' results don't have a title
3149 if e.get('title') is not None:
3150 e['title'] = '%s (%d)' % (e['title'], num)
3151 return {
3152 '_type': 'playlist',
3153 'entries': entries,
3154 }