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