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