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