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