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