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