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