]> jfr.im git - yt-dlp.git/blob - yt_dlp/extractor/generic.py
[cleanup] Misc
[yt-dlp.git] / yt_dlp / extractor / generic.py
1 import os
2 import re
3 import xml.etree.ElementTree
4
5 from .ant1newsgr import Ant1NewsGrEmbedIE
6 from .anvato import AnvatoIE
7 from .apa import APAIE
8 from .arcpublishing import ArcPublishingIE
9 from .arkena import ArkenaIE
10 from .arte import ArteTVEmbedIE
11 from .bitchute import BitChuteIE
12 from .blogger import BloggerIE
13 from .brightcove import BrightcoveLegacyIE, BrightcoveNewIE
14 from .channel9 import Channel9IE
15 from .cloudflarestream import CloudflareStreamIE
16 from .common import InfoExtractor
17 from .commonprotocols import RtmpIE
18 from .condenast import CondeNastIE
19 from .dailymail import DailyMailIE
20 from .dailymotion import DailymotionIE
21 from .dbtv import DBTVIE
22 from .digiteka import DigitekaIE
23 from .drtuber import DrTuberIE
24 from .eagleplatform import EaglePlatformIE
25 from .ertgr import ERTWebtvEmbedIE
26 from .expressen import ExpressenIE
27 from .facebook import FacebookIE
28 from .foxnews import FoxNewsIE
29 from .gedidigital import GediDigitalIE
30 from .gfycat import GfycatIE
31 from .glomex import GlomexEmbedIE
32 from .googledrive import GoogleDriveIE
33 from .indavideo import IndavideoEmbedIE
34 from .instagram import InstagramIE
35 from .joj import JojIE
36 from .jwplatform import JWPlatformIE
37 from .kaltura import KalturaIE
38 from .kinja import KinjaEmbedIE
39 from .limelight import LimelightBaseIE
40 from .mainstreaming import MainStreamingIE
41 from .medialaan import MedialaanIE
42 from .mediaset import MediasetIE
43 from .mediasite import MediasiteIE
44 from .megaphone import MegaphoneIE
45 from .megatvcom import MegaTVComEmbedIE
46 from .mofosex import MofosexEmbedIE
47 from .mtv import MTVServicesEmbeddedIE
48 from .myvi import MyviIE
49 from .nbc import NBCSportsVPlayerIE
50 from .nexx import NexxEmbedIE, NexxIE
51 from .odnoklassniki import OdnoklassnikiIE
52 from .onionstudios import OnionStudiosIE
53 from .ooyala import OoyalaIE
54 from .panopto import PanoptoBaseIE
55 from .peertube import PeerTubeIE
56 from .piksel import PikselIE
57 from .pladform import PladformIE
58 from .pornhub import PornHubIE
59 from .rcs import RCSEmbedsIE
60 from .redtube import RedTubeIE
61 from .rumble import RumbleEmbedIE
62 from .rutube import RutubeIE
63 from .rutv import RUTVIE
64 from .ruutu import RuutuIE
65 from .senategov import SenateISVPIE
66 from .simplecast import SimplecastIE
67 from .soundcloud import SoundcloudEmbedIE
68 from .spankwire import SpankwireIE
69 from .sportbox import SportBoxIE
70 from .spotify import SpotifyBaseIE
71 from .springboardplatform import SpringboardPlatformIE
72 from .substack import SubstackIE
73 from .svt import SVTIE
74 from .teachable import TeachableIE
75 from .ted import TedEmbedIE
76 from .theplatform import ThePlatformIE
77 from .threeqsdn import ThreeQSDNIE
78 from .tiktok import TikTokIE
79 from .tnaflix import TNAFlixNetworkEmbedIE
80 from .tube8 import Tube8IE
81 from .tunein import TuneInBaseIE
82 from .tvc import TVCIE
83 from .tvopengr import TVOpenGrEmbedIE
84 from .tvp import TVPEmbedIE
85 from .twentymin import TwentyMinutenIE
86 from .udn import UDNEmbedIE
87 from .ustream import UstreamIE
88 from .vbox7 import Vbox7IE
89 from .vice import ViceIE
90 from .videa import VideaIE
91 from .videomore import VideomoreIE
92 from .videopress import VideoPressIE
93 from .viewlift import ViewLiftEmbedIE
94 from .vimeo import VHXEmbedIE, VimeoIE
95 from .viqeo import ViqeoIE
96 from .vk import VKIE
97 from .vshare import VShareIE
98 from .vzaar import VzaarIE
99 from .washingtonpost import WashingtonPostIE
100 from .webcaster import WebcasterFeedIE
101 from .wimtv import WimTVIE
102 from .wistia import WistiaIE
103 from .xfileshare import XFileShareIE
104 from .xhamster import XHamsterEmbedIE
105 from .yapfiles import YapFilesIE
106 from .youporn import YouPornIE
107 from .youtube import YoutubeIE
108 from .zype import ZypeIE
109 from ..compat import (
110 compat_etree_fromstring,
111 compat_str,
112 compat_urllib_parse_unquote,
113 compat_urlparse,
114 )
115 from ..utils import (
116 KNOWN_EXTENSIONS,
117 ExtractorError,
118 HEADRequest,
119 UnsupportedError,
120 determine_ext,
121 dict_get,
122 float_or_none,
123 int_or_none,
124 is_html,
125 js_to_json,
126 merge_dicts,
127 mimetype2ext,
128 orderedSet,
129 parse_duration,
130 parse_resolution,
131 sanitized_Request,
132 smuggle_url,
133 str_or_none,
134 try_call,
135 unescapeHTML,
136 unified_timestamp,
137 unsmuggle_url,
138 url_or_none,
139 xpath_attr,
140 xpath_text,
141 xpath_with_ns,
142 )
143
144
145 class GenericIE(InfoExtractor):
146 IE_DESC = 'Generic downloader that works on some sites'
147 _VALID_URL = r'.*'
148 IE_NAME = 'generic'
149 _NETRC_MACHINE = False # Supress username warning
150 _TESTS = [
151 # Direct link to a video
152 {
153 'url': 'http://media.w3.org/2010/05/sintel/trailer.mp4',
154 'md5': '67d406c2bcb6af27fa886f31aa934bbe',
155 'info_dict': {
156 'id': 'trailer',
157 'ext': 'mp4',
158 'title': 'trailer',
159 'upload_date': '20100513',
160 }
161 },
162 # Direct link to media delivered compressed (until Accept-Encoding is *)
163 {
164 'url': 'http://calimero.tk/muzik/FictionJunction-Parallel_Hearts.flac',
165 'md5': '128c42e68b13950268b648275386fc74',
166 'info_dict': {
167 'id': 'FictionJunction-Parallel_Hearts',
168 'ext': 'flac',
169 'title': 'FictionJunction-Parallel_Hearts',
170 'upload_date': '20140522',
171 },
172 'expected_warnings': [
173 'URL could be a direct video link, returning it as such.'
174 ],
175 'skip': 'URL invalid',
176 },
177 # Direct download with broken HEAD
178 {
179 'url': 'http://ai-radio.org:8000/radio.opus',
180 'info_dict': {
181 'id': 'radio',
182 'ext': 'opus',
183 'title': 'radio',
184 },
185 'params': {
186 'skip_download': True, # infinite live stream
187 },
188 'expected_warnings': [
189 r'501.*Not Implemented',
190 r'400.*Bad Request',
191 ],
192 },
193 # Direct link with incorrect MIME type
194 {
195 'url': 'http://ftp.nluug.nl/video/nluug/2014-11-20_nj14/zaal-2/5_Lennart_Poettering_-_Systemd.webm',
196 'md5': '4ccbebe5f36706d85221f204d7eb5913',
197 'info_dict': {
198 'url': 'http://ftp.nluug.nl/video/nluug/2014-11-20_nj14/zaal-2/5_Lennart_Poettering_-_Systemd.webm',
199 'id': '5_Lennart_Poettering_-_Systemd',
200 'ext': 'webm',
201 'title': '5_Lennart_Poettering_-_Systemd',
202 'upload_date': '20141120',
203 },
204 'expected_warnings': [
205 'URL could be a direct video link, returning it as such.'
206 ]
207 },
208 # RSS feed
209 {
210 'url': 'http://phihag.de/2014/youtube-dl/rss2.xml',
211 'info_dict': {
212 'id': 'https://phihag.de/2014/youtube-dl/rss2.xml',
213 'title': 'Zero Punctuation',
214 'description': 're:.*groundbreaking video review series.*'
215 },
216 'playlist_mincount': 11,
217 },
218 # RSS feed with enclosure
219 {
220 'url': 'http://podcastfeeds.nbcnews.com/audio/podcast/MSNBC-MADDOW-NETCAST-M4V.xml',
221 'info_dict': {
222 'id': 'http://podcastfeeds.nbcnews.com/nbcnews/video/podcast/MSNBC-MADDOW-NETCAST-M4V.xml',
223 'title': 'MSNBC Rachel Maddow (video)',
224 'description': 're:.*her unique approach to storytelling.*',
225 },
226 'playlist': [{
227 'info_dict': {
228 'ext': 'mov',
229 'id': 'pdv_maddow_netcast_mov-12-03-2020-223726',
230 'title': 'MSNBC Rachel Maddow (video) - 12-03-2020-223726',
231 'description': 're:.*her unique approach to storytelling.*',
232 'upload_date': '20201204',
233 },
234 }],
235 },
236 # RSS feed with item with description and thumbnails
237 {
238 'url': 'https://anchor.fm/s/dd00e14/podcast/rss',
239 'info_dict': {
240 'id': 'https://anchor.fm/s/dd00e14/podcast/rss',
241 'title': 're:.*100% Hydrogen.*',
242 'description': 're:.*In this episode.*',
243 },
244 'playlist': [{
245 'info_dict': {
246 'ext': 'm4a',
247 'id': 'c1c879525ce2cb640b344507e682c36d',
248 'title': 're:Hydrogen!',
249 'description': 're:.*In this episode we are going.*',
250 'timestamp': 1567977776,
251 'upload_date': '20190908',
252 'duration': 459,
253 'thumbnail': r're:^https?://.*\.jpg$',
254 'episode_number': 1,
255 'season_number': 1,
256 'age_limit': 0,
257 'season': 'Season 1',
258 'direct': True,
259 'episode': 'Episode 1',
260 },
261 }],
262 'params': {
263 'skip_download': True,
264 },
265 },
266 # RSS feed with enclosures and unsupported link URLs
267 {
268 'url': 'http://www.hellointernet.fm/podcast?format=rss',
269 'info_dict': {
270 'id': 'http://www.hellointernet.fm/podcast?format=rss',
271 'description': 'CGP Grey and Brady Haran talk about YouTube, life, work, whatever.',
272 'title': 'Hello Internet',
273 },
274 'playlist_mincount': 100,
275 },
276 # RSS feed with guid
277 {
278 'url': 'https://www.omnycontent.com/d/playlist/a7b4f8fe-59d9-4afc-a79a-a90101378abf/bf2c1d80-3656-4449-9d00-a903004e8f84/efbff746-e7c1-463a-9d80-a903004e8f8f/podcast.rss',
279 'info_dict': {
280 'id': 'https://www.omnycontent.com/d/playlist/a7b4f8fe-59d9-4afc-a79a-a90101378abf/bf2c1d80-3656-4449-9d00-a903004e8f84/efbff746-e7c1-463a-9d80-a903004e8f8f/podcast.rss',
281 'description': 'md5:be809a44b63b0c56fb485caf68685520',
282 'title': 'The Little Red Podcast',
283 },
284 'playlist_mincount': 76,
285 },
286 # SMIL from http://videolectures.net/promogram_igor_mekjavic_eng
287 {
288 'url': 'http://videolectures.net/promogram_igor_mekjavic_eng/video/1/smil.xml',
289 'info_dict': {
290 'id': 'smil',
291 'ext': 'mp4',
292 'title': 'Automatics, robotics and biocybernetics',
293 'description': 'md5:815fc1deb6b3a2bff99de2d5325be482',
294 'upload_date': '20130627',
295 'formats': 'mincount:16',
296 'subtitles': 'mincount:1',
297 },
298 'params': {
299 'force_generic_extractor': True,
300 'skip_download': True,
301 },
302 },
303 # SMIL from http://www1.wdr.de/mediathek/video/livestream/index.html
304 {
305 'url': 'http://metafilegenerator.de/WDR/WDR_FS/hds/hds.smil',
306 'info_dict': {
307 'id': 'hds',
308 'ext': 'flv',
309 'title': 'hds',
310 'formats': 'mincount:1',
311 },
312 'params': {
313 'skip_download': True,
314 },
315 },
316 # SMIL from https://www.restudy.dk/video/play/id/1637
317 {
318 'url': 'https://www.restudy.dk/awsmedia/SmilDirectory/video_1637.xml',
319 'info_dict': {
320 'id': 'video_1637',
321 'ext': 'flv',
322 'title': 'video_1637',
323 'formats': 'mincount:3',
324 },
325 'params': {
326 'skip_download': True,
327 },
328 },
329 # SMIL from http://adventure.howstuffworks.com/5266-cool-jobs-iditarod-musher-video.htm
330 {
331 'url': 'http://services.media.howstuffworks.com/videos/450221/smil-service.smil',
332 'info_dict': {
333 'id': 'smil-service',
334 'ext': 'flv',
335 'title': 'smil-service',
336 'formats': 'mincount:1',
337 },
338 'params': {
339 'skip_download': True,
340 },
341 },
342 # SMIL from http://new.livestream.com/CoheedandCambria/WebsterHall/videos/4719370
343 {
344 'url': 'http://api.new.livestream.com/accounts/1570303/events/1585861/videos/4719370.smil',
345 'info_dict': {
346 'id': '4719370',
347 'ext': 'mp4',
348 'title': '571de1fd-47bc-48db-abf9-238872a58d1f',
349 'formats': 'mincount:3',
350 },
351 'params': {
352 'skip_download': True,
353 },
354 },
355 # XSPF playlist from http://www.telegraaf.nl/tv/nieuws/binnenland/24353229/__Tikibad_ontruimd_wegens_brand__.html
356 {
357 'url': 'http://www.telegraaf.nl/xml/playlist/2015/8/7/mZlp2ctYIUEB.xspf',
358 'info_dict': {
359 'id': 'mZlp2ctYIUEB',
360 'ext': 'mp4',
361 'title': 'Tikibad ontruimd wegens brand',
362 'description': 'md5:05ca046ff47b931f9b04855015e163a4',
363 'thumbnail': r're:^https?://.*\.jpg$',
364 'duration': 33,
365 },
366 'params': {
367 'skip_download': True,
368 },
369 },
370 # MPD from http://dash-mse-test.appspot.com/media.html
371 {
372 'url': 'http://yt-dash-mse-test.commondatastorage.googleapis.com/media/car-20120827-manifest.mpd',
373 'md5': '4b57baab2e30d6eb3a6a09f0ba57ef53',
374 'info_dict': {
375 'id': 'car-20120827-manifest',
376 'ext': 'mp4',
377 'title': 'car-20120827-manifest',
378 'formats': 'mincount:9',
379 'upload_date': '20130904',
380 },
381 },
382 # m3u8 served with Content-Type: audio/x-mpegURL; charset=utf-8
383 {
384 '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',
385 'info_dict': {
386 'id': 'content',
387 'ext': 'mp4',
388 'title': 'content',
389 'formats': 'mincount:8',
390 },
391 'params': {
392 # m3u8 downloads
393 'skip_download': True,
394 },
395 'skip': 'video gone',
396 },
397 # m3u8 served with Content-Type: text/plain
398 {
399 'url': 'http://www.nacentapps.com/m3u8/index.m3u8',
400 'info_dict': {
401 'id': 'index',
402 'ext': 'mp4',
403 'title': 'index',
404 'upload_date': '20140720',
405 'formats': 'mincount:11',
406 },
407 'params': {
408 # m3u8 downloads
409 'skip_download': True,
410 },
411 'skip': 'video gone',
412 },
413 # google redirect
414 {
415 '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',
416 'info_dict': {
417 'id': 'cmQHVoWB5FY',
418 'ext': 'mp4',
419 'upload_date': '20130224',
420 'uploader_id': 'TheVerge',
421 'description': r're:^Chris Ziegler takes a look at the\.*',
422 'uploader': 'The Verge',
423 'title': 'First Firefox OS phones side-by-side',
424 },
425 'params': {
426 'skip_download': False,
427 }
428 },
429 {
430 # redirect in Refresh HTTP header
431 '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',
432 'info_dict': {
433 'id': 'pO8h3EaFRdo',
434 'ext': 'mp4',
435 'title': 'Tripeo Boiler Room x Dekmantel Festival DJ Set',
436 'description': 'md5:6294cc1af09c4049e0652b51a2df10d5',
437 'upload_date': '20150917',
438 'uploader_id': 'brtvofficial',
439 'uploader': 'Boiler Room',
440 },
441 'params': {
442 'skip_download': False,
443 },
444 },
445 {
446 'url': 'http://www.hodiho.fr/2013/02/regis-plante-sa-jeep.html',
447 'md5': '85b90ccc9d73b4acd9138d3af4c27f89',
448 'info_dict': {
449 'id': '13601338388002',
450 'ext': 'mp4',
451 'uploader': 'www.hodiho.fr',
452 'title': 'R\u00e9gis plante sa Jeep',
453 }
454 },
455 # bandcamp page with custom domain
456 {
457 'add_ie': ['Bandcamp'],
458 'url': 'http://bronyrock.com/track/the-pony-mash',
459 'info_dict': {
460 'id': '3235767654',
461 'ext': 'mp3',
462 'title': 'The Pony Mash',
463 'uploader': 'M_Pallante',
464 },
465 'skip': 'There is a limit of 200 free downloads / month for the test song',
466 },
467 {
468 # embedded brightcove video
469 # it also tests brightcove videos that need to set the 'Referer'
470 # in the http requests
471 'add_ie': ['BrightcoveLegacy'],
472 'url': 'http://www.bfmtv.com/video/bfmbusiness/cours-bourse/cours-bourse-l-analyse-technique-154522/',
473 'info_dict': {
474 'id': '2765128793001',
475 'ext': 'mp4',
476 'title': 'Le cours de bourse : l’analyse technique',
477 'description': 'md5:7e9ad046e968cb2d1114004aba466fd9',
478 'uploader': 'BFM BUSINESS',
479 },
480 'params': {
481 'skip_download': True,
482 },
483 },
484 {
485 # embedded with itemprop embedURL and video id spelled as `idVideo`
486 'add_id': ['BrightcoveLegacy'],
487 'url': 'http://bfmbusiness.bfmtv.com/mediaplayer/chroniques/olivier-delamarche/',
488 'info_dict': {
489 'id': '5255628253001',
490 'ext': 'mp4',
491 'title': 'md5:37c519b1128915607601e75a87995fc0',
492 'description': 'md5:37f7f888b434bb8f8cc8dbd4f7a4cf26',
493 'uploader': 'BFM BUSINESS',
494 'uploader_id': '876450612001',
495 'timestamp': 1482255315,
496 'upload_date': '20161220',
497 },
498 'params': {
499 'skip_download': True,
500 },
501 },
502 {
503 # https://github.com/ytdl-org/youtube-dl/issues/2253
504 'url': 'http://bcove.me/i6nfkrc3',
505 'md5': '0ba9446db037002366bab3b3eb30c88c',
506 'info_dict': {
507 'id': '3101154703001',
508 'ext': 'mp4',
509 'title': 'Still no power',
510 'uploader': 'thestar.com',
511 'description': 'Mississauga resident David Farmer is still out of power as a result of the ice storm a month ago. To keep the house warm, Farmer cuts wood from his property for a wood burning stove downstairs.',
512 },
513 'add_ie': ['BrightcoveLegacy'],
514 'skip': 'video gone',
515 },
516 {
517 'url': 'http://www.championat.com/video/football/v/87/87499.html',
518 'md5': 'fb973ecf6e4a78a67453647444222983',
519 'info_dict': {
520 'id': '3414141473001',
521 'ext': 'mp4',
522 'title': 'Видео. Удаление Дзагоева (ЦСКА)',
523 'description': 'Онлайн-трансляция матча ЦСКА - "Волга"',
524 'uploader': 'Championat',
525 },
526 },
527 {
528 # https://github.com/ytdl-org/youtube-dl/issues/3541
529 'add_ie': ['BrightcoveLegacy'],
530 'url': 'http://www.kijk.nl/sbs6/leermijvrouwenkennen/videos/jqMiXKAYan2S/aflevering-1',
531 'info_dict': {
532 'id': '3866516442001',
533 'ext': 'mp4',
534 'title': 'Leer mij vrouwen kennen: Aflevering 1',
535 'description': 'Leer mij vrouwen kennen: Aflevering 1',
536 'uploader': 'SBS Broadcasting',
537 },
538 'skip': 'Restricted to Netherlands',
539 'params': {
540 'skip_download': True, # m3u8 download
541 },
542 },
543 {
544 # Brightcove video in <iframe>
545 'url': 'http://www.un.org/chinese/News/story.asp?NewsID=27724',
546 'md5': '36d74ef5e37c8b4a2ce92880d208b968',
547 'info_dict': {
548 'id': '5360463607001',
549 'ext': 'mp4',
550 'title': '叙利亚失明儿童在废墟上演唱《心跳》 呼吁获得正常童年生活',
551 'description': '联合国儿童基金会中东和北非区域大使、作曲家扎德·迪拉尼(Zade Dirani)在3月15日叙利亚冲突爆发7周年纪念日之际发布了为叙利亚谱写的歌曲《心跳》(HEARTBEAT),为受到六年冲突影响的叙利亚儿童发出强烈呐喊,呼吁世界做出共同努力,使叙利亚儿童重新获得享有正常童年生活的权利。',
552 'uploader': 'United Nations',
553 'uploader_id': '1362235914001',
554 'timestamp': 1489593889,
555 'upload_date': '20170315',
556 },
557 'add_ie': ['BrightcoveLegacy'],
558 },
559 {
560 # Brightcove with alternative playerID key
561 'url': 'http://www.nature.com/nmeth/journal/v9/n7/fig_tab/nmeth.2062_SV1.html',
562 'info_dict': {
563 'id': 'nmeth.2062_SV1',
564 'title': 'Simultaneous multiview imaging of the Drosophila syncytial blastoderm : Quantitative high-speed imaging of entire developing embryos with simultaneous multiview light-sheet microscopy : Nature Methods : Nature Research',
565 },
566 'playlist': [{
567 'info_dict': {
568 'id': '2228375078001',
569 'ext': 'mp4',
570 'title': 'nmeth.2062-sv1',
571 'description': 'nmeth.2062-sv1',
572 'timestamp': 1363357591,
573 'upload_date': '20130315',
574 'uploader': 'Nature Publishing Group',
575 'uploader_id': '1964492299001',
576 },
577 }],
578 },
579 {
580 # Brightcove with UUID in videoPlayer
581 'url': 'http://www8.hp.com/cn/zh/home.html',
582 'info_dict': {
583 'id': '5255815316001',
584 'ext': 'mp4',
585 'title': 'Sprocket Video - China',
586 'description': 'Sprocket Video - China',
587 'uploader': 'HP-Video Gallery',
588 'timestamp': 1482263210,
589 'upload_date': '20161220',
590 'uploader_id': '1107601872001',
591 },
592 'params': {
593 'skip_download': True, # m3u8 download
594 },
595 'skip': 'video rotates...weekly?',
596 },
597 {
598 # Brightcove:new type [2].
599 'url': 'http://www.delawaresportszone.com/video-st-thomas-more-earns-first-trip-to-basketball-semis',
600 'md5': '2b35148fcf48da41c9fb4591650784f3',
601 'info_dict': {
602 'id': '5348741021001',
603 'ext': 'mp4',
604 'upload_date': '20170306',
605 'uploader_id': '4191638492001',
606 'timestamp': 1488769918,
607 'title': 'VIDEO: St. Thomas More earns first trip to basketball semis',
608
609 },
610 },
611 {
612 # Alternative brightcove <video> attributes
613 'url': 'http://www.programme-tv.net/videos/extraits/81095-guillaume-canet-evoque-les-rumeurs-d-infidelite-de-marion-cotillard-avec-brad-pitt-dans-vivement-dimanche/',
614 'info_dict': {
615 'id': '81095-guillaume-canet-evoque-les-rumeurs-d-infidelite-de-marion-cotillard-avec-brad-pitt-dans-vivement-dimanche',
616 'title': "Guillaume Canet évoque les rumeurs d'infidélité de Marion Cotillard avec Brad Pitt dans Vivement Dimanche, Extraits : toutes les vidéos avec Télé-Loisirs",
617 },
618 'playlist': [{
619 'md5': '732d22ba3d33f2f3fc253c39f8f36523',
620 'info_dict': {
621 'id': '5311302538001',
622 'ext': 'mp4',
623 'title': "Guillaume Canet évoque les rumeurs d'infidélité de Marion Cotillard avec Brad Pitt dans Vivement Dimanche",
624 'description': "Guillaume Canet évoque les rumeurs d'infidélité de Marion Cotillard avec Brad Pitt dans Vivement Dimanche (France 2, 5 février 2017)",
625 'timestamp': 1486321708,
626 'upload_date': '20170205',
627 'uploader_id': '800000640001',
628 },
629 'only_matching': True,
630 }],
631 },
632 {
633 # Brightcove with UUID in videoPlayer
634 'url': 'http://www8.hp.com/cn/zh/home.html',
635 'info_dict': {
636 'id': '5255815316001',
637 'ext': 'mp4',
638 'title': 'Sprocket Video - China',
639 'description': 'Sprocket Video - China',
640 'uploader': 'HP-Video Gallery',
641 'timestamp': 1482263210,
642 'upload_date': '20161220',
643 'uploader_id': '1107601872001',
644 },
645 'params': {
646 'skip_download': True, # m3u8 download
647 },
648 },
649 # ooyala video
650 {
651 'url': 'http://www.rollingstone.com/music/videos/norwegian-dj-cashmere-cat-goes-spartan-on-with-me-premiere-20131219',
652 'md5': '166dd577b433b4d4ebfee10b0824d8ff',
653 'info_dict': {
654 'id': 'BwY2RxaTrTkslxOfcan0UCf0YqyvWysJ',
655 'ext': 'mp4',
656 'title': '2cc213299525360.mov', # that's what we get
657 'duration': 238.231,
658 },
659 'add_ie': ['Ooyala'],
660 },
661 {
662 # ooyala video embedded with http://player.ooyala.com/iframe.js
663 'url': 'http://www.macrumors.com/2015/07/24/steve-jobs-the-man-in-the-machine-first-trailer/',
664 'info_dict': {
665 'id': 'p0MGJndjoG5SOKqO_hZJuZFPB-Tr5VgB',
666 'ext': 'mp4',
667 'title': '"Steve Jobs: Man in the Machine" trailer',
668 'description': 'The first trailer for the Alex Gibney documentary "Steve Jobs: Man in the Machine."',
669 'duration': 135.427,
670 },
671 'params': {
672 'skip_download': True,
673 },
674 'skip': 'movie expired',
675 },
676 # ooyala video embedded with http://player.ooyala.com/static/v4/production/latest/core.min.js
677 {
678 'url': 'http://wnep.com/2017/07/22/steampunk-fest-comes-to-honesdale/',
679 'info_dict': {
680 'id': 'lwYWYxYzE6V5uJMjNGyKtwwiw9ZJD7t2',
681 'ext': 'mp4',
682 'title': 'Steampunk Fest Comes to Honesdale',
683 'duration': 43.276,
684 },
685 'params': {
686 'skip_download': True,
687 }
688 },
689 # embed.ly video
690 {
691 'url': 'http://www.tested.com/science/weird/460206-tested-grinding-coffee-2000-frames-second/',
692 'info_dict': {
693 'id': '9ODmcdjQcHQ',
694 'ext': 'mp4',
695 'title': 'Tested: Grinding Coffee at 2000 Frames Per Second',
696 'upload_date': '20140225',
697 'description': 'md5:06a40fbf30b220468f1e0957c0f558ff',
698 'uploader': 'Tested',
699 'uploader_id': 'testedcom',
700 },
701 # No need to test YoutubeIE here
702 'params': {
703 'skip_download': True,
704 },
705 },
706 # funnyordie embed
707 {
708 'url': 'http://www.theguardian.com/world/2014/mar/11/obama-zach-galifianakis-between-two-ferns',
709 'info_dict': {
710 'id': '18e820ec3f',
711 'ext': 'mp4',
712 'title': 'Between Two Ferns with Zach Galifianakis: President Barack Obama',
713 'description': 'Episode 18: President Barack Obama sits down with Zach Galifianakis for his most memorable interview yet.',
714 },
715 # HEAD requests lead to endless 301, while GET is OK
716 'expected_warnings': ['301'],
717 },
718 # RUTV embed
719 {
720 'url': 'http://www.rg.ru/2014/03/15/reg-dfo/anklav-anons.html',
721 'info_dict': {
722 'id': '776940',
723 'ext': 'mp4',
724 'title': 'Охотское море стало целиком российским',
725 'description': 'md5:5ed62483b14663e2a95ebbe115eb8f43',
726 },
727 'params': {
728 # m3u8 download
729 'skip_download': True,
730 },
731 },
732 # TVC embed
733 {
734 '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/',
735 'info_dict': {
736 'id': '55304',
737 'ext': 'mp4',
738 'title': 'Дошкольное воспитание',
739 },
740 },
741 # SportBox embed
742 {
743 'url': 'http://www.vestifinance.ru/articles/25753',
744 'info_dict': {
745 'id': '25753',
746 'title': 'Прямые трансляции с Форума-выставки "Госзаказ-2013"',
747 },
748 'playlist': [{
749 'info_dict': {
750 'id': '370908',
751 'title': 'Госзаказ. День 3',
752 'ext': 'mp4',
753 }
754 }, {
755 'info_dict': {
756 'id': '370905',
757 'title': 'Госзаказ. День 2',
758 'ext': 'mp4',
759 }
760 }, {
761 'info_dict': {
762 'id': '370902',
763 'title': 'Госзаказ. День 1',
764 'ext': 'mp4',
765 }
766 }],
767 'params': {
768 # m3u8 download
769 'skip_download': True,
770 },
771 },
772 # Myvi.ru embed
773 {
774 'url': 'http://www.kinomyvi.tv/news/detail/Pervij-dublirovannij-trejler--Uzhastikov-_nOw1',
775 'info_dict': {
776 'id': 'f4dafcad-ff21-423d-89b5-146cfd89fa1e',
777 'ext': 'mp4',
778 'title': 'Ужастики, русский трейлер (2015)',
779 'thumbnail': r're:^https?://.*\.jpg$',
780 'duration': 153,
781 }
782 },
783 # XHamster embed
784 {
785 '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',
786 'info_dict': {
787 'id': 'showthread',
788 'title': '[NSFL] [FM15] which pumiscer was this ( vid ) ( alfa as fuck srx )',
789 },
790 'playlist_mincount': 7,
791 # This forum does not allow <iframe> syntaxes anymore
792 # Now HTML tags are displayed as-is
793 'skip': 'No videos on this page',
794 },
795 # Embedded TED video
796 {
797 'url': 'http://en.support.wordpress.com/videos/ted-talks/',
798 'md5': '65fdff94098e4a607385a60c5177c638',
799 'info_dict': {
800 'id': '1969',
801 'ext': 'mp4',
802 'title': 'Hidden miracles of the natural world',
803 'uploader': 'Louie Schwartzberg',
804 'description': 'md5:8145d19d320ff3e52f28401f4c4283b9',
805 }
806 },
807 # nowvideo embed hidden behind percent encoding
808 {
809 'url': 'http://www.waoanime.tv/the-super-dimension-fortress-macross-episode-1/',
810 'md5': '2baf4ddd70f697d94b1c18cf796d5107',
811 'info_dict': {
812 'id': '06e53103ca9aa',
813 'ext': 'flv',
814 'title': 'Macross Episode 001 Watch Macross Episode 001 onl',
815 'description': 'No description',
816 },
817 },
818 # arte embed
819 {
820 'url': 'http://www.tv-replay.fr/redirection/20-03-14/x-enius-arte-10753389.html',
821 'md5': '7653032cbb25bf6c80d80f217055fa43',
822 'info_dict': {
823 'id': '048195-004_PLUS7-F',
824 'ext': 'flv',
825 'title': 'X:enius',
826 'description': 'md5:d5fdf32ef6613cdbfd516ae658abf168',
827 'upload_date': '20140320',
828 },
829 'params': {
830 'skip_download': 'Requires rtmpdump'
831 },
832 'skip': 'video gone',
833 },
834 # francetv embed
835 {
836 'url': 'http://www.tsprod.com/replay-du-concert-alcaline-de-calogero',
837 'info_dict': {
838 'id': 'EV_30231',
839 'ext': 'mp4',
840 'title': 'Alcaline, le concert avec Calogero',
841 'description': 'md5:61f08036dcc8f47e9cfc33aed08ffaff',
842 'upload_date': '20150226',
843 'timestamp': 1424989860,
844 'duration': 5400,
845 },
846 'params': {
847 # m3u8 downloads
848 'skip_download': True,
849 },
850 'expected_warnings': [
851 'Forbidden'
852 ]
853 },
854 # Condé Nast embed
855 {
856 'url': 'http://www.wired.com/2014/04/honda-asimo/',
857 'md5': 'ba0dfe966fa007657bd1443ee672db0f',
858 'info_dict': {
859 'id': '53501be369702d3275860000',
860 'ext': 'mp4',
861 'title': 'Honda’s New Asimo Robot Is More Human Than Ever',
862 }
863 },
864 # Dailymotion embed
865 {
866 'url': 'http://www.spi0n.com/zap-spi0n-com-n216/',
867 'md5': '441aeeb82eb72c422c7f14ec533999cd',
868 'info_dict': {
869 'id': 'k2mm4bCdJ6CQ2i7c8o2',
870 'ext': 'mp4',
871 'title': 'Le Zap de Spi0n n°216 - Zapping du Web',
872 'description': 'md5:faf028e48a461b8b7fad38f1e104b119',
873 'uploader': 'Spi0n',
874 'uploader_id': 'xgditw',
875 'upload_date': '20140425',
876 'timestamp': 1398441542,
877 },
878 'add_ie': ['Dailymotion'],
879 },
880 # DailyMail embed
881 {
882 'url': 'http://www.bumm.sk/krimi/2017/07/05/biztonsagi-kamera-buktatta-le-az-agg-ferfit-utlegelo-apolot',
883 'info_dict': {
884 'id': '1495629',
885 'ext': 'mp4',
886 'title': 'Care worker punches elderly dementia patient in head 11 times',
887 'description': 'md5:3a743dee84e57e48ec68bf67113199a5',
888 },
889 'add_ie': ['DailyMail'],
890 'params': {
891 'skip_download': True,
892 },
893 },
894 # YouTube embed
895 {
896 'url': 'http://www.badzine.de/ansicht/datum/2014/06/09/so-funktioniert-die-neue-englische-badminton-liga.html',
897 'info_dict': {
898 'id': 'FXRb4ykk4S0',
899 'ext': 'mp4',
900 'title': 'The NBL Auction 2014',
901 'uploader': 'BADMINTON England',
902 'uploader_id': 'BADMINTONEvents',
903 'upload_date': '20140603',
904 'description': 'md5:9ef128a69f1e262a700ed83edb163a73',
905 },
906 'add_ie': ['Youtube'],
907 'params': {
908 'skip_download': True,
909 }
910 },
911 # MTVServices embed
912 {
913 'url': 'http://www.vulture.com/2016/06/new-key-peele-sketches-released.html',
914 'md5': 'ca1aef97695ef2c1d6973256a57e5252',
915 'info_dict': {
916 'id': '769f7ec0-0692-4d62-9b45-0d88074bffc1',
917 'ext': 'mp4',
918 'title': 'Key and Peele|October 10, 2012|2|203|Liam Neesons - Uncensored',
919 'description': 'Two valets share their love for movie star Liam Neesons.',
920 'timestamp': 1349922600,
921 'upload_date': '20121011',
922 },
923 },
924 # YouTube embed via <data-embed-url="">
925 {
926 'url': 'https://play.google.com/store/apps/details?id=com.gameloft.android.ANMP.GloftA8HM',
927 'info_dict': {
928 'id': '4vAffPZIT44',
929 'ext': 'mp4',
930 'title': 'Asphalt 8: Airborne - Update - Welcome to Dubai!',
931 'uploader': 'Gameloft',
932 'uploader_id': 'gameloft',
933 'upload_date': '20140828',
934 'description': 'md5:c80da9ed3d83ae6d1876c834de03e1c4',
935 },
936 'params': {
937 'skip_download': True,
938 }
939 },
940 # YouTube <object> embed
941 {
942 'url': 'http://www.improbable.com/2017/04/03/untrained-modern-youths-and-ancient-masters-in-selfie-portraits/',
943 'md5': '516718101ec834f74318df76259fb3cc',
944 'info_dict': {
945 'id': 'msN87y-iEx0',
946 'ext': 'webm',
947 'title': 'Feynman: Mirrors FUN TO IMAGINE 6',
948 'upload_date': '20080526',
949 'description': 'md5:0ffc78ea3f01b2e2c247d5f8d1d3c18d',
950 'uploader': 'Christopher Sykes',
951 'uploader_id': 'ChristopherJSykes',
952 },
953 'add_ie': ['Youtube'],
954 },
955 # Camtasia studio
956 {
957 'url': 'http://www.ll.mit.edu/workshops/education/videocourses/antennas/lecture1/video/',
958 'playlist': [{
959 'md5': '0c5e352edabf715d762b0ad4e6d9ee67',
960 'info_dict': {
961 'id': 'Fenn-AA_PA_Radar_Course_Lecture_1c_Final',
962 'title': 'Fenn-AA_PA_Radar_Course_Lecture_1c_Final - video1',
963 'ext': 'flv',
964 'duration': 2235.90,
965 }
966 }, {
967 'md5': '10e4bb3aaca9fd630e273ff92d9f3c63',
968 'info_dict': {
969 'id': 'Fenn-AA_PA_Radar_Course_Lecture_1c_Final_PIP',
970 'title': 'Fenn-AA_PA_Radar_Course_Lecture_1c_Final - pip',
971 'ext': 'flv',
972 'duration': 2235.93,
973 }
974 }],
975 'info_dict': {
976 'title': 'Fenn-AA_PA_Radar_Course_Lecture_1c_Final',
977 }
978 },
979 # Flowplayer
980 {
981 'url': 'http://www.handjobhub.com/video/busty-blonde-siri-tit-fuck-while-wank-6313.html',
982 'md5': '9d65602bf31c6e20014319c7d07fba27',
983 'info_dict': {
984 'id': '5123ea6d5e5a7',
985 'ext': 'mp4',
986 'age_limit': 18,
987 'uploader': 'www.handjobhub.com',
988 'title': 'Busty Blonde Siri Tit Fuck While Wank at HandjobHub.com',
989 }
990 },
991 # Multiple brightcove videos
992 # https://github.com/ytdl-org/youtube-dl/issues/2283
993 {
994 'url': 'http://www.newyorker.com/online/blogs/newsdesk/2014/01/always-never-nuclear-command-and-control.html',
995 'info_dict': {
996 'id': 'always-never',
997 'title': 'Always / Never - The New Yorker',
998 },
999 'playlist_count': 3,
1000 'params': {
1001 'extract_flat': False,
1002 'skip_download': True,
1003 }
1004 },
1005 # MLB embed
1006 {
1007 'url': 'http://umpire-empire.com/index.php/topic/58125-laz-decides-no-thats-low/',
1008 'md5': '96f09a37e44da40dd083e12d9a683327',
1009 'info_dict': {
1010 'id': '33322633',
1011 'ext': 'mp4',
1012 'title': 'Ump changes call to ball',
1013 'description': 'md5:71c11215384298a172a6dcb4c2e20685',
1014 'duration': 48,
1015 'timestamp': 1401537900,
1016 'upload_date': '20140531',
1017 'thumbnail': r're:^https?://.*\.jpg$',
1018 },
1019 },
1020 # Wistia embed
1021 {
1022 'url': 'http://study.com/academy/lesson/north-american-exploration-failed-colonies-of-spain-france-england.html#lesson',
1023 'md5': '1953f3a698ab51cfc948ed3992a0b7ff',
1024 'info_dict': {
1025 'id': '6e2wtrbdaf',
1026 'ext': 'mov',
1027 'title': 'paywall_north-american-exploration-failed-colonies-of-spain-france-england',
1028 'description': 'a Paywall Videos video from Remilon',
1029 'duration': 644.072,
1030 'uploader': 'study.com',
1031 'timestamp': 1459678540,
1032 'upload_date': '20160403',
1033 'filesize': 24687186,
1034 },
1035 },
1036 # Wistia standard embed (async)
1037 {
1038 'url': 'https://www.getdrip.com/university/brennan-dunn-drip-workshop/',
1039 'info_dict': {
1040 'id': '807fafadvk',
1041 'ext': 'mp4',
1042 'title': 'Drip Brennan Dunn Workshop',
1043 'description': 'a JV Webinars video from getdrip-1',
1044 'duration': 4986.95,
1045 'timestamp': 1463607249,
1046 'upload_date': '20160518',
1047 },
1048 'params': {
1049 'skip_download': True,
1050 }
1051 },
1052 # Soundcloud embed
1053 {
1054 'url': 'http://nakedsecurity.sophos.com/2014/10/29/sscc-171-are-you-sure-that-1234-is-a-bad-password-podcast/',
1055 'info_dict': {
1056 'id': '174391317',
1057 'ext': 'mp3',
1058 'description': 'md5:ff867d6b555488ad3c52572bb33d432c',
1059 'uploader': 'Sophos Security',
1060 'title': 'Chet Chat 171 - Oct 29, 2014',
1061 'upload_date': '20141029',
1062 }
1063 },
1064 # Soundcloud multiple embeds
1065 {
1066 'url': 'http://www.guitarplayer.com/lessons/1014/legato-workout-one-hour-to-more-fluid-performance---tab/52809',
1067 'info_dict': {
1068 'id': '52809',
1069 'title': 'Guitar Essentials: Legato Workout—One-Hour to Fluid Performance | TAB + AUDIO',
1070 },
1071 'playlist_mincount': 7,
1072 },
1073 # TuneIn station embed
1074 {
1075 'url': 'http://radiocnrv.com/promouvoir-radio-cnrv/',
1076 'info_dict': {
1077 'id': '204146',
1078 'ext': 'mp3',
1079 'title': 'CNRV',
1080 'location': 'Paris, France',
1081 'is_live': True,
1082 },
1083 'params': {
1084 # Live stream
1085 'skip_download': True,
1086 },
1087 },
1088 # Livestream embed
1089 {
1090 'url': 'http://www.esa.int/Our_Activities/Space_Science/Rosetta/Philae_comet_touch-down_webcast',
1091 'info_dict': {
1092 'id': '67864563',
1093 'ext': 'flv',
1094 'upload_date': '20141112',
1095 'title': 'Rosetta #CometLanding webcast HL 10',
1096 }
1097 },
1098 # Another Livestream embed, without 'new.' in URL
1099 {
1100 'url': 'https://www.freespeech.org/',
1101 'info_dict': {
1102 'id': '123537347',
1103 'ext': 'mp4',
1104 'title': 're:^FSTV [0-9]{4}-[0-9]{2}-[0-9]{2} [0-9]{2}:[0-9]{2}$',
1105 },
1106 'params': {
1107 # Live stream
1108 'skip_download': True,
1109 },
1110 },
1111 # LazyYT
1112 {
1113 'url': 'https://skiplagged.com/',
1114 'info_dict': {
1115 'id': 'skiplagged',
1116 'title': 'Skiplagged: The smart way to find cheap flights',
1117 },
1118 'playlist_mincount': 1,
1119 'add_ie': ['Youtube'],
1120 },
1121 # Cinchcast embed
1122 {
1123 'url': 'http://undergroundwellness.com/podcasts/306-5-steps-to-permanent-gut-healing/',
1124 'info_dict': {
1125 'id': '7141703',
1126 'ext': 'mp3',
1127 'upload_date': '20141126',
1128 'title': 'Jack Tips: 5 Steps to Permanent Gut Healing',
1129 }
1130 },
1131 # Cinerama player
1132 {
1133 'url': 'http://www.abc.net.au/7.30/content/2015/s4164797.htm',
1134 'info_dict': {
1135 'id': '730m_DandD_1901_512k',
1136 'ext': 'mp4',
1137 'uploader': 'www.abc.net.au',
1138 'title': 'Game of Thrones with dice - Dungeons and Dragons fantasy role-playing game gets new life - 19/01/2015',
1139 }
1140 },
1141 # embedded viddler video
1142 {
1143 'url': 'http://deadspin.com/i-cant-stop-watching-john-wall-chop-the-nuggets-with-th-1681801597',
1144 'info_dict': {
1145 'id': '4d03aad9',
1146 'ext': 'mp4',
1147 'uploader': 'deadspin',
1148 'title': 'WALL-TO-GORTAT',
1149 'timestamp': 1422285291,
1150 'upload_date': '20150126',
1151 },
1152 'add_ie': ['Viddler'],
1153 },
1154 # Libsyn embed
1155 {
1156 'url': 'http://thedailyshow.cc.com/podcast/episodetwelve',
1157 'info_dict': {
1158 'id': '3377616',
1159 'ext': 'mp3',
1160 'title': "The Daily Show Podcast without Jon Stewart - Episode 12: Bassem Youssef: Egypt's Jon Stewart",
1161 'description': 'md5:601cb790edd05908957dae8aaa866465',
1162 'upload_date': '20150220',
1163 },
1164 'skip': 'All The Daily Show URLs now redirect to http://www.cc.com/shows/',
1165 },
1166 # jwplayer YouTube
1167 {
1168 'url': 'http://media.nationalarchives.gov.uk/index.php/webinar-using-discovery-national-archives-online-catalogue/',
1169 'info_dict': {
1170 'id': 'Mrj4DVp2zeA',
1171 'ext': 'mp4',
1172 'upload_date': '20150212',
1173 'uploader': 'The National Archives UK',
1174 'description': 'md5:8078af856dca76edc42910b61273dbbf',
1175 'uploader_id': 'NationalArchives08',
1176 'title': 'Webinar: Using Discovery, The National Archives’ online catalogue',
1177 },
1178 },
1179 # jwplayer rtmp
1180 {
1181 'url': 'http://www.suffolk.edu/sjc/live.php',
1182 'info_dict': {
1183 'id': 'live',
1184 'ext': 'flv',
1185 'title': 'Massachusetts Supreme Judicial Court Oral Arguments',
1186 'uploader': 'www.suffolk.edu',
1187 },
1188 'params': {
1189 'skip_download': True,
1190 },
1191 'skip': 'Only has video a few mornings per month, see http://www.suffolk.edu/sjc/',
1192 },
1193 # jwplayer with only the json URL
1194 {
1195 'url': 'https://www.hollywoodreporter.com/news/general-news/dunkirk-team-reveals-what-christopher-nolan-said-oscar-win-meet-your-oscar-winner-1092454',
1196 'info_dict': {
1197 'id': 'TljWkvWH',
1198 'ext': 'mp4',
1199 'upload_date': '20180306',
1200 'title': 'md5:91eb1862f6526415214f62c00b453936',
1201 'description': 'md5:73048ae50ae953da10549d1d2fe9b3aa',
1202 'timestamp': 1520367225,
1203 },
1204 'params': {
1205 'skip_download': True,
1206 },
1207 },
1208 # Complex jwplayer
1209 {
1210 'url': 'http://www.indiedb.com/games/king-machine/videos',
1211 'info_dict': {
1212 'id': 'videos',
1213 'ext': 'mp4',
1214 'title': 'king machine trailer 1',
1215 'description': 'Browse King Machine videos & audio for sweet media. Your eyes will thank you.',
1216 'thumbnail': r're:^https?://.*\.jpg$',
1217 },
1218 },
1219 {
1220 # JWPlayer config passed as variable
1221 'url': 'http://www.txxx.com/videos/3326530/ariele/',
1222 'info_dict': {
1223 'id': '3326530_hq',
1224 'ext': 'mp4',
1225 'title': 'ARIELE | Tube Cup',
1226 'uploader': 'www.txxx.com',
1227 'age_limit': 18,
1228 },
1229 'params': {
1230 'skip_download': True,
1231 }
1232 },
1233 {
1234 # JWPlatform iframe
1235 'url': 'https://www.covermagazine.co.uk/feature/2465255/business-protection-involved',
1236 'info_dict': {
1237 'id': 'AG26UQXM',
1238 'ext': 'mp4',
1239 'upload_date': '20160719',
1240 'timestamp': 468923808,
1241 'title': '2016_05_18 Cover L&G Business Protection V1 FINAL.mp4',
1242 },
1243 'add_ie': [JWPlatformIE.ie_key()],
1244 },
1245 {
1246 # Video.js embed, multiple formats
1247 'url': 'http://ortcam.com/solidworks-урок-6-настройка-чертежа_33f9b7351.html',
1248 'info_dict': {
1249 'id': 'yygqldloqIk',
1250 'ext': 'mp4',
1251 'title': 'SolidWorks. Урок 6 Настройка чертежа',
1252 'description': 'md5:baf95267792646afdbf030e4d06b2ab3',
1253 'upload_date': '20130314',
1254 'uploader': 'PROстое3D',
1255 'uploader_id': 'PROstoe3D',
1256 },
1257 'params': {
1258 'skip_download': True,
1259 },
1260 },
1261 {
1262 # Video.js embed, single format
1263 'url': 'https://www.vooplayer.com/v3/watch/watch.php?v=NzgwNTg=',
1264 'info_dict': {
1265 'id': 'watch',
1266 'ext': 'mp4',
1267 'title': 'Step 1 - Good Foundation',
1268 'description': 'md5:d1e7ff33a29fc3eb1673d6c270d344f4',
1269 },
1270 'params': {
1271 'skip_download': True,
1272 },
1273 },
1274 # rtl.nl embed
1275 {
1276 'url': 'http://www.rtlnieuws.nl/nieuws/buitenland/aanslagen-kopenhagen',
1277 'playlist_mincount': 5,
1278 'info_dict': {
1279 'id': 'aanslagen-kopenhagen',
1280 'title': 'Aanslagen Kopenhagen',
1281 }
1282 },
1283 # Zapiks embed
1284 {
1285 'url': 'http://www.skipass.com/news/116090-bon-appetit-s5ep3-baqueira-mi-cor.html',
1286 'info_dict': {
1287 'id': '118046',
1288 'ext': 'mp4',
1289 'title': 'EP3S5 - Bon Appétit - Baqueira Mi Corazon !',
1290 }
1291 },
1292 # Kaltura embed (different embed code)
1293 {
1294 'url': 'http://www.premierchristianradio.com/Shows/Saturday/Unbelievable/Conference-Videos/Os-Guinness-Is-It-Fools-Talk-Unbelievable-Conference-2014',
1295 'info_dict': {
1296 'id': '1_a52wc67y',
1297 'ext': 'flv',
1298 'upload_date': '20150127',
1299 'uploader_id': 'PremierMedia',
1300 'timestamp': int,
1301 'title': 'Os Guinness // Is It Fools Talk? // Unbelievable? Conference 2014',
1302 },
1303 },
1304 # Kaltura embed with single quotes
1305 {
1306 'url': 'http://fod.infobase.com/p_ViewPlaylist.aspx?AssignmentID=NUN8ZY',
1307 'info_dict': {
1308 'id': '0_izeg5utt',
1309 'ext': 'mp4',
1310 'title': '35871',
1311 'timestamp': 1355743100,
1312 'upload_date': '20121217',
1313 'uploader_id': 'cplapp@learn360.com',
1314 },
1315 'add_ie': ['Kaltura'],
1316 },
1317 {
1318 # Kaltura embedded via quoted entry_id
1319 'url': 'https://www.oreilly.com/ideas/my-cloud-makes-pretty-pictures',
1320 'info_dict': {
1321 'id': '0_utuok90b',
1322 'ext': 'mp4',
1323 'title': '06_matthew_brender_raj_dutt',
1324 'timestamp': 1466638791,
1325 'upload_date': '20160622',
1326 },
1327 'add_ie': ['Kaltura'],
1328 'expected_warnings': [
1329 'Could not send HEAD request'
1330 ],
1331 'params': {
1332 'skip_download': True,
1333 }
1334 },
1335 {
1336 # Kaltura embedded, some fileExt broken (#11480)
1337 'url': 'http://www.cornell.edu/video/nima-arkani-hamed-standard-models-of-particle-physics',
1338 'info_dict': {
1339 'id': '1_sgtvehim',
1340 'ext': 'mp4',
1341 'title': 'Our "Standard Models" of particle physics and cosmology',
1342 'description': 'md5:67ea74807b8c4fea92a6f38d6d323861',
1343 'timestamp': 1321158993,
1344 'upload_date': '20111113',
1345 'uploader_id': 'kps1',
1346 },
1347 'add_ie': ['Kaltura'],
1348 },
1349 {
1350 # Kaltura iframe embed
1351 'url': 'http://www.gsd.harvard.edu/event/i-m-pei-a-centennial-celebration/',
1352 'md5': 'ae5ace8eb09dc1a35d03b579a9c2cc44',
1353 'info_dict': {
1354 'id': '0_f2cfbpwy',
1355 'ext': 'mp4',
1356 'title': 'I. M. Pei: A Centennial Celebration',
1357 'description': 'md5:1db8f40c69edc46ca180ba30c567f37c',
1358 'upload_date': '20170403',
1359 'uploader_id': 'batchUser',
1360 'timestamp': 1491232186,
1361 },
1362 'add_ie': ['Kaltura'],
1363 },
1364 {
1365 # Kaltura iframe embed, more sophisticated
1366 'url': 'http://www.cns.nyu.edu/~eero/math-tools/Videos/lecture-05sep2017.html',
1367 'info_dict': {
1368 'id': '1_9gzouybz',
1369 'ext': 'mp4',
1370 'title': 'lecture-05sep2017',
1371 'description': 'md5:40f347d91fd4ba047e511c5321064b49',
1372 'upload_date': '20170913',
1373 'uploader_id': 'eps2',
1374 'timestamp': 1505340777,
1375 },
1376 'params': {
1377 'skip_download': True,
1378 },
1379 'add_ie': ['Kaltura'],
1380 },
1381 {
1382 # meta twitter:player
1383 'url': 'http://thechive.com/2017/12/08/all-i-want-for-christmas-is-more-twerk/',
1384 'info_dict': {
1385 'id': '0_01b42zps',
1386 'ext': 'mp4',
1387 'title': 'Main Twerk (Video)',
1388 'upload_date': '20171208',
1389 'uploader_id': 'sebastian.salinas@thechive.com',
1390 'timestamp': 1512713057,
1391 },
1392 'params': {
1393 'skip_download': True,
1394 },
1395 'add_ie': ['Kaltura'],
1396 },
1397 # referrer protected EaglePlatform embed
1398 {
1399 'url': 'https://tvrain.ru/lite/teleshow/kak_vse_nachinalos/namin-418921/',
1400 'info_dict': {
1401 'id': '582306',
1402 'ext': 'mp4',
1403 'title': 'Стас Намин: «Мы нарушили девственность Кремля»',
1404 'thumbnail': r're:^https?://.*\.jpg$',
1405 'duration': 3382,
1406 'view_count': int,
1407 },
1408 'params': {
1409 'skip_download': True,
1410 },
1411 },
1412 # ClipYou (EaglePlatform) embed (custom URL)
1413 {
1414 'url': 'http://muz-tv.ru/play/7129/',
1415 # Not checking MD5 as sometimes the direct HTTP link results in 404 and HLS is used
1416 'info_dict': {
1417 'id': '12820',
1418 'ext': 'mp4',
1419 'title': "'O Sole Mio",
1420 'thumbnail': r're:^https?://.*\.jpg$',
1421 'duration': 216,
1422 'view_count': int,
1423 },
1424 'params': {
1425 'skip_download': True,
1426 },
1427 'skip': 'This video is unavailable.',
1428 },
1429 # Pladform embed
1430 {
1431 'url': 'http://muz-tv.ru/kinozal/view/7400/',
1432 'info_dict': {
1433 'id': '100183293',
1434 'ext': 'mp4',
1435 'title': 'Тайны перевала Дятлова • 1 серия 2 часть',
1436 'description': 'Документальный сериал-расследование одной из самых жутких тайн ХХ века',
1437 'thumbnail': r're:^https?://.*\.jpg$',
1438 'duration': 694,
1439 'age_limit': 0,
1440 },
1441 'skip': 'HTTP Error 404: Not Found',
1442 },
1443 # Playwire embed
1444 {
1445 'url': 'http://www.cinemablend.com/new/First-Joe-Dirt-2-Trailer-Teaser-Stupid-Greatness-70874.html',
1446 'info_dict': {
1447 'id': '3519514',
1448 'ext': 'mp4',
1449 'title': 'Joe Dirt 2 Beautiful Loser Teaser Trailer',
1450 'thumbnail': r're:^https?://.*\.png$',
1451 'duration': 45.115,
1452 },
1453 },
1454 # Crooks and Liars embed
1455 {
1456 'url': 'http://crooksandliars.com/2015/04/fox-friends-says-protecting-atheists',
1457 'info_dict': {
1458 'id': '8RUoRhRi',
1459 'ext': 'mp4',
1460 'title': "Fox & Friends Says Protecting Atheists From Discrimination Is Anti-Christian!",
1461 'description': 'md5:e1a46ad1650e3a5ec7196d432799127f',
1462 'timestamp': 1428207000,
1463 'upload_date': '20150405',
1464 'uploader': 'Heather',
1465 },
1466 },
1467 # Crooks and Liars external embed
1468 {
1469 'url': 'http://theothermccain.com/2010/02/02/video-proves-that-bill-kristol-has-been-watching-glenn-beck/comment-page-1/',
1470 'info_dict': {
1471 'id': 'MTE3MjUtMzQ2MzA',
1472 'ext': 'mp4',
1473 'title': 'md5:5e3662a81a4014d24c250d76d41a08d5',
1474 'description': 'md5:9b8e9542d6c3c5de42d6451b7d780cec',
1475 'timestamp': 1265032391,
1476 'upload_date': '20100201',
1477 'uploader': 'Heather',
1478 },
1479 },
1480 # NBC Sports vplayer embed
1481 {
1482 'url': 'http://www.riderfans.com/forum/showthread.php?121827-Freeman&s=e98fa1ea6dc08e886b1678d35212494a',
1483 'info_dict': {
1484 'id': 'ln7x1qSThw4k',
1485 'ext': 'flv',
1486 'title': "PFT Live: New leader in the 'new-look' defense",
1487 'description': 'md5:65a19b4bbfb3b0c0c5768bed1dfad74e',
1488 'uploader': 'NBCU-SPORTS',
1489 'upload_date': '20140107',
1490 'timestamp': 1389118457,
1491 },
1492 'skip': 'Invalid Page URL',
1493 },
1494 # NBC News embed
1495 {
1496 'url': 'http://www.vulture.com/2016/06/letterman-couldnt-care-less-about-late-night.html',
1497 'md5': '1aa589c675898ae6d37a17913cf68d66',
1498 'info_dict': {
1499 'id': 'x_dtl_oa_LettermanliftPR_160608',
1500 'ext': 'mp4',
1501 'title': 'David Letterman: A Preview',
1502 '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.',
1503 'upload_date': '20160609',
1504 'timestamp': 1465431544,
1505 'uploader': 'NBCU-NEWS',
1506 },
1507 },
1508 # UDN embed
1509 {
1510 'url': 'https://video.udn.com/news/300346',
1511 'md5': 'fd2060e988c326991037b9aff9df21a6',
1512 'info_dict': {
1513 'id': '300346',
1514 'ext': 'mp4',
1515 'title': '中一中男師變性 全校師生力挺',
1516 'thumbnail': r're:^https?://.*\.jpg$',
1517 },
1518 'params': {
1519 # m3u8 download
1520 'skip_download': True,
1521 },
1522 'expected_warnings': ['Failed to parse JSON Expecting value'],
1523 },
1524 # Brightcove URL in single quotes
1525 {
1526 'url': 'http://www.sportsnet.ca/baseball/mlb/sn-presents-russell-martin-world-citizen/',
1527 'md5': '4ae374f1f8b91c889c4b9203c8c752af',
1528 'info_dict': {
1529 'id': '4255764656001',
1530 'ext': 'mp4',
1531 'title': 'SN Presents: Russell Martin, World Citizen',
1532 'description': 'To understand why he was the Toronto Blue Jays’ top off-season priority is to appreciate his background and upbringing in Montreal, where he first developed his baseball skills. Written and narrated by Stephen Brunt.',
1533 'uploader': 'Rogers Sportsnet',
1534 'uploader_id': '1704050871',
1535 'upload_date': '20150525',
1536 'timestamp': 1432570283,
1537 },
1538 },
1539 # Kinja embed
1540 {
1541 'url': 'http://www.clickhole.com/video/dont-understand-bitcoin-man-will-mumble-explanatio-2537',
1542 'info_dict': {
1543 'id': '106351',
1544 'ext': 'mp4',
1545 'title': 'Don’t Understand Bitcoin? This Man Will Mumble An Explanation At You',
1546 'description': 'Migrated from OnionStudios',
1547 'thumbnail': r're:^https?://.*\.jpe?g$',
1548 'uploader': 'clickhole',
1549 'upload_date': '20150527',
1550 'timestamp': 1432744860,
1551 }
1552 },
1553 # SnagFilms embed
1554 {
1555 'url': 'http://whilewewatch.blogspot.ru/2012/06/whilewewatch-whilewewatch-gripping.html',
1556 'info_dict': {
1557 'id': '74849a00-85a9-11e1-9660-123139220831',
1558 'ext': 'mp4',
1559 'title': '#whilewewatch',
1560 }
1561 },
1562 # AdobeTVVideo embed
1563 {
1564 'url': 'https://helpx.adobe.com/acrobat/how-to/new-experience-acrobat-dc.html?set=acrobat--get-started--essential-beginners',
1565 'md5': '43662b577c018ad707a63766462b1e87',
1566 'info_dict': {
1567 'id': '2456',
1568 'ext': 'mp4',
1569 'title': 'New experience with Acrobat DC',
1570 'description': 'New experience with Acrobat DC',
1571 'duration': 248.667,
1572 },
1573 },
1574 # BrightcoveInPageEmbed embed
1575 {
1576 'url': 'http://www.geekandsundry.com/tabletop-bonus-wils-final-thoughts-on-dread/',
1577 'info_dict': {
1578 'id': '4238694884001',
1579 'ext': 'flv',
1580 'title': 'Tabletop: Dread, Last Thoughts',
1581 'description': 'Tabletop: Dread, Last Thoughts',
1582 'duration': 51690,
1583 },
1584 },
1585 # Brightcove embed, with no valid 'renditions' but valid 'IOSRenditions'
1586 # This video can't be played in browsers if Flash disabled and UA set to iPhone, which is actually a false alarm
1587 {
1588 'url': 'https://dl.dropboxusercontent.com/u/29092637/interview.html',
1589 'info_dict': {
1590 'id': '4785848093001',
1591 'ext': 'mp4',
1592 'title': 'The Cardinal Pell Interview',
1593 'description': 'Sky News Contributor Andrew Bolt interviews George Pell in Rome, following the Cardinal\'s evidence before the Royal Commission into Child Abuse. ',
1594 'uploader': 'GlobeCast Australia - GlobeStream',
1595 'uploader_id': '2733773828001',
1596 'upload_date': '20160304',
1597 'timestamp': 1457083087,
1598 },
1599 'params': {
1600 # m3u8 downloads
1601 'skip_download': True,
1602 },
1603 },
1604 {
1605 # Brightcove embed with whitespace around attribute names
1606 'url': 'http://www.stack.com/video/3167554373001/learn-to-hit-open-three-pointers-with-damian-lillard-s-baseline-drift-drill',
1607 'info_dict': {
1608 'id': '3167554373001',
1609 'ext': 'mp4',
1610 'title': "Learn to Hit Open Three-Pointers With Damian Lillard's Baseline Drift Drill",
1611 'description': 'md5:57bacb0e0f29349de4972bfda3191713',
1612 'uploader_id': '1079349493',
1613 'upload_date': '20140207',
1614 'timestamp': 1391810548,
1615 },
1616 'params': {
1617 'skip_download': True,
1618 },
1619 },
1620 # Another form of arte.tv embed
1621 {
1622 'url': 'http://www.tv-replay.fr/redirection/09-04-16/arte-reportage-arte-11508975.html',
1623 'md5': '850bfe45417ddf221288c88a0cffe2e2',
1624 'info_dict': {
1625 'id': '030273-562_PLUS7-F',
1626 'ext': 'mp4',
1627 'title': 'ARTE Reportage - Nulle part, en France',
1628 'description': 'md5:e3a0e8868ed7303ed509b9e3af2b870d',
1629 'upload_date': '20160409',
1630 },
1631 },
1632 # Duplicated embedded video URLs
1633 {
1634 'url': 'http://www.hudl.com/athlete/2538180/highlights/149298443',
1635 'info_dict': {
1636 'id': '149298443_480_16c25b74_2',
1637 'ext': 'mp4',
1638 'title': 'vs. Blue Orange Spring Game',
1639 'uploader': 'www.hudl.com',
1640 },
1641 },
1642 # twitter:player:stream embed
1643 {
1644 'url': 'http://www.rtl.be/info/video/589263.aspx?CategoryID=288',
1645 'info_dict': {
1646 'id': 'master',
1647 'ext': 'mp4',
1648 'title': 'Une nouvelle espèce de dinosaure découverte en Argentine',
1649 'uploader': 'www.rtl.be',
1650 },
1651 'params': {
1652 # m3u8 downloads
1653 'skip_download': True,
1654 },
1655 },
1656 # twitter:player embed
1657 {
1658 'url': 'http://www.theatlantic.com/video/index/484130/what-do-black-holes-sound-like/',
1659 'md5': 'a3e0df96369831de324f0778e126653c',
1660 'info_dict': {
1661 'id': '4909620399001',
1662 'ext': 'mp4',
1663 'title': 'What Do Black Holes Sound Like?',
1664 'description': 'what do black holes sound like',
1665 'upload_date': '20160524',
1666 'uploader_id': '29913724001',
1667 'timestamp': 1464107587,
1668 'uploader': 'TheAtlantic',
1669 },
1670 'add_ie': ['BrightcoveLegacy'],
1671 },
1672 # Facebook <iframe> embed
1673 {
1674 'url': 'https://www.hostblogger.de/blog/archives/6181-Auto-jagt-Betonmischer.html',
1675 'md5': 'fbcde74f534176ecb015849146dd3aee',
1676 'info_dict': {
1677 'id': '599637780109885',
1678 'ext': 'mp4',
1679 'title': 'Facebook video #599637780109885',
1680 },
1681 },
1682 # Facebook <iframe> embed, plugin video
1683 {
1684 'url': 'http://5pillarsuk.com/2017/06/07/tariq-ramadan-disagrees-with-pr-exercise-by-imams-refusing-funeral-prayers-for-london-attackers/',
1685 'info_dict': {
1686 'id': '1754168231264132',
1687 'ext': 'mp4',
1688 'title': 'About the Imams and Religious leaders refusing to perform funeral prayers for...',
1689 'uploader': 'Tariq Ramadan (official)',
1690 'timestamp': 1496758379,
1691 'upload_date': '20170606',
1692 },
1693 'params': {
1694 'skip_download': True,
1695 },
1696 },
1697 # Facebook API embed
1698 {
1699 'url': 'http://www.lothype.com/blue-stars-2016-preview-standstill-full-show/',
1700 'md5': 'a47372ee61b39a7b90287094d447d94e',
1701 'info_dict': {
1702 'id': '10153467542406923',
1703 'ext': 'mp4',
1704 'title': 'Facebook video #10153467542406923',
1705 },
1706 },
1707 # Wordpress "YouTube Video Importer" plugin
1708 {
1709 'url': 'http://www.lothype.com/blue-devils-drumline-stanford-lot-2016/',
1710 'md5': 'd16797741b560b485194eddda8121b48',
1711 'info_dict': {
1712 'id': 'HNTXWDXV9Is',
1713 'ext': 'mp4',
1714 'title': 'Blue Devils Drumline Stanford lot 2016',
1715 'upload_date': '20160627',
1716 'uploader_id': 'GENOCIDE8GENERAL10',
1717 'uploader': 'cylus cyrus',
1718 },
1719 },
1720 {
1721 # video stored on custom kaltura server
1722 'url': 'http://www.expansion.com/multimedia/videos.html?media=EQcM30NHIPv',
1723 'md5': '537617d06e64dfed891fa1593c4b30cc',
1724 'info_dict': {
1725 'id': '0_1iotm5bh',
1726 'ext': 'mp4',
1727 'title': 'Elecciones británicas: 5 lecciones para Rajoy',
1728 'description': 'md5:435a89d68b9760b92ce67ed227055f16',
1729 'uploader_id': 'videos.expansion@el-mundo.net',
1730 'upload_date': '20150429',
1731 'timestamp': 1430303472,
1732 },
1733 'add_ie': ['Kaltura'],
1734 },
1735 {
1736 # multiple kaltura embeds, nsfw
1737 'url': 'https://www.quartier-rouge.be/prive/femmes/kamila-avec-video-jaime-sadomie.html',
1738 'info_dict': {
1739 'id': 'kamila-avec-video-jaime-sadomie',
1740 'title': "Kamila avec vídeo “J'aime sadomie”",
1741 },
1742 'playlist_count': 8,
1743 },
1744 {
1745 # Non-standard Vimeo embed
1746 'url': 'https://openclassrooms.com/courses/understanding-the-web',
1747 'md5': '64d86f1c7d369afd9a78b38cbb88d80a',
1748 'info_dict': {
1749 'id': '148867247',
1750 'ext': 'mp4',
1751 'title': 'Understanding the web - Teaser',
1752 'description': 'This is "Understanding the web - Teaser" by openclassrooms on Vimeo, the home for high quality videos and the people who love them.',
1753 'upload_date': '20151214',
1754 'uploader': 'OpenClassrooms',
1755 'uploader_id': 'openclassrooms',
1756 },
1757 'add_ie': ['Vimeo'],
1758 },
1759 {
1760 # generic vimeo embed that requires original URL passed as Referer
1761 'url': 'http://racing4everyone.eu/2016/07/30/formula-1-2016-round12-germany/',
1762 'only_matching': True,
1763 },
1764 {
1765 'url': 'https://support.arkena.com/display/PLAY/Ways+to+embed+your+video',
1766 'md5': 'b96f2f71b359a8ecd05ce4e1daa72365',
1767 'info_dict': {
1768 'id': 'b41dda37-d8e7-4d3f-b1b5-9a9db578bdfe',
1769 'ext': 'mp4',
1770 'title': 'Big Buck Bunny',
1771 'description': 'Royalty free test video',
1772 'timestamp': 1432816365,
1773 'upload_date': '20150528',
1774 'is_live': False,
1775 },
1776 'params': {
1777 'skip_download': True,
1778 },
1779 'add_ie': [ArkenaIE.ie_key()],
1780 },
1781 {
1782 '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/',
1783 'info_dict': {
1784 'id': '1c7141f46c',
1785 'ext': 'mp4',
1786 'title': 'НА КОСЪМ ОТ ВЗРИВ: Изтичане на газ на бензиностанция в Пловдив',
1787 },
1788 'params': {
1789 'skip_download': True,
1790 },
1791 'add_ie': [Vbox7IE.ie_key()],
1792 },
1793 {
1794 # DBTV embeds
1795 'url': 'http://www.dagbladet.no/2016/02/23/nyheter/nordlys/ski/troms/ver/43254897/',
1796 'info_dict': {
1797 'id': '43254897',
1798 'title': 'Etter ett års planlegging, klaffet endelig alt: - Jeg måtte ta en liten dans',
1799 },
1800 'playlist_mincount': 3,
1801 },
1802 {
1803 # Videa embeds
1804 'url': 'http://forum.dvdtalk.com/movie-talk/623756-deleted-magic-star-wars-ot-deleted-alt-scenes-docu-style.html',
1805 'info_dict': {
1806 'id': '623756-deleted-magic-star-wars-ot-deleted-alt-scenes-docu-style',
1807 'title': 'Deleted Magic - Star Wars: OT Deleted / Alt. Scenes Docu. Style - DVD Talk Forum',
1808 },
1809 'playlist_mincount': 2,
1810 },
1811 {
1812 # 20 minuten embed
1813 'url': 'http://www.20min.ch/schweiz/news/story/So-kommen-Sie-bei-Eis-und-Schnee-sicher-an-27032552',
1814 'info_dict': {
1815 'id': '523629',
1816 'ext': 'mp4',
1817 'title': 'So kommen Sie bei Eis und Schnee sicher an',
1818 'description': 'md5:117c212f64b25e3d95747e5276863f7d',
1819 },
1820 'params': {
1821 'skip_download': True,
1822 },
1823 'add_ie': [TwentyMinutenIE.ie_key()],
1824 },
1825 {
1826 # VideoPress embed
1827 'url': 'https://en.support.wordpress.com/videopress/',
1828 'info_dict': {
1829 'id': 'OcobLTqC',
1830 'ext': 'm4v',
1831 'title': 'IMG_5786',
1832 'timestamp': 1435711927,
1833 'upload_date': '20150701',
1834 },
1835 'params': {
1836 'skip_download': True,
1837 },
1838 'add_ie': [VideoPressIE.ie_key()],
1839 },
1840 {
1841 # Rutube embed
1842 'url': 'http://magazzino.friday.ru/videos/vipuski/kazan-2',
1843 'info_dict': {
1844 'id': '9b3d5bee0a8740bf70dfd29d3ea43541',
1845 'ext': 'flv',
1846 'title': 'Магаззино: Казань 2',
1847 'description': 'md5:99bccdfac2269f0e8fdbc4bbc9db184a',
1848 'uploader': 'Магаззино',
1849 'upload_date': '20170228',
1850 'uploader_id': '996642',
1851 },
1852 'params': {
1853 'skip_download': True,
1854 },
1855 'add_ie': [RutubeIE.ie_key()],
1856 },
1857 {
1858 # glomex:embed
1859 'url': 'https://www.skai.gr/news/world/iatrikos-syllogos-tourkias-to-turkovac-aplo-dialyma-erntogan-eiste-apateones-kai-pseytes',
1860 'info_dict': {
1861 'id': 'v-ch2nkhcirwc9-sf',
1862 'ext': 'mp4',
1863 'title': 'md5:786e1e24e06c55993cee965ef853a0c1',
1864 'description': 'md5:8b517a61d577efe7e36fde72fd535995',
1865 'timestamp': 1641885019,
1866 'upload_date': '20220111',
1867 'duration': 460000,
1868 'thumbnail': 'https://i3thumbs.glomex.com/dC1idjJwdndiMjRzeGwvMjAyMi8wMS8xMS8wNy8xMF8zNV82MWRkMmQ2YmU5ZTgyLmpwZw==/profile:player-960x540',
1869 },
1870 },
1871 {
1872 # megatvcom:embed
1873 'url': 'https://www.in.gr/2021/12/18/greece/apokalypsi-mega-poios-parelave-tin-ereyna-tsiodra-ek-merous-tis-kyvernisis-o-prothypourgos-telika-gnorize/',
1874 'info_dict': {
1875 'id': 'apokalypsi-mega-poios-parelave-tin-ereyna-tsiodra-ek-merous-tis-kyvernisis-o-prothypourgos-telika-gnorize',
1876 'title': 'md5:5e569cf996ec111057c2764ec272848f',
1877 },
1878 'playlist': [{
1879 'md5': '1afa26064ff00ccb91617957dbc73dc1',
1880 'info_dict': {
1881 'ext': 'mp4',
1882 'id': '564916',
1883 'display_id': 'md5:6cdf22d3a2e7bacb274b7295089a1770',
1884 'title': 'md5:33b9dd39584685b62873043670eb52a6',
1885 'description': 'md5:c1db7310f390518ac36dd69d947ef1a1',
1886 'timestamp': 1639753145,
1887 'upload_date': '20211217',
1888 'thumbnail': 'https://www.megatv.com/wp-content/uploads/2021/12/prezerakos-1024x597.jpg',
1889 },
1890 }, {
1891 'md5': '4a1c220695f1ef865a8b7966a53e2474',
1892 'info_dict': {
1893 'ext': 'mp4',
1894 'id': '564905',
1895 'display_id': 'md5:ead15695e485e649aed2b81ebd699b88',
1896 'title': 'md5:2b71fd54249a3ca34609fe39ae31c47b',
1897 'description': 'md5:c42e12f638d0a97d6de4508e2c4df982',
1898 'timestamp': 1639753047,
1899 'upload_date': '20211217',
1900 'thumbnail': 'https://www.megatv.com/wp-content/uploads/2021/12/tsiodras-mitsotakis-1024x545.jpg',
1901 },
1902 }]
1903 },
1904 {
1905 'url': 'https://www.ertnews.gr/video/manolis-goyalles-o-anthropos-piso-apo-ti-diadiktyaki-vasilopita/',
1906 'info_dict': {
1907 'id': '2022/tv/news-themata-ianouarios/20220114-apotis6-gouales-pita.mp4',
1908 'ext': 'mp4',
1909 'title': 'md5:df64f5b61c06d0e9556c0cdd5cf14464',
1910 'thumbnail': 'https://www.ert.gr/themata/photos/2021/20220114-apotis6-gouales-pita.jpg',
1911 },
1912 },
1913 {
1914 # ThePlatform embedded with whitespaces in URLs
1915 'url': 'http://www.golfchannel.com/topics/shows/golftalkcentral.htm',
1916 'only_matching': True,
1917 },
1918 {
1919 # Senate ISVP iframe https
1920 'url': 'https://www.hsgac.senate.gov/hearings/canadas-fast-track-refugee-plan-unanswered-questions-and-implications-for-us-national-security',
1921 'md5': 'fb8c70b0b515e5037981a2492099aab8',
1922 'info_dict': {
1923 'id': 'govtaff020316',
1924 'ext': 'mp4',
1925 'title': 'Integrated Senate Video Player',
1926 },
1927 'add_ie': [SenateISVPIE.ie_key()],
1928 },
1929 {
1930 # Limelight embeds (1 channel embed + 4 media embeds)
1931 'url': 'http://www.sedona.com/FacilitatorTraining2017',
1932 'info_dict': {
1933 'id': 'FacilitatorTraining2017',
1934 'title': 'Facilitator Training 2017',
1935 },
1936 'playlist_mincount': 5,
1937 },
1938 {
1939 # Limelight embed (LimelightPlayerUtil.embed)
1940 'url': 'https://tv5.ca/videos?v=xuu8qowr291ri',
1941 'info_dict': {
1942 'id': '95d035dc5c8a401588e9c0e6bd1e9c92',
1943 'ext': 'mp4',
1944 'title': '07448641',
1945 'timestamp': 1499890639,
1946 'upload_date': '20170712',
1947 },
1948 'params': {
1949 'skip_download': True,
1950 },
1951 'add_ie': ['LimelightMedia'],
1952 },
1953 {
1954 'url': 'http://kron4.com/2017/04/28/standoff-with-walnut-creek-murder-suspect-ends-with-arrest/',
1955 'info_dict': {
1956 'id': 'standoff-with-walnut-creek-murder-suspect-ends-with-arrest',
1957 'title': 'Standoff with Walnut Creek murder suspect ends',
1958 'description': 'md5:3ccc48a60fc9441eeccfc9c469ebf788',
1959 },
1960 'playlist_mincount': 4,
1961 },
1962 {
1963 # WashingtonPost embed
1964 'url': 'http://www.vanityfair.com/hollywood/2017/04/donald-trump-tv-pitches',
1965 'info_dict': {
1966 'id': '8caf6e88-d0ec-11e5-90d3-34c2c42653ac',
1967 'ext': 'mp4',
1968 'title': "No one has seen the drama series based on Trump's life \u2014 until now",
1969 '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.',
1970 'timestamp': 1455216756,
1971 'uploader': 'The Washington Post',
1972 'upload_date': '20160211',
1973 },
1974 'add_ie': [WashingtonPostIE.ie_key()],
1975 },
1976 {
1977 # Mediaset embed
1978 'url': 'http://www.tgcom24.mediaset.it/politica/serracchiani-voglio-vivere-in-una-societa-aperta-reazioni-sproporzionate-_3071354-201702a.shtml',
1979 'info_dict': {
1980 'id': '720642',
1981 'ext': 'mp4',
1982 'title': 'Serracchiani: "Voglio vivere in una società aperta, con tutela del patto di fiducia"',
1983 },
1984 'params': {
1985 'skip_download': True,
1986 },
1987 'add_ie': [MediasetIE.ie_key()],
1988 },
1989 {
1990 # JOJ.sk embeds
1991 'url': 'https://www.noviny.sk/slovensko/238543-slovenskom-sa-prehnala-vlna-silnych-burok',
1992 'info_dict': {
1993 'id': '238543-slovenskom-sa-prehnala-vlna-silnych-burok',
1994 'title': 'Slovenskom sa prehnala vlna silných búrok',
1995 },
1996 'playlist_mincount': 5,
1997 'add_ie': [JojIE.ie_key()],
1998 },
1999 {
2000 # AMP embed (see https://www.ampproject.org/docs/reference/components/amp-video)
2001 'url': 'https://tvrain.ru/amp/418921/',
2002 'md5': 'cc00413936695987e8de148b67d14f1d',
2003 'info_dict': {
2004 'id': '418921',
2005 'ext': 'mp4',
2006 'title': 'Стас Намин: «Мы нарушили девственность Кремля»',
2007 },
2008 },
2009 {
2010 # vzaar embed
2011 'url': 'http://help.vzaar.com/article/165-embedding-video',
2012 'md5': '7e3919d9d2620b89e3e00bec7fe8c9d4',
2013 'info_dict': {
2014 'id': '8707641',
2015 'ext': 'mp4',
2016 'title': 'Building A Business Online: Principal Chairs Q & A',
2017 },
2018 },
2019 {
2020 # multiple HTML5 videos on one page
2021 'url': 'https://www.paragon-software.com/home/rk-free/keyscenarios.html',
2022 'info_dict': {
2023 'id': 'keyscenarios',
2024 'title': 'Rescue Kit 14 Free Edition - Getting started',
2025 },
2026 'playlist_count': 4,
2027 },
2028 {
2029 # vshare embed
2030 'url': 'https://youtube-dl-demo.neocities.org/vshare.html',
2031 'md5': '17b39f55b5497ae8b59f5fbce8e35886',
2032 'info_dict': {
2033 'id': '0f64ce6',
2034 'title': 'vl14062007715967',
2035 'ext': 'mp4',
2036 }
2037 },
2038 {
2039 'url': 'http://www.heidelberg-laureate-forum.org/blog/video/lecture-friday-september-23-2016-sir-c-antony-r-hoare/',
2040 'md5': 'aecd089f55b1cb5a59032cb049d3a356',
2041 'info_dict': {
2042 'id': '90227f51a80c4d8f86c345a7fa62bd9a1d',
2043 'ext': 'mp4',
2044 'title': 'Lecture: Friday, September 23, 2016 - Sir Tony Hoare',
2045 'description': 'md5:5a51db84a62def7b7054df2ade403c6c',
2046 'timestamp': 1474354800,
2047 'upload_date': '20160920',
2048 }
2049 },
2050 {
2051 'url': 'http://www.kidzworld.com/article/30935-trolls-the-beat-goes-on-interview-skylar-astin-and-amanda-leighton',
2052 'info_dict': {
2053 'id': '1731611',
2054 'ext': 'mp4',
2055 'title': 'Official Trailer | TROLLS: THE BEAT GOES ON!',
2056 'description': 'md5:eb5f23826a027ba95277d105f248b825',
2057 'timestamp': 1516100691,
2058 'upload_date': '20180116',
2059 },
2060 'params': {
2061 'skip_download': True,
2062 },
2063 'add_ie': [SpringboardPlatformIE.ie_key()],
2064 },
2065 {
2066 'url': 'https://www.yapfiles.ru/show/1872528/690b05d3054d2dbe1e69523aa21bb3b1.mp4.html',
2067 'info_dict': {
2068 'id': 'vMDE4NzI1Mjgt690b',
2069 'ext': 'mp4',
2070 'title': 'Котята',
2071 },
2072 'add_ie': [YapFilesIE.ie_key()],
2073 'params': {
2074 'skip_download': True,
2075 },
2076 },
2077 {
2078 # CloudflareStream embed
2079 'url': 'https://www.cloudflare.com/products/cloudflare-stream/',
2080 'info_dict': {
2081 'id': '31c9291ab41fac05471db4e73aa11717',
2082 'ext': 'mp4',
2083 'title': '31c9291ab41fac05471db4e73aa11717',
2084 },
2085 'add_ie': [CloudflareStreamIE.ie_key()],
2086 'params': {
2087 'skip_download': True,
2088 },
2089 },
2090 {
2091 # PeerTube embed
2092 'url': 'https://joinpeertube.org/fr/home/',
2093 'info_dict': {
2094 'id': 'home',
2095 'title': 'Reprenez le contrôle de vos vidéos ! #JoinPeertube',
2096 },
2097 'playlist_count': 2,
2098 },
2099 {
2100 # Indavideo embed
2101 'url': 'https://streetkitchen.hu/receptek/igy_kell_otthon_hamburgert_sutni/',
2102 'info_dict': {
2103 'id': '1693903',
2104 'ext': 'mp4',
2105 'title': 'Így kell otthon hamburgert sütni',
2106 'description': 'md5:f5a730ecf900a5c852e1e00540bbb0f7',
2107 'timestamp': 1426330212,
2108 'upload_date': '20150314',
2109 'uploader': 'StreetKitchen',
2110 'uploader_id': '546363',
2111 },
2112 'add_ie': [IndavideoEmbedIE.ie_key()],
2113 'params': {
2114 'skip_download': True,
2115 },
2116 },
2117 {
2118 # APA embed via JWPlatform embed
2119 'url': 'http://www.vol.at/blue-man-group/5593454',
2120 'info_dict': {
2121 'id': 'jjv85FdZ',
2122 'ext': 'mp4',
2123 'title': '"Blau ist mysteriös": Die Blue Man Group im Interview',
2124 'description': 'md5:d41d8cd98f00b204e9800998ecf8427e',
2125 'thumbnail': r're:^https?://.*\.jpg$',
2126 'duration': 254,
2127 'timestamp': 1519211149,
2128 'upload_date': '20180221',
2129 },
2130 'params': {
2131 'skip_download': True,
2132 },
2133 },
2134 {
2135 'url': 'http://share-videos.se/auto/video/83645793?uid=13',
2136 'md5': 'b68d276de422ab07ee1d49388103f457',
2137 'info_dict': {
2138 'id': '83645793',
2139 'title': 'Lock up and get excited',
2140 'ext': 'mp4'
2141 },
2142 'skip': 'TODO: fix nested playlists processing in tests',
2143 },
2144 {
2145 # Viqeo embeds
2146 'url': 'https://viqeo.tv/',
2147 'info_dict': {
2148 'id': 'viqeo',
2149 'title': 'All-new video platform',
2150 },
2151 'playlist_count': 6,
2152 },
2153 {
2154 # Squarespace video embed, 2019-08-28
2155 'url': 'http://ootboxford.com',
2156 'info_dict': {
2157 'id': 'Tc7b_JGdZfw',
2158 'title': 'Out of the Blue, at Childish Things 10',
2159 'ext': 'mp4',
2160 'description': 'md5:a83d0026666cf5ee970f8bd1cfd69c7f',
2161 'uploader_id': 'helendouglashouse',
2162 'uploader': 'Helen & Douglas House',
2163 'upload_date': '20140328',
2164 },
2165 'params': {
2166 'skip_download': True,
2167 },
2168 },
2169 # {
2170 # # Zype embed
2171 # 'url': 'https://www.cookscountry.com/episode/554-smoky-barbecue-favorites',
2172 # 'info_dict': {
2173 # 'id': '5b400b834b32992a310622b9',
2174 # 'ext': 'mp4',
2175 # 'title': 'Smoky Barbecue Favorites',
2176 # 'thumbnail': r're:^https?://.*\.jpe?g',
2177 # 'description': 'md5:5ff01e76316bd8d46508af26dc86023b',
2178 # 'upload_date': '20170909',
2179 # 'timestamp': 1504915200,
2180 # },
2181 # 'add_ie': [ZypeIE.ie_key()],
2182 # 'params': {
2183 # 'skip_download': True,
2184 # },
2185 # },
2186 {
2187 # videojs embed
2188 'url': 'https://video.sibnet.ru/shell.php?videoid=3422904',
2189 'info_dict': {
2190 'id': 'shell',
2191 'ext': 'mp4',
2192 'title': 'Доставщик пиццы спросил разрешения сыграть на фортепиано',
2193 'description': 'md5:89209cdc587dab1e4a090453dbaa2cb1',
2194 'thumbnail': r're:^https?://.*\.jpg$',
2195 },
2196 'params': {
2197 'skip_download': True,
2198 },
2199 'expected_warnings': ['Failed to download MPD manifest'],
2200 },
2201 {
2202 # DailyMotion embed with DM.player
2203 'url': 'https://www.beinsports.com/us/copa-del-rey/video/the-locker-room-valencia-beat-barca-in-copa/1203804',
2204 'info_dict': {
2205 'id': 'k6aKkGHd9FJs4mtJN39',
2206 'ext': 'mp4',
2207 'title': 'The Locker Room: Valencia Beat Barca In Copa del Rey Final',
2208 'description': 'This video is private.',
2209 'uploader_id': 'x1jf30l',
2210 'uploader': 'beIN SPORTS USA',
2211 'upload_date': '20190528',
2212 'timestamp': 1559062971,
2213 },
2214 'params': {
2215 'skip_download': True,
2216 },
2217 },
2218 {
2219 # tvopengr:embed
2220 'url': 'https://www.ethnos.gr/World/article/190604/hparosiaxekinoynoisynomiliessthgeneyhmethskiatoypolemoypanoapothnoykrania',
2221 'md5': 'eb0c3995d0a6f18f6538c8e057865d7d',
2222 'info_dict': {
2223 'id': '101119',
2224 'ext': 'mp4',
2225 'display_id': 'oikarpoitondiapragmateyseonhparosias',
2226 'title': 'md5:b979f4d640c568617d6547035528a149',
2227 'description': 'md5:e54fc1977c7159b01cc11cd7d9d85550',
2228 'timestamp': 1641772800,
2229 'upload_date': '20220110',
2230 'thumbnail': 'https://opentv-static.siliconweb.com/imgHandler/1920/70bc39fa-895b-4918-a364-c39d2135fc6d.jpg',
2231
2232 }
2233 },
2234 {
2235 # blogger embed
2236 'url': 'https://blog.tomeuvizoso.net/2019/01/a-panfrost-milestone.html',
2237 'md5': 'f1bc19b6ea1b0fd1d81e84ca9ec467ac',
2238 'info_dict': {
2239 'id': 'BLOGGER-video-3c740e3a49197e16-796',
2240 'ext': 'mp4',
2241 'title': 'Blogger',
2242 'thumbnail': r're:^https?://.*',
2243 },
2244 },
2245 # {
2246 # # TODO: find another test
2247 # # http://schema.org/VideoObject
2248 # 'url': 'https://flipagram.com/f/nyvTSJMKId',
2249 # 'md5': '888dcf08b7ea671381f00fab74692755',
2250 # 'info_dict': {
2251 # 'id': 'nyvTSJMKId',
2252 # 'ext': 'mp4',
2253 # 'title': 'Flipagram by sjuria101 featuring Midnight Memories by One Direction',
2254 # 'description': '#love for cats.',
2255 # 'timestamp': 1461244995,
2256 # 'upload_date': '20160421',
2257 # },
2258 # 'params': {
2259 # 'force_generic_extractor': True,
2260 # },
2261 # },
2262 {
2263 # VHX Embed
2264 'url': 'https://demo.vhx.tv/category-c/videos/file-example-mp4-480-1-5mg-copy',
2265 'info_dict': {
2266 'id': '858208',
2267 'ext': 'mp4',
2268 'title': 'Untitled',
2269 'uploader_id': 'user80538407',
2270 'uploader': 'OTT Videos',
2271 },
2272 },
2273 {
2274 # ArcPublishing PoWa video player
2275 'url': 'https://www.adn.com/politics/2020/11/02/video-senate-candidates-campaign-in-anchorage-on-eve-of-election-day/',
2276 'md5': 'b03b2fac8680e1e5a7cc81a5c27e71b3',
2277 'info_dict': {
2278 'id': '8c99cb6e-b29c-4bc9-9173-7bf9979225ab',
2279 'ext': 'mp4',
2280 'title': 'Senate candidates wave to voters on Anchorage streets',
2281 'description': 'md5:91f51a6511f090617353dc720318b20e',
2282 'timestamp': 1604378735,
2283 'upload_date': '20201103',
2284 'duration': 1581,
2285 },
2286 },
2287 {
2288 # MyChannels SDK embed
2289 # https://www.24kitchen.nl/populair/deskundige-dit-waarom-sommigen-gevoelig-zijn-voor-voedselallergieen
2290 'url': 'https://www.demorgen.be/nieuws/burgemeester-rotterdam-richt-zich-in-videoboodschap-tot-relschoppers-voelt-het-goed~b0bcfd741/',
2291 'md5': '90c0699c37006ef18e198c032d81739c',
2292 'info_dict': {
2293 'id': '194165',
2294 'ext': 'mp4',
2295 'title': 'Burgemeester Aboutaleb spreekt relschoppers toe',
2296 'timestamp': 1611740340,
2297 'upload_date': '20210127',
2298 'duration': 159,
2299 },
2300 },
2301 {
2302 # Simplecast player embed
2303 'url': 'https://www.bio.org/podcast',
2304 'info_dict': {
2305 'id': 'podcast',
2306 'title': 'I AM BIO Podcast | BIO',
2307 },
2308 'playlist_mincount': 52,
2309 },
2310 {
2311 # Sibnet embed (https://help.sibnet.ru/?sibnet_video_embed)
2312 'url': 'https://phpbb3.x-tk.ru/bbcode-video-sibnet-t24.html',
2313 'only_matching': True,
2314 }, {
2315 # WimTv embed player
2316 'url': 'http://www.msmotor.tv/wearefmi-pt-2-2021/',
2317 'info_dict': {
2318 'id': 'wearefmi-pt-2-2021',
2319 'title': '#WEAREFMI – PT.2 – 2021 – MsMotorTV',
2320 },
2321 'playlist_count': 1,
2322 }, {
2323 # KVS Player
2324 'url': 'https://www.kvs-demo.com/videos/105/kelis-4th-of-july/',
2325 'info_dict': {
2326 'id': '105',
2327 'display_id': 'kelis-4th-of-july',
2328 'ext': 'mp4',
2329 'title': 'Kelis - 4th Of July',
2330 'thumbnail': 'https://kvs-demo.com/contents/videos_screenshots/0/105/preview.jpg',
2331 },
2332 'params': {
2333 'skip_download': True,
2334 },
2335 }, {
2336 # KVS Player
2337 'url': 'https://www.kvs-demo.com/embed/105/',
2338 'info_dict': {
2339 'id': '105',
2340 'display_id': 'kelis-4th-of-july',
2341 'ext': 'mp4',
2342 'title': 'Kelis - 4th Of July / Embed Player',
2343 'thumbnail': 'https://kvs-demo.com/contents/videos_screenshots/0/105/preview.jpg',
2344 },
2345 'params': {
2346 'skip_download': True,
2347 },
2348 }, {
2349 # KVS Player
2350 'url': 'https://thisvid.com/videos/french-boy-pantsed/',
2351 'md5': '3397979512c682f6b85b3b04989df224',
2352 'info_dict': {
2353 'id': '2400174',
2354 'display_id': 'french-boy-pantsed',
2355 'ext': 'mp4',
2356 'title': 'French Boy Pantsed - ThisVid.com',
2357 'thumbnail': 'https://media.thisvid.com/contents/videos_screenshots/2400000/2400174/preview.mp4.jpg',
2358 }
2359 }, {
2360 # KVS Player
2361 'url': 'https://thisvid.com/embed/2400174/',
2362 'md5': '3397979512c682f6b85b3b04989df224',
2363 'info_dict': {
2364 'id': '2400174',
2365 'display_id': 'french-boy-pantsed',
2366 'ext': 'mp4',
2367 'title': 'French Boy Pantsed - ThisVid.com',
2368 'thumbnail': 'https://media.thisvid.com/contents/videos_screenshots/2400000/2400174/preview.mp4.jpg',
2369 }
2370 }, {
2371 # KVS Player
2372 'url': 'https://youix.com/video/leningrad-zoj/',
2373 'md5': '94f96ba95706dc3880812b27b7d8a2b8',
2374 'info_dict': {
2375 'id': '18485',
2376 'display_id': 'leningrad-zoj',
2377 'ext': 'mp4',
2378 'title': 'Клип: Ленинград - ЗОЖ скачать, смотреть онлайн | Youix.com',
2379 'thumbnail': 'https://youix.com/contents/videos_screenshots/18000/18485/preview_480x320_youix_com.mp4.jpg',
2380 }
2381 }, {
2382 # KVS Player
2383 'url': 'https://youix.com/embed/18485',
2384 'md5': '94f96ba95706dc3880812b27b7d8a2b8',
2385 'info_dict': {
2386 'id': '18485',
2387 'display_id': 'leningrad-zoj',
2388 'ext': 'mp4',
2389 'title': 'Ленинград - ЗОЖ',
2390 'thumbnail': 'https://youix.com/contents/videos_screenshots/18000/18485/preview_480x320_youix_com.mp4.jpg',
2391 }
2392 }, {
2393 # KVS Player
2394 'url': 'https://bogmedia.org/videos/21217/40-nochey-40-nights-2016/',
2395 'md5': '94166bdb26b4cb1fb9214319a629fc51',
2396 'info_dict': {
2397 'id': '21217',
2398 'display_id': '40-nochey-40-nights-2016',
2399 'ext': 'mp4',
2400 'title': '40 ночей (2016) - BogMedia.org',
2401 'thumbnail': 'https://bogmedia.org/contents/videos_screenshots/21000/21217/preview_480p.mp4.jpg',
2402 }
2403 },
2404 {
2405 # KVS Player (for sites that serve kt_player.js via non-https urls)
2406 'url': 'http://www.camhub.world/embed/389508',
2407 'md5': 'fbe89af4cfb59c8fd9f34a202bb03e32',
2408 'info_dict': {
2409 'id': '389508',
2410 'display_id': 'syren-de-mer-onlyfans-05-07-2020have-a-happy-safe-holiday5f014e68a220979bdb8cd-source',
2411 'ext': 'mp4',
2412 'title': 'Syren De Mer onlyfans_05-07-2020Have_a_happy_safe_holiday5f014e68a220979bdb8cd_source / Embed плеер',
2413 'thumbnail': 'http://www.camhub.world/contents/videos_screenshots/389000/389508/preview.mp4.jpg',
2414 }
2415 },
2416 {
2417 # Reddit-hosted video that will redirect and be processed by RedditIE
2418 # Redirects to https://www.reddit.com/r/videos/comments/6rrwyj/that_small_heart_attack/
2419 'url': 'https://v.redd.it/zv89llsvexdz',
2420 'md5': '87f5f02f6c1582654146f830f21f8662',
2421 'info_dict': {
2422 'id': 'zv89llsvexdz',
2423 'ext': 'mp4',
2424 'timestamp': 1501941939.0,
2425 'title': 'That small heart attack.',
2426 'upload_date': '20170805',
2427 'uploader': 'Antw87'
2428 }
2429 },
2430 {
2431 # 1080p Reddit-hosted video that will redirect and be processed by RedditIE
2432 'url': 'https://v.redd.it/33hgok7dfbz71/',
2433 'md5': '7a1d587940242c9bb3bd6eb320b39258',
2434 'info_dict': {
2435 'id': '33hgok7dfbz71',
2436 'ext': 'mp4',
2437 'title': "The game Didn't want me to Knife that Guy I guess",
2438 'uploader': 'paraf1ve',
2439 'timestamp': 1636788683.0,
2440 'upload_date': '20211113'
2441 }
2442 },
2443 {
2444 # MainStreaming player
2445 'url': 'https://www.lactv.it/2021/10/03/lac-news24-la-settimana-03-10-2021/',
2446 'info_dict': {
2447 'id': 'EUlZfGWkGpOd',
2448 'title': 'La Settimana ',
2449 'description': '03 Ottobre ore 02:00',
2450 'ext': 'mp4',
2451 'live_status': 'not_live',
2452 'thumbnail': r're:https?://[A-Za-z0-9-]*\.msvdn.net/image/\w+/poster',
2453 'duration': 1512
2454 }
2455 },
2456 {
2457 # Multiple gfycat iframe embeds
2458 'url': 'https://www.gezip.net/bbs/board.php?bo_table=entertaine&wr_id=613422',
2459 'info_dict': {
2460 'title': '재이, 윤, 세은 황금 드레스를 입고 빛난다',
2461 'id': 'board'
2462 },
2463 'playlist_count': 8,
2464 },
2465 {
2466 # Multiple gfycat gifs (direct links)
2467 'url': 'https://www.gezip.net/bbs/board.php?bo_table=entertaine&wr_id=612199',
2468 'info_dict': {
2469 'title': '옳게 된 크롭 니트 스테이씨 아이사',
2470 'id': 'board'
2471 },
2472 'playlist_count': 6
2473 },
2474 {
2475 # Multiple gfycat embeds, with uppercase "IFR" in urls
2476 'url': 'https://kkzz.kr/?vid=2295',
2477 'info_dict': {
2478 'title': '지방시 앰버서더 에스파 카리나 움짤',
2479 'id': '?vid=2295'
2480 },
2481 'playlist_count': 9
2482 },
2483 {
2484 # Panopto embeds
2485 'url': 'https://www.monash.edu/learning-teaching/teachhq/learning-technologies/panopto/how-to/insert-a-quiz-into-a-panopto-video',
2486 'info_dict': {
2487 'title': 'Insert a quiz into a Panopto video',
2488 'id': 'insert-a-quiz-into-a-panopto-video'
2489 },
2490 'playlist_count': 1
2491 },
2492 {
2493 # Ruutu embed
2494 'url': 'https://www.nelonen.fi/ohjelmat/madventures-suomi/2160731-riku-ja-tunna-lahtevat-peurajahtiin-tv-sta-tutun-biologin-kanssa---metsastysreissu-huipentuu-kasvissyojan-painajaiseen',
2495 'md5': 'a2513a98d3496099e6eced40f7e6a14b',
2496 'info_dict': {
2497 'id': '4044426',
2498 'ext': 'mp4',
2499 'title': 'Riku ja Tunna lähtevät peurajahtiin tv:stä tutun biologin kanssa – metsästysreissu huipentuu kasvissyöjän painajaiseen!',
2500 'thumbnail': r're:^https?://.+\.jpg$',
2501 'duration': 108,
2502 'series': 'Madventures Suomi',
2503 'description': 'md5:aa55b44bd06a1e337a6f1d0b46507381',
2504 'categories': ['Matkailu', 'Elämäntyyli'],
2505 'age_limit': 0,
2506 'upload_date': '20220308',
2507 },
2508 },
2509 {
2510 # Multiple Ruutu embeds
2511 'url': 'https://www.hs.fi/kotimaa/art-2000008762560.html',
2512 'info_dict': {
2513 'title': 'Koronavirus | Epidemiahuippu voi olla Suomessa ohi, mutta koronaviruksen poistamista yleisvaarallisten tautien joukosta harkitaan vasta syksyllä',
2514 'id': 'art-2000008762560'
2515 },
2516 'playlist_count': 3
2517 },
2518 {
2519 # Ruutu embed in hs.fi with a single video
2520 'url': 'https://www.hs.fi/kotimaa/art-2000008793421.html',
2521 'md5': 'f8964e65d8fada6e8a562389bf366bb4',
2522 'info_dict': {
2523 'id': '4081841',
2524 'ext': 'mp4',
2525 'title': 'Puolustusvoimat siirsi panssariajoneuvoja harjoituksiin Niinisaloon 2.5.2022',
2526 'thumbnail': r're:^https?://.+\.jpg$',
2527 'duration': 138,
2528 'age_limit': 0,
2529 'upload_date': '20220504',
2530 },
2531 },
2532 {
2533 # Webpage contains double BOM
2534 'url': 'https://www.filmarkivet.se/movies/paris-d-moll/',
2535 'md5': 'df02cadc719dcc63d43288366f037754',
2536 'info_dict': {
2537 'id': 'paris-d-moll',
2538 'ext': 'mp4',
2539 'upload_date': '20220518',
2540 'title': 'Paris d-moll',
2541 'description': 'md5:319e37ea5542293db37e1e13072fe330',
2542 'thumbnail': 'https://www.filmarkivet.se/wp-content/uploads/parisdmoll2.jpg',
2543 'timestamp': 1652833414,
2544 'age_limit': 0,
2545 }
2546 },
2547 {
2548 'url': 'https://www.mollymovieclub.com/p/interstellar?s=r#details',
2549 'md5': '198bde8bed23d0b23c70725c83c9b6d9',
2550 'info_dict': {
2551 'id': '53602801',
2552 'ext': 'mpga',
2553 'title': 'Interstellar',
2554 'description': 'Listen now | Episode One',
2555 'thumbnail': 'md5:c30d9c83f738e16d8551d7219d321538',
2556 'uploader': 'Molly Movie Club',
2557 'uploader_id': '839621',
2558 },
2559 },
2560 {
2561 'url': 'https://www.blockedandreported.org/p/episode-117-lets-talk-about-depp?s=r',
2562 'md5': 'c0cc44ee7415daeed13c26e5b56d6aa0',
2563 'info_dict': {
2564 'id': '57962052',
2565 'ext': 'mpga',
2566 'title': 'md5:855b2756f0ee10f6723fa00b16266f8d',
2567 'description': 'md5:fe512a5e94136ad260c80bde00ea4eef',
2568 'thumbnail': 'md5:2218f27dfe517bb5ac16c47d0aebac59',
2569 'uploader': 'Blocked and Reported',
2570 'uploader_id': '500230',
2571 },
2572 },
2573 {
2574 'url': 'https://www.skimag.com/video/ski-people-1980/',
2575 'info_dict': {
2576 'id': 'ski-people-1980',
2577 'title': 'Ski People (1980)',
2578 },
2579 'playlist_count': 1,
2580 'playlist': [{
2581 'md5': '022a7e31c70620ebec18deeab376ee03',
2582 'info_dict': {
2583 'id': 'YTmgRiNU',
2584 'ext': 'mp4',
2585 'title': '1980 Ski People',
2586 'timestamp': 1610407738,
2587 'description': 'md5:cf9c3d101452c91e141f292b19fe4843',
2588 'thumbnail': 'https://cdn.jwplayer.com/v2/media/YTmgRiNU/poster.jpg?width=720',
2589 'duration': 5688.0,
2590 'upload_date': '20210111',
2591 }
2592 }]
2593 },
2594 {
2595 'note': 'Rumble embed',
2596 'url': 'https://rumble.com/vdmum1-moose-the-dog-helps-girls-dig-a-snow-fort.html',
2597 'md5': '53af34098a7f92c4e51cf0bd1c33f009',
2598 'info_dict': {
2599 'id': 'vb0ofn',
2600 'ext': 'mp4',
2601 'timestamp': 1612662578,
2602 'uploader': 'LovingMontana',
2603 'channel': 'LovingMontana',
2604 'upload_date': '20210207',
2605 'title': 'Winter-loving dog helps girls dig a snow fort ',
2606 'channel_url': 'https://rumble.com/c/c-546523',
2607 'thumbnail': 'https://sp.rmbl.ws/s8/1/5/f/x/x/5fxxb.OvCc.1-small-Moose-The-Dog-Helps-Girls-D.jpg',
2608 'duration': 103,
2609 }
2610 },
2611 {
2612 'note': 'Rumble JS embed',
2613 'url': 'https://therightscoop.com/what-does-9-plus-1-plus-1-equal-listen-to-this-audio-of-attempted-kavanaugh-assassins-call-and-youll-get-it',
2614 'md5': '4701209ac99095592e73dbba21889690',
2615 'info_dict': {
2616 'id': 'v15eqxl',
2617 'ext': 'mp4',
2618 'channel': 'Mr Producer Media',
2619 'duration': 92,
2620 'title': '911 Audio From The Man Who Wanted To Kill Supreme Court Justice Kavanaugh',
2621 'channel_url': 'https://rumble.com/c/RichSementa',
2622 'thumbnail': 'https://sp.rmbl.ws/s8/1/P/j/f/A/PjfAe.OvCc-small-911-Audio-From-The-Man-Who-.jpg',
2623 'timestamp': 1654892716,
2624 'uploader': 'Mr Producer Media',
2625 'upload_date': '20220610',
2626 }
2627 },
2628 {
2629 'note': 'JSON LD with multiple @type',
2630 'url': 'https://www.nu.nl/280161/video/hoe-een-bladvlo-dit-verwoestende-japanse-onkruid-moet-vernietigen.html',
2631 'md5': 'c7949f34f57273013fb7ccb1156393db',
2632 'info_dict': {
2633 'id': 'ipy2AcGL',
2634 'ext': 'mp4',
2635 'description': 'md5:6a9d644bab0dc2dc06849c2505d8383d',
2636 'thumbnail': r're:https://media\.nu\.nl/m/.+\.jpg',
2637 'title': 'Hoe een bladvlo dit verwoestende Japanse onkruid moet vernietigen',
2638 'timestamp': 1586577474,
2639 'upload_date': '20200411',
2640 'age_limit': 0,
2641 'duration': 111.0,
2642 }
2643 },
2644 ]
2645
2646 def report_following_redirect(self, new_url):
2647 """Report information extraction."""
2648 self._downloader.to_screen('[redirect] Following redirect to %s' % new_url)
2649
2650 def report_detected(self, name):
2651 self._downloader.write_debug(f'Identified a {name}')
2652
2653 def _extract_rss(self, url, video_id, doc):
2654 NS_MAP = {
2655 'itunes': 'http://www.itunes.com/dtds/podcast-1.0.dtd',
2656 }
2657
2658 entries = []
2659 for it in doc.findall('./channel/item'):
2660 next_url = next(
2661 (e.attrib.get('url') for e in it.findall('./enclosure')),
2662 xpath_text(it, 'link', fatal=False))
2663 if not next_url:
2664 continue
2665
2666 guid = try_call(lambda: it.find('guid').text)
2667 if guid:
2668 next_url = smuggle_url(next_url, {'force_videoid': guid})
2669
2670 def itunes(key):
2671 return xpath_text(it, xpath_with_ns(f'./itunes:{key}', NS_MAP), default=None)
2672
2673 entries.append({
2674 '_type': 'url_transparent',
2675 'url': next_url,
2676 'title': try_call(lambda: it.find('title').text),
2677 'description': xpath_text(it, 'description', default=None),
2678 'timestamp': unified_timestamp(xpath_text(it, 'pubDate', default=None)),
2679 'duration': parse_duration(itunes('duration')),
2680 'thumbnail': url_or_none(xpath_attr(it, xpath_with_ns('./itunes:image', NS_MAP), 'href')),
2681 'episode': itunes('title'),
2682 'episode_number': int_or_none(itunes('episode')),
2683 'season_number': int_or_none(itunes('season')),
2684 'age_limit': {'true': 18, 'yes': 18, 'false': 0, 'no': 0}.get((itunes('explicit') or '').lower()),
2685 })
2686
2687 return {
2688 '_type': 'playlist',
2689 'id': url,
2690 'title': try_call(lambda: doc.find('./channel/title').text),
2691 'description': try_call(lambda: doc.find('./channel/description').text),
2692 'entries': entries,
2693 }
2694
2695 def _extract_camtasia(self, url, video_id, webpage):
2696 """ Returns None if no camtasia video can be found. """
2697
2698 camtasia_cfg = self._search_regex(
2699 r'fo\.addVariable\(\s*"csConfigFile",\s*"([^"]+)"\s*\);',
2700 webpage, 'camtasia configuration file', default=None)
2701 if camtasia_cfg is None:
2702 return None
2703
2704 title = self._html_search_meta('DC.title', webpage, fatal=True)
2705
2706 camtasia_url = compat_urlparse.urljoin(url, camtasia_cfg)
2707 camtasia_cfg = self._download_xml(
2708 camtasia_url, video_id,
2709 note='Downloading camtasia configuration',
2710 errnote='Failed to download camtasia configuration')
2711 fileset_node = camtasia_cfg.find('./playlist/array/fileset')
2712
2713 entries = []
2714 for n in fileset_node.getchildren():
2715 url_n = n.find('./uri')
2716 if url_n is None:
2717 continue
2718
2719 entries.append({
2720 'id': os.path.splitext(url_n.text.rpartition('/')[2])[0],
2721 'title': f'{title} - {n.tag}',
2722 'url': compat_urlparse.urljoin(url, url_n.text),
2723 'duration': float_or_none(n.find('./duration').text),
2724 })
2725
2726 return {
2727 '_type': 'playlist',
2728 'entries': entries,
2729 'title': title,
2730 }
2731
2732 def _kvs_getrealurl(self, video_url, license_code):
2733 if not video_url.startswith('function/0/'):
2734 return video_url # not obfuscated
2735
2736 url_path, _, url_query = video_url.partition('?')
2737 urlparts = url_path.split('/')[2:]
2738 license = self._kvs_getlicensetoken(license_code)
2739 newmagic = urlparts[5][:32]
2740
2741 for o in range(len(newmagic) - 1, -1, -1):
2742 new = ''
2743 l = (o + sum(int(n) for n in license[o:])) % 32
2744
2745 for i in range(0, len(newmagic)):
2746 if i == o:
2747 new += newmagic[l]
2748 elif i == l:
2749 new += newmagic[o]
2750 else:
2751 new += newmagic[i]
2752 newmagic = new
2753
2754 urlparts[5] = newmagic + urlparts[5][32:]
2755 return '/'.join(urlparts) + '?' + url_query
2756
2757 def _kvs_getlicensetoken(self, license):
2758 modlicense = license.replace('$', '').replace('0', '1')
2759 center = int(len(modlicense) / 2)
2760 fronthalf = int(modlicense[:center + 1])
2761 backhalf = int(modlicense[center:])
2762
2763 modlicense = str(4 * abs(fronthalf - backhalf))
2764 retval = ''
2765 for o in range(0, center + 1):
2766 for i in range(1, 5):
2767 retval += str((int(license[o + i]) + int(modlicense[o])) % 10)
2768 return retval
2769
2770 def _real_extract(self, url):
2771 if url.startswith('//'):
2772 return self.url_result(self.http_scheme() + url)
2773
2774 parsed_url = compat_urlparse.urlparse(url)
2775 if not parsed_url.scheme:
2776 default_search = self.get_param('default_search')
2777 if default_search is None:
2778 default_search = 'fixup_error'
2779
2780 if default_search in ('auto', 'auto_warning', 'fixup_error'):
2781 if re.match(r'^[^\s/]+\.[^\s/]+/', url):
2782 self.report_warning('The url doesn\'t specify the protocol, trying with http')
2783 return self.url_result('http://' + url)
2784 elif default_search != 'fixup_error':
2785 if default_search == 'auto_warning':
2786 if re.match(r'^(?:url|URL)$', url):
2787 raise ExtractorError(
2788 'Invalid URL: %r . Call yt-dlp like this: yt-dlp -v "https://www.youtube.com/watch?v=BaW_jenozKc" ' % url,
2789 expected=True)
2790 else:
2791 self.report_warning(
2792 'Falling back to youtube search for %s . Set --default-search "auto" to suppress this warning.' % url)
2793 return self.url_result('ytsearch:' + url)
2794
2795 if default_search in ('error', 'fixup_error'):
2796 raise ExtractorError(
2797 '%r is not a valid URL. '
2798 'Set --default-search "ytsearch" (or run yt-dlp "ytsearch:%s" ) to search YouTube'
2799 % (url, url), expected=True)
2800 else:
2801 if ':' not in default_search:
2802 default_search += ':'
2803 return self.url_result(default_search + url)
2804
2805 url, smuggled_data = unsmuggle_url(url)
2806 force_videoid = None
2807 is_intentional = smuggled_data and smuggled_data.get('to_generic')
2808 if smuggled_data and 'force_videoid' in smuggled_data:
2809 force_videoid = smuggled_data['force_videoid']
2810 video_id = force_videoid
2811 else:
2812 video_id = self._generic_id(url)
2813
2814 self.to_screen('%s: Requesting header' % video_id)
2815
2816 head_req = HEADRequest(url)
2817 head_response = self._request_webpage(
2818 head_req, video_id,
2819 note=False, errnote='Could not send HEAD request to %s' % url,
2820 fatal=False)
2821
2822 if head_response is not False:
2823 # Check for redirect
2824 new_url = head_response.geturl()
2825 if url != new_url:
2826 self.report_following_redirect(new_url)
2827 if force_videoid:
2828 new_url = smuggle_url(
2829 new_url, {'force_videoid': force_videoid})
2830 return self.url_result(new_url)
2831
2832 full_response = None
2833 if head_response is False:
2834 request = sanitized_Request(url)
2835 request.add_header('Accept-Encoding', '*')
2836 full_response = self._request_webpage(request, video_id)
2837 head_response = full_response
2838
2839 info_dict = {
2840 'id': video_id,
2841 'title': self._generic_title(url),
2842 'timestamp': unified_timestamp(head_response.headers.get('Last-Modified'))
2843 }
2844
2845 # Check for direct link to a video
2846 content_type = head_response.headers.get('Content-Type', '').lower()
2847 m = re.match(r'^(?P<type>audio|video|application(?=/(?:ogg$|(?:vnd\.apple\.|x-)?mpegurl)))/(?P<format_id>[^;\s]+)', content_type)
2848 if m:
2849 self.report_detected('direct video link')
2850 format_id = compat_str(m.group('format_id'))
2851 subtitles = {}
2852 if format_id.endswith('mpegurl'):
2853 formats, subtitles = self._extract_m3u8_formats_and_subtitles(url, video_id, 'mp4')
2854 elif format_id.endswith('mpd') or format_id.endswith('dash+xml'):
2855 formats, subtitles = self._extract_mpd_formats_and_subtitles(url, video_id)
2856 elif format_id == 'f4m':
2857 formats = self._extract_f4m_formats(url, video_id)
2858 else:
2859 formats = [{
2860 'format_id': format_id,
2861 'url': url,
2862 'vcodec': 'none' if m.group('type') == 'audio' else None
2863 }]
2864 info_dict['direct'] = True
2865 self._sort_formats(formats)
2866 info_dict['formats'] = formats
2867 info_dict['subtitles'] = subtitles
2868 return info_dict
2869
2870 if not self.get_param('test', False) and not is_intentional:
2871 force = self.get_param('force_generic_extractor', False)
2872 self.report_warning(
2873 '%s on generic information extractor.' % ('Forcing' if force else 'Falling back'))
2874
2875 if not full_response:
2876 request = sanitized_Request(url)
2877 # Some webservers may serve compressed content of rather big size (e.g. gzipped flac)
2878 # making it impossible to download only chunk of the file (yet we need only 512kB to
2879 # test whether it's HTML or not). According to yt-dlp default Accept-Encoding
2880 # that will always result in downloading the whole file that is not desirable.
2881 # Therefore for extraction pass we have to override Accept-Encoding to any in order
2882 # to accept raw bytes and being able to download only a chunk.
2883 # It may probably better to solve this by checking Content-Type for application/octet-stream
2884 # after HEAD request finishes, but not sure if we can rely on this.
2885 request.add_header('Accept-Encoding', '*')
2886 full_response = self._request_webpage(request, video_id)
2887
2888 first_bytes = full_response.read(512)
2889
2890 # Is it an M3U playlist?
2891 if first_bytes.startswith(b'#EXTM3U'):
2892 self.report_detected('M3U playlist')
2893 info_dict['formats'], info_dict['subtitles'] = self._extract_m3u8_formats_and_subtitles(url, video_id, 'mp4')
2894 self._sort_formats(info_dict['formats'])
2895 return info_dict
2896
2897 # Maybe it's a direct link to a video?
2898 # Be careful not to download the whole thing!
2899 if not is_html(first_bytes):
2900 self.report_warning(
2901 'URL could be a direct video link, returning it as such.')
2902 info_dict.update({
2903 'direct': True,
2904 'url': url,
2905 })
2906 return info_dict
2907
2908 webpage = self._webpage_read_content(
2909 full_response, url, video_id, prefix=first_bytes)
2910
2911 if '<title>DPG Media Privacy Gate</title>' in webpage:
2912 webpage = self._download_webpage(url, video_id)
2913
2914 self.report_extraction(video_id)
2915
2916 # Is it an RSS feed, a SMIL file, an XSPF playlist or a MPD manifest?
2917 try:
2918 try:
2919 doc = compat_etree_fromstring(webpage)
2920 except xml.etree.ElementTree.ParseError:
2921 doc = compat_etree_fromstring(webpage.encode('utf-8'))
2922 if doc.tag == 'rss':
2923 self.report_detected('RSS feed')
2924 return self._extract_rss(url, video_id, doc)
2925 elif doc.tag == 'SmoothStreamingMedia':
2926 info_dict['formats'], info_dict['subtitles'] = self._parse_ism_formats_and_subtitles(doc, url)
2927 self.report_detected('ISM manifest')
2928 self._sort_formats(info_dict['formats'])
2929 return info_dict
2930 elif re.match(r'^(?:{[^}]+})?smil$', doc.tag):
2931 smil = self._parse_smil(doc, url, video_id)
2932 self.report_detected('SMIL file')
2933 self._sort_formats(smil['formats'])
2934 return smil
2935 elif doc.tag == '{http://xspf.org/ns/0/}playlist':
2936 self.report_detected('XSPF playlist')
2937 return self.playlist_result(
2938 self._parse_xspf(
2939 doc, video_id, xspf_url=url,
2940 xspf_base_url=full_response.geturl()),
2941 video_id)
2942 elif re.match(r'(?i)^(?:{[^}]+})?MPD$', doc.tag):
2943 info_dict['formats'], info_dict['subtitles'] = self._parse_mpd_formats_and_subtitles(
2944 doc,
2945 mpd_base_url=full_response.geturl().rpartition('/')[0],
2946 mpd_url=url)
2947 self.report_detected('DASH manifest')
2948 self._sort_formats(info_dict['formats'])
2949 return info_dict
2950 elif re.match(r'^{http://ns\.adobe\.com/f4m/[12]\.0}manifest$', doc.tag):
2951 info_dict['formats'] = self._parse_f4m_formats(doc, url, video_id)
2952 self.report_detected('F4M manifest')
2953 self._sort_formats(info_dict['formats'])
2954 return info_dict
2955 except xml.etree.ElementTree.ParseError:
2956 pass
2957
2958 # Is it a Camtasia project?
2959 camtasia_res = self._extract_camtasia(url, video_id, webpage)
2960 if camtasia_res is not None:
2961 self.report_detected('Camtasia video')
2962 return camtasia_res
2963
2964 # Sometimes embedded video player is hidden behind percent encoding
2965 # (e.g. https://github.com/ytdl-org/youtube-dl/issues/2448)
2966 # Unescaping the whole page allows to handle those cases in a generic way
2967 # FIXME: unescaping the whole page may break URLs, commenting out for now.
2968 # There probably should be a second run of generic extractor on unescaped webpage.
2969 # webpage = compat_urllib_parse_unquote(webpage)
2970
2971 # Unescape squarespace embeds to be detected by generic extractor,
2972 # see https://github.com/ytdl-org/youtube-dl/issues/21294
2973 webpage = re.sub(
2974 r'<div[^>]+class=[^>]*?\bsqs-video-wrapper\b[^>]*>',
2975 lambda x: unescapeHTML(x.group(0)), webpage)
2976
2977 # it's tempting to parse this further, but you would
2978 # have to take into account all the variations like
2979 # Video Title - Site Name
2980 # Site Name | Video Title
2981 # Video Title - Tagline | Site Name
2982 # and so on and so forth; it's just not practical
2983 video_title = (self._og_search_title(webpage, default=None)
2984 or self._html_extract_title(webpage, 'video title', default='video'))
2985
2986 # Try to detect age limit automatically
2987 age_limit = self._rta_search(webpage)
2988 # And then there are the jokers who advertise that they use RTA,
2989 # but actually don't.
2990 AGE_LIMIT_MARKERS = [
2991 r'Proudly Labeled <a href="http://www\.rtalabel\.org/" title="Restricted to Adults">RTA</a>',
2992 ]
2993 if any(re.search(marker, webpage) for marker in AGE_LIMIT_MARKERS):
2994 age_limit = 18
2995
2996 # video uploader is domain name
2997 video_uploader = self._search_regex(
2998 r'^(?:https?://)?([^/]*)/.*', url, 'video uploader')
2999
3000 video_description = self._og_search_description(webpage, default=None)
3001 video_thumbnail = self._og_search_thumbnail(webpage, default=None)
3002
3003 info_dict.update({
3004 'title': video_title,
3005 'description': video_description,
3006 'thumbnail': video_thumbnail,
3007 'age_limit': age_limit,
3008 })
3009
3010 self._downloader.write_debug('Looking for video embeds')
3011
3012 # Look for Brightcove Legacy Studio embeds
3013 bc_urls = BrightcoveLegacyIE._extract_brightcove_urls(webpage)
3014 if bc_urls:
3015 entries = [{
3016 '_type': 'url',
3017 'url': smuggle_url(bc_url, {'Referer': url}),
3018 'ie_key': 'BrightcoveLegacy'
3019 } for bc_url in bc_urls]
3020
3021 return {
3022 '_type': 'playlist',
3023 'title': video_title,
3024 'id': video_id,
3025 'entries': entries,
3026 }
3027
3028 # Look for Brightcove New Studio embeds
3029 bc_urls = BrightcoveNewIE._extract_urls(self, webpage)
3030 if bc_urls:
3031 return self.playlist_from_matches(
3032 bc_urls, video_id, video_title,
3033 getter=lambda x: smuggle_url(x, {'referrer': url}),
3034 ie='BrightcoveNew')
3035
3036 # Look for Nexx embeds
3037 nexx_urls = NexxIE._extract_urls(webpage)
3038 if nexx_urls:
3039 return self.playlist_from_matches(nexx_urls, video_id, video_title, ie=NexxIE.ie_key())
3040
3041 # Look for Nexx iFrame embeds
3042 nexx_embed_urls = NexxEmbedIE._extract_urls(webpage)
3043 if nexx_embed_urls:
3044 return self.playlist_from_matches(nexx_embed_urls, video_id, video_title, ie=NexxEmbedIE.ie_key())
3045
3046 # Look for ThePlatform embeds
3047 tp_urls = ThePlatformIE._extract_urls(webpage)
3048 if tp_urls:
3049 return self.playlist_from_matches(tp_urls, video_id, video_title, ie='ThePlatform')
3050
3051 arc_urls = ArcPublishingIE._extract_urls(webpage)
3052 if arc_urls:
3053 return self.playlist_from_matches(arc_urls, video_id, video_title, ie=ArcPublishingIE.ie_key())
3054
3055 mychannels_urls = MedialaanIE._extract_urls(webpage)
3056 if mychannels_urls:
3057 return self.playlist_from_matches(
3058 mychannels_urls, video_id, video_title, ie=MedialaanIE.ie_key())
3059
3060 # Look for embedded rtl.nl player
3061 matches = re.findall(
3062 r'<iframe[^>]+?src="((?:https?:)?//(?:(?:www|static)\.)?rtl\.nl/(?:system/videoplayer/[^"]+(?:video_)?)?embed[^"]+)"',
3063 webpage)
3064 if matches:
3065 return self.playlist_from_matches(matches, video_id, video_title, ie='RtlNl')
3066
3067 vimeo_urls = VimeoIE._extract_urls(url, webpage)
3068 if vimeo_urls:
3069 return self.playlist_from_matches(vimeo_urls, video_id, video_title, ie=VimeoIE.ie_key())
3070
3071 vhx_url = VHXEmbedIE._extract_url(url, webpage)
3072 if vhx_url:
3073 return self.url_result(vhx_url, VHXEmbedIE.ie_key())
3074
3075 # Invidious Instances
3076 # https://github.com/yt-dlp/yt-dlp/issues/195
3077 # https://github.com/iv-org/invidious/pull/1730
3078 youtube_url = self._search_regex(
3079 r'<link rel="alternate" href="(https://www\.youtube\.com/watch\?v=[0-9A-Za-z_-]{11})"',
3080 webpage, 'youtube link', default=None)
3081 if youtube_url:
3082 return self.url_result(youtube_url, YoutubeIE.ie_key())
3083
3084 # Look for YouTube embeds
3085 youtube_urls = YoutubeIE._extract_urls(webpage)
3086 if youtube_urls:
3087 return self.playlist_from_matches(
3088 youtube_urls, video_id, video_title, ie=YoutubeIE.ie_key())
3089
3090 matches = DailymotionIE._extract_urls(webpage)
3091 if matches:
3092 return self.playlist_from_matches(matches, video_id, video_title)
3093
3094 # Look for embedded Dailymotion playlist player (#3822)
3095 m = re.search(
3096 r'<iframe[^>]+?src=(["\'])(?P<url>(?:https?:)?//(?:www\.)?dailymotion\.[a-z]{2,3}/widget/jukebox\?.+?)\1', webpage)
3097 if m:
3098 playlists = re.findall(
3099 r'list\[\]=/playlist/([^/]+)/', unescapeHTML(m.group('url')))
3100 if playlists:
3101 return self.playlist_from_matches(
3102 playlists, video_id, video_title, lambda p: '//dailymotion.com/playlist/%s' % p)
3103
3104 # Look for DailyMail embeds
3105 dailymail_urls = DailyMailIE._extract_urls(webpage)
3106 if dailymail_urls:
3107 return self.playlist_from_matches(
3108 dailymail_urls, video_id, video_title, ie=DailyMailIE.ie_key())
3109
3110 # Look for Teachable embeds, must be before Wistia
3111 teachable_url = TeachableIE._extract_url(webpage, url)
3112 if teachable_url:
3113 return self.url_result(teachable_url)
3114
3115 # Look for embedded Wistia player
3116 wistia_urls = WistiaIE._extract_urls(webpage)
3117 if wistia_urls:
3118 playlist = self.playlist_from_matches(wistia_urls, video_id, video_title, ie=WistiaIE.ie_key())
3119 playlist['entries'] = list(playlist['entries'])
3120 for entry in playlist['entries']:
3121 entry.update({
3122 '_type': 'url_transparent',
3123 'uploader': video_uploader,
3124 })
3125 return playlist
3126
3127 # Look for SVT player
3128 svt_url = SVTIE._extract_url(webpage)
3129 if svt_url:
3130 return self.url_result(svt_url, 'SVT')
3131
3132 # Look for Bandcamp pages with custom domain
3133 mobj = re.search(r'<meta property="og:url"[^>]*?content="(.*?bandcamp\.com.*?)"', webpage)
3134 if mobj is not None:
3135 burl = unescapeHTML(mobj.group(1))
3136 # Don't set the extractor because it can be a track url or an album
3137 return self.url_result(burl)
3138
3139 # Check for Substack custom domains
3140 substack_url = SubstackIE._extract_url(webpage, url)
3141 if substack_url:
3142 return self.url_result(substack_url, SubstackIE)
3143
3144 # Look for embedded Vevo player
3145 mobj = re.search(
3146 r'<iframe[^>]+?src=(["\'])(?P<url>(?:https?:)?//(?:cache\.)?vevo\.com/.+?)\1', webpage)
3147 if mobj is not None:
3148 return self.url_result(mobj.group('url'))
3149
3150 # Look for embedded Viddler player
3151 mobj = re.search(
3152 r'<(?:iframe[^>]+?src|param[^>]+?value)=(["\'])(?P<url>(?:https?:)?//(?:www\.)?viddler\.com/(?:embed|player)/.+?)\1',
3153 webpage)
3154 if mobj is not None:
3155 return self.url_result(mobj.group('url'))
3156
3157 # Look for NYTimes player
3158 mobj = re.search(
3159 r'<iframe[^>]+src=(["\'])(?P<url>(?:https?:)?//graphics8\.nytimes\.com/bcvideo/[^/]+/iframe/embed\.html.+?)\1>',
3160 webpage)
3161 if mobj is not None:
3162 return self.url_result(mobj.group('url'))
3163
3164 # Look for Libsyn player
3165 mobj = re.search(
3166 r'<iframe[^>]+src=(["\'])(?P<url>(?:https?:)?//html5-player\.libsyn\.com/embed/.+?)\1', webpage)
3167 if mobj is not None:
3168 return self.url_result(mobj.group('url'))
3169
3170 # Look for Ooyala videos
3171 mobj = (re.search(r'player\.ooyala\.com/[^"?]+[?#][^"]*?(?:embedCode|ec)=(?P<ec>[^"&]+)', webpage)
3172 or re.search(r'OO\.Player\.create\([\'"].*?[\'"],\s*[\'"](?P<ec>.{32})[\'"]', webpage)
3173 or re.search(r'OO\.Player\.create\.apply\(\s*OO\.Player\s*,\s*op\(\s*\[\s*[\'"][^\'"]*[\'"]\s*,\s*[\'"](?P<ec>.{32})[\'"]', webpage)
3174 or re.search(r'SBN\.VideoLinkset\.ooyala\([\'"](?P<ec>.{32})[\'"]\)', webpage)
3175 or re.search(r'data-ooyala-video-id\s*=\s*[\'"](?P<ec>.{32})[\'"]', webpage))
3176 if mobj is not None:
3177 embed_token = self._search_regex(
3178 r'embedToken[\'"]?\s*:\s*[\'"]([^\'"]+)',
3179 webpage, 'ooyala embed token', default=None)
3180 return OoyalaIE._build_url_result(smuggle_url(
3181 mobj.group('ec'), {
3182 'domain': url,
3183 'embed_token': embed_token,
3184 }))
3185
3186 # Look for multiple Ooyala embeds on SBN network websites
3187 mobj = re.search(r'SBN\.VideoLinkset\.entryGroup\((\[.*?\])', webpage)
3188 if mobj is not None:
3189 embeds = self._parse_json(mobj.group(1), video_id, fatal=False)
3190 if embeds:
3191 return self.playlist_from_matches(
3192 embeds, video_id, video_title,
3193 getter=lambda v: OoyalaIE._url_for_embed_code(smuggle_url(v['provider_video_id'], {'domain': url})), ie='Ooyala')
3194
3195 # Look for Aparat videos
3196 mobj = re.search(r'<iframe .*?src="(http://www\.aparat\.com/video/[^"]+)"', webpage)
3197 if mobj is not None:
3198 return self.url_result(mobj.group(1), 'Aparat')
3199
3200 # Look for MPORA videos
3201 mobj = re.search(r'<iframe .*?src="(http://mpora\.(?:com|de)/videos/[^"]+)"', webpage)
3202 if mobj is not None:
3203 return self.url_result(mobj.group(1), 'Mpora')
3204
3205 # Look for embedded Facebook player
3206 facebook_urls = FacebookIE._extract_urls(webpage)
3207 if facebook_urls:
3208 return self.playlist_from_matches(facebook_urls, video_id, video_title)
3209
3210 # Look for embedded VK player
3211 mobj = re.search(r'<iframe[^>]+?src=(["\'])(?P<url>https?://vk\.com/video_ext\.php.+?)\1', webpage)
3212 if mobj is not None:
3213 return self.url_result(mobj.group('url'), 'VK')
3214
3215 # Look for embedded Odnoklassniki player
3216 odnoklassniki_url = OdnoklassnikiIE._extract_url(webpage)
3217 if odnoklassniki_url:
3218 return self.url_result(odnoklassniki_url, OdnoklassnikiIE.ie_key())
3219
3220 # Look for sibnet embedded player
3221 sibnet_urls = VKIE._extract_sibnet_urls(webpage)
3222 if sibnet_urls:
3223 return self.playlist_from_matches(sibnet_urls, video_id, video_title)
3224
3225 # Look for embedded ivi player
3226 mobj = re.search(r'<embed[^>]+?src=(["\'])(?P<url>https?://(?:www\.)?ivi\.ru/video/player.+?)\1', webpage)
3227 if mobj is not None:
3228 return self.url_result(mobj.group('url'), 'Ivi')
3229
3230 # Look for embedded Huffington Post player
3231 mobj = re.search(
3232 r'<iframe[^>]+?src=(["\'])(?P<url>https?://embed\.live\.huffingtonpost\.com/.+?)\1', webpage)
3233 if mobj is not None:
3234 return self.url_result(mobj.group('url'), 'HuffPost')
3235
3236 # Look for embed.ly
3237 mobj = re.search(r'class=["\']embedly-card["\'][^>]href=["\'](?P<url>[^"\']+)', webpage)
3238 if mobj is not None:
3239 return self.url_result(mobj.group('url'))
3240 mobj = re.search(r'class=["\']embedly-embed["\'][^>]src=["\'][^"\']*url=(?P<url>[^&]+)', webpage)
3241 if mobj is not None:
3242 return self.url_result(compat_urllib_parse_unquote(mobj.group('url')))
3243
3244 # Look for funnyordie embed
3245 matches = re.findall(r'<iframe[^>]+?src="(https?://(?:www\.)?funnyordie\.com/embed/[^"]+)"', webpage)
3246 if matches:
3247 return self.playlist_from_matches(
3248 matches, video_id, video_title, getter=unescapeHTML, ie='FunnyOrDie')
3249
3250 # Look for Simplecast embeds
3251 simplecast_urls = SimplecastIE._extract_urls(webpage)
3252 if simplecast_urls:
3253 return self.playlist_from_matches(
3254 simplecast_urls, video_id, video_title)
3255
3256 # Look for BBC iPlayer embed
3257 matches = re.findall(r'setPlaylist\("(https?://www\.bbc\.co\.uk/iplayer/[^/]+/[\da-z]{8})"\)', webpage)
3258 if matches:
3259 return self.playlist_from_matches(matches, video_id, video_title, ie='BBCCoUk')
3260
3261 # Look for embedded RUTV player
3262 rutv_url = RUTVIE._extract_url(webpage)
3263 if rutv_url:
3264 return self.url_result(rutv_url, 'RUTV')
3265
3266 # Look for embedded TVC player
3267 tvc_url = TVCIE._extract_url(webpage)
3268 if tvc_url:
3269 return self.url_result(tvc_url, 'TVC')
3270
3271 # Look for embedded SportBox player
3272 sportbox_urls = SportBoxIE._extract_urls(webpage)
3273 if sportbox_urls:
3274 return self.playlist_from_matches(sportbox_urls, video_id, video_title, ie=SportBoxIE.ie_key())
3275
3276 # Look for embedded Spotify player
3277 spotify_urls = SpotifyBaseIE._extract_embed_urls(webpage)
3278 if spotify_urls:
3279 return self.playlist_from_matches(spotify_urls, video_id, video_title)
3280
3281 # Look for embedded XHamster player
3282 xhamster_urls = XHamsterEmbedIE._extract_urls(webpage)
3283 if xhamster_urls:
3284 return self.playlist_from_matches(xhamster_urls, video_id, video_title, ie='XHamsterEmbed')
3285
3286 # Look for embedded TNAFlixNetwork player
3287 tnaflix_urls = TNAFlixNetworkEmbedIE._extract_urls(webpage)
3288 if tnaflix_urls:
3289 return self.playlist_from_matches(tnaflix_urls, video_id, video_title, ie=TNAFlixNetworkEmbedIE.ie_key())
3290
3291 # Look for embedded PornHub player
3292 pornhub_urls = PornHubIE._extract_urls(webpage)
3293 if pornhub_urls:
3294 return self.playlist_from_matches(pornhub_urls, video_id, video_title, ie=PornHubIE.ie_key())
3295
3296 # Look for embedded DrTuber player
3297 drtuber_urls = DrTuberIE._extract_urls(webpage)
3298 if drtuber_urls:
3299 return self.playlist_from_matches(drtuber_urls, video_id, video_title, ie=DrTuberIE.ie_key())
3300
3301 # Look for embedded RedTube player
3302 redtube_urls = RedTubeIE._extract_urls(webpage)
3303 if redtube_urls:
3304 return self.playlist_from_matches(redtube_urls, video_id, video_title, ie=RedTubeIE.ie_key())
3305
3306 # Look for embedded Tube8 player
3307 tube8_urls = Tube8IE._extract_urls(webpage)
3308 if tube8_urls:
3309 return self.playlist_from_matches(tube8_urls, video_id, video_title, ie=Tube8IE.ie_key())
3310
3311 # Look for embedded Mofosex player
3312 mofosex_urls = MofosexEmbedIE._extract_urls(webpage)
3313 if mofosex_urls:
3314 return self.playlist_from_matches(mofosex_urls, video_id, video_title, ie=MofosexEmbedIE.ie_key())
3315
3316 # Look for embedded Spankwire player
3317 spankwire_urls = SpankwireIE._extract_urls(webpage)
3318 if spankwire_urls:
3319 return self.playlist_from_matches(spankwire_urls, video_id, video_title, ie=SpankwireIE.ie_key())
3320
3321 # Look for embedded YouPorn player
3322 youporn_urls = YouPornIE._extract_urls(webpage)
3323 if youporn_urls:
3324 return self.playlist_from_matches(youporn_urls, video_id, video_title, ie=YouPornIE.ie_key())
3325
3326 # Look for embedded Tvigle player
3327 mobj = re.search(
3328 r'<iframe[^>]+?src=(["\'])(?P<url>(?:https?:)?//cloud\.tvigle\.ru/video/.+?)\1', webpage)
3329 if mobj is not None:
3330 return self.url_result(mobj.group('url'), 'Tvigle')
3331
3332 # Look for embedded TED player
3333 ted_urls = TedEmbedIE._extract_urls(webpage)
3334 if ted_urls:
3335 return self.playlist_from_matches(ted_urls, video_id, video_title, ie=TedEmbedIE.ie_key())
3336
3337 # Look for embedded Ustream videos
3338 ustream_url = UstreamIE._extract_url(webpage)
3339 if ustream_url:
3340 return self.url_result(ustream_url, UstreamIE.ie_key())
3341
3342 # Look for embedded arte.tv player
3343 arte_urls = ArteTVEmbedIE._extract_urls(webpage)
3344 if arte_urls:
3345 return self.playlist_from_matches(arte_urls, video_id, video_title)
3346
3347 # Look for embedded francetv player
3348 mobj = re.search(
3349 r'<iframe[^>]+?src=(["\'])(?P<url>(?:https?://)?embed\.francetv\.fr/\?ue=.+?)\1',
3350 webpage)
3351 if mobj is not None:
3352 return self.url_result(mobj.group('url'))
3353
3354 # Look for embedded Myvi.ru player
3355 myvi_url = MyviIE._extract_url(webpage)
3356 if myvi_url:
3357 return self.url_result(myvi_url)
3358
3359 # Look for embedded soundcloud player
3360 soundcloud_urls = SoundcloudEmbedIE._extract_urls(webpage)
3361 if soundcloud_urls:
3362 return self.playlist_from_matches(soundcloud_urls, video_id, video_title, getter=unescapeHTML)
3363
3364 # Look for tunein player
3365 tunein_urls = TuneInBaseIE._extract_urls(webpage)
3366 if tunein_urls:
3367 return self.playlist_from_matches(tunein_urls, video_id, video_title)
3368
3369 # Look for embedded mtvservices player
3370 mtvservices_url = MTVServicesEmbeddedIE._extract_url(webpage)
3371 if mtvservices_url:
3372 return self.url_result(mtvservices_url, ie='MTVServicesEmbedded')
3373
3374 # Look for embedded yahoo player
3375 mobj = re.search(
3376 r'<iframe[^>]+?src=(["\'])(?P<url>https?://(?:screen|movies)\.yahoo\.com/.+?\.html\?format=embed)\1',
3377 webpage)
3378 if mobj is not None:
3379 return self.url_result(mobj.group('url'), 'Yahoo')
3380
3381 # Look for embedded sbs.com.au player
3382 mobj = re.search(
3383 r'''(?x)
3384 (?:
3385 <meta\s+property="og:video"\s+content=|
3386 <iframe[^>]+?src=
3387 )
3388 (["\'])(?P<url>https?://(?:www\.)?sbs\.com\.au/ondemand/video/.+?)\1''',
3389 webpage)
3390 if mobj is not None:
3391 return self.url_result(mobj.group('url'), 'SBS')
3392
3393 # Look for embedded Cinchcast player
3394 mobj = re.search(
3395 r'<iframe[^>]+?src=(["\'])(?P<url>https?://player\.cinchcast\.com/.+?)\1',
3396 webpage)
3397 if mobj is not None:
3398 return self.url_result(mobj.group('url'), 'Cinchcast')
3399
3400 mobj = re.search(
3401 r'<iframe[^>]+?src=(["\'])(?P<url>https?://m(?:lb)?\.mlb\.com/shared/video/embed/embed\.html\?.+?)\1',
3402 webpage)
3403 if not mobj:
3404 mobj = re.search(
3405 r'data-video-link=["\'](?P<url>http://m\.mlb\.com/video/[^"\']+)',
3406 webpage)
3407 if mobj is not None:
3408 return self.url_result(mobj.group('url'), 'MLB')
3409
3410 mobj = re.search(
3411 r'<(?:iframe|script)[^>]+?src=(["\'])(?P<url>%s)\1' % CondeNastIE.EMBED_URL,
3412 webpage)
3413 if mobj is not None:
3414 return self.url_result(self._proto_relative_url(mobj.group('url'), scheme='http:'), 'CondeNast')
3415
3416 mobj = re.search(
3417 r'<iframe[^>]+src="(?P<url>https?://(?:new\.)?livestream\.com/[^"]+/player[^"]+)"',
3418 webpage)
3419 if mobj is not None:
3420 return self.url_result(mobj.group('url'), 'Livestream')
3421
3422 # Look for Zapiks embed
3423 mobj = re.search(
3424 r'<iframe[^>]+src="(?P<url>https?://(?:www\.)?zapiks\.fr/index\.php\?.+?)"', webpage)
3425 if mobj is not None:
3426 return self.url_result(mobj.group('url'), 'Zapiks')
3427
3428 # Look for Kaltura embeds
3429 kaltura_urls = KalturaIE._extract_urls(webpage)
3430 if kaltura_urls:
3431 return self.playlist_from_matches(
3432 kaltura_urls, video_id, video_title,
3433 getter=lambda x: smuggle_url(x, {'source_url': url}),
3434 ie=KalturaIE.ie_key())
3435
3436 # Look for EaglePlatform embeds
3437 eagleplatform_url = EaglePlatformIE._extract_url(webpage)
3438 if eagleplatform_url:
3439 return self.url_result(smuggle_url(eagleplatform_url, {'referrer': url}), EaglePlatformIE.ie_key())
3440
3441 # Look for ClipYou (uses EaglePlatform) embeds
3442 mobj = re.search(
3443 r'<iframe[^>]+src="https?://(?P<host>media\.clipyou\.ru)/index/player\?.*\brecord_id=(?P<id>\d+).*"', webpage)
3444 if mobj is not None:
3445 return self.url_result('eagleplatform:%(host)s:%(id)s' % mobj.groupdict(), 'EaglePlatform')
3446
3447 # Look for Pladform embeds
3448 pladform_url = PladformIE._extract_url(webpage)
3449 if pladform_url:
3450 return self.url_result(pladform_url)
3451
3452 # Look for Videomore embeds
3453 videomore_url = VideomoreIE._extract_url(webpage)
3454 if videomore_url:
3455 return self.url_result(videomore_url)
3456
3457 # Look for Webcaster embeds
3458 webcaster_url = WebcasterFeedIE._extract_url(self, webpage)
3459 if webcaster_url:
3460 return self.url_result(webcaster_url, ie=WebcasterFeedIE.ie_key())
3461
3462 # Look for Playwire embeds
3463 mobj = re.search(
3464 r'<script[^>]+data-config=(["\'])(?P<url>(?:https?:)?//config\.playwire\.com/.+?)\1', webpage)
3465 if mobj is not None:
3466 return self.url_result(mobj.group('url'))
3467
3468 # Look for Crooks and Liars embeds
3469 mobj = re.search(
3470 r'<(?:iframe[^>]+src|param[^>]+value)=(["\'])(?P<url>(?:https?:)?//embed\.crooksandliars\.com/(?:embed|v)/.+?)\1', webpage)
3471 if mobj is not None:
3472 return self.url_result(mobj.group('url'))
3473
3474 # Look for NBC Sports VPlayer embeds
3475 nbc_sports_url = NBCSportsVPlayerIE._extract_url(webpage)
3476 if nbc_sports_url:
3477 return self.url_result(nbc_sports_url, 'NBCSportsVPlayer')
3478
3479 # Look for NBC News embeds
3480 nbc_news_embed_url = re.search(
3481 r'<iframe[^>]+src=(["\'])(?P<url>(?:https?:)?//www\.nbcnews\.com/widget/video-embed/[^"\']+)\1', webpage)
3482 if nbc_news_embed_url:
3483 return self.url_result(nbc_news_embed_url.group('url'), 'NBCNews')
3484
3485 # Look for Google Drive embeds
3486 google_drive_url = GoogleDriveIE._extract_url(webpage)
3487 if google_drive_url:
3488 return self.url_result(google_drive_url, 'GoogleDrive')
3489
3490 # Look for UDN embeds
3491 mobj = re.search(
3492 r'<iframe[^>]+src="(?:https?:)?(?P<url>%s)"' % UDNEmbedIE._PROTOCOL_RELATIVE_VALID_URL, webpage)
3493 if mobj is not None:
3494 return self.url_result(
3495 compat_urlparse.urljoin(url, mobj.group('url')), 'UDNEmbed')
3496
3497 # Look for Senate ISVP iframe
3498 senate_isvp_url = SenateISVPIE._search_iframe_url(webpage)
3499 if senate_isvp_url:
3500 return self.url_result(senate_isvp_url, 'SenateISVP')
3501
3502 # Look for Kinja embeds
3503 kinja_embed_urls = KinjaEmbedIE._extract_urls(webpage, url)
3504 if kinja_embed_urls:
3505 return self.playlist_from_matches(
3506 kinja_embed_urls, video_id, video_title)
3507
3508 # Look for OnionStudios embeds
3509 onionstudios_url = OnionStudiosIE._extract_url(webpage)
3510 if onionstudios_url:
3511 return self.url_result(onionstudios_url)
3512
3513 # Look for Blogger embeds
3514 blogger_urls = BloggerIE._extract_urls(webpage)
3515 if blogger_urls:
3516 return self.playlist_from_matches(blogger_urls, video_id, video_title, ie=BloggerIE.ie_key())
3517
3518 # Look for ViewLift embeds
3519 viewlift_url = ViewLiftEmbedIE._extract_url(webpage)
3520 if viewlift_url:
3521 return self.url_result(viewlift_url)
3522
3523 # Look for JWPlatform embeds
3524 jwplatform_urls = JWPlatformIE._extract_urls(webpage)
3525 if jwplatform_urls:
3526 return self.playlist_from_matches(jwplatform_urls, video_id, video_title, ie=JWPlatformIE.ie_key())
3527
3528 # Look for Digiteka embeds
3529 digiteka_url = DigitekaIE._extract_url(webpage)
3530 if digiteka_url:
3531 return self.url_result(self._proto_relative_url(digiteka_url), DigitekaIE.ie_key())
3532
3533 # Look for Arkena embeds
3534 arkena_url = ArkenaIE._extract_url(webpage)
3535 if arkena_url:
3536 return self.url_result(arkena_url, ArkenaIE.ie_key())
3537
3538 # Look for Piksel embeds
3539 piksel_url = PikselIE._extract_url(webpage)
3540 if piksel_url:
3541 return self.url_result(piksel_url, PikselIE.ie_key())
3542
3543 # Look for Limelight embeds
3544 limelight_urls = LimelightBaseIE._extract_urls(webpage, url)
3545 if limelight_urls:
3546 return self.playlist_result(
3547 limelight_urls, video_id, video_title, video_description)
3548
3549 # Look for Anvato embeds
3550 anvato_urls = AnvatoIE._extract_urls(self, webpage, video_id)
3551 if anvato_urls:
3552 return self.playlist_result(
3553 anvato_urls, video_id, video_title, video_description)
3554
3555 # Look for AdobeTVVideo embeds
3556 mobj = re.search(
3557 r'<iframe[^>]+src=[\'"]((?:https?:)?//video\.tv\.adobe\.com/v/\d+[^"]+)[\'"]',
3558 webpage)
3559 if mobj is not None:
3560 return self.url_result(
3561 self._proto_relative_url(unescapeHTML(mobj.group(1))),
3562 'AdobeTVVideo')
3563
3564 # Look for Vine embeds
3565 mobj = re.search(
3566 r'<iframe[^>]+src=[\'"]((?:https?:)?//(?:www\.)?vine\.co/v/[^/]+/embed/(?:simple|postcard))',
3567 webpage)
3568 if mobj is not None:
3569 return self.url_result(
3570 self._proto_relative_url(unescapeHTML(mobj.group(1))), 'Vine')
3571
3572 # Look for VODPlatform embeds
3573 mobj = re.search(
3574 r'<iframe[^>]+src=(["\'])(?P<url>(?:https?:)?//(?:(?:www\.)?vod-platform\.net|embed\.kwikmotion\.com)/[eE]mbed/.+?)\1',
3575 webpage)
3576 if mobj is not None:
3577 return self.url_result(
3578 self._proto_relative_url(unescapeHTML(mobj.group('url'))), 'VODPlatform')
3579
3580 # Look for Mangomolo embeds
3581 mobj = re.search(
3582 r'''(?x)<iframe[^>]+src=(["\'])(?P<url>(?:https?:)?//
3583 (?:
3584 admin\.mangomolo\.com/analytics/index\.php/customers/embed|
3585 player\.mangomolo\.com/v1
3586 )/
3587 (?:
3588 video\?.*?\bid=(?P<video_id>\d+)|
3589 (?:index|live)\?.*?\bchannelid=(?P<channel_id>(?:[A-Za-z0-9+/=]|%2B|%2F|%3D)+)
3590 ).+?)\1''', webpage)
3591 if mobj is not None:
3592 info = {
3593 '_type': 'url_transparent',
3594 'url': self._proto_relative_url(unescapeHTML(mobj.group('url'))),
3595 'title': video_title,
3596 'description': video_description,
3597 'thumbnail': video_thumbnail,
3598 'uploader': video_uploader,
3599 }
3600 video_id = mobj.group('video_id')
3601 if video_id:
3602 info.update({
3603 'ie_key': 'MangomoloVideo',
3604 'id': video_id,
3605 })
3606 else:
3607 info.update({
3608 'ie_key': 'MangomoloLive',
3609 'id': mobj.group('channel_id'),
3610 })
3611 return info
3612
3613 # Look for Instagram embeds
3614 instagram_embed_url = InstagramIE._extract_embed_url(webpage)
3615 if instagram_embed_url is not None:
3616 return self.url_result(
3617 self._proto_relative_url(instagram_embed_url), InstagramIE.ie_key())
3618
3619 # Look for 3Q SDN embeds
3620 threeqsdn_url = ThreeQSDNIE._extract_url(webpage)
3621 if threeqsdn_url:
3622 return {
3623 '_type': 'url_transparent',
3624 'ie_key': ThreeQSDNIE.ie_key(),
3625 'url': self._proto_relative_url(threeqsdn_url),
3626 'title': video_title,
3627 'description': video_description,
3628 'thumbnail': video_thumbnail,
3629 'uploader': video_uploader,
3630 }
3631
3632 # Look for VBOX7 embeds
3633 vbox7_url = Vbox7IE._extract_url(webpage)
3634 if vbox7_url:
3635 return self.url_result(vbox7_url, Vbox7IE.ie_key())
3636
3637 # Look for DBTV embeds
3638 dbtv_urls = DBTVIE._extract_urls(webpage)
3639 if dbtv_urls:
3640 return self.playlist_from_matches(dbtv_urls, video_id, video_title, ie=DBTVIE.ie_key())
3641
3642 # Look for Videa embeds
3643 videa_urls = VideaIE._extract_urls(webpage)
3644 if videa_urls:
3645 return self.playlist_from_matches(videa_urls, video_id, video_title, ie=VideaIE.ie_key())
3646
3647 # Look for 20 minuten embeds
3648 twentymin_urls = TwentyMinutenIE._extract_urls(webpage)
3649 if twentymin_urls:
3650 return self.playlist_from_matches(
3651 twentymin_urls, video_id, video_title, ie=TwentyMinutenIE.ie_key())
3652
3653 # Look for VideoPress embeds
3654 videopress_urls = VideoPressIE._extract_urls(webpage)
3655 if videopress_urls:
3656 return self.playlist_from_matches(
3657 videopress_urls, video_id, video_title, ie=VideoPressIE.ie_key())
3658
3659 # Look for Rutube embeds
3660 rutube_urls = RutubeIE._extract_urls(webpage)
3661 if rutube_urls:
3662 return self.playlist_from_matches(
3663 rutube_urls, video_id, video_title, ie=RutubeIE.ie_key())
3664
3665 # Look for Glomex embeds
3666 glomex_urls = list(GlomexEmbedIE._extract_urls(webpage, url))
3667 if glomex_urls:
3668 return self.playlist_from_matches(
3669 glomex_urls, video_id, video_title, ie=GlomexEmbedIE.ie_key())
3670
3671 # Look for megatv.com embeds
3672 megatvcom_urls = list(MegaTVComEmbedIE._extract_urls(webpage))
3673 if megatvcom_urls:
3674 return self.playlist_from_matches(
3675 megatvcom_urls, video_id, video_title, ie=MegaTVComEmbedIE.ie_key())
3676
3677 # Look for ant1news.gr embeds
3678 ant1newsgr_urls = list(Ant1NewsGrEmbedIE._extract_urls(webpage))
3679 if ant1newsgr_urls:
3680 return self.playlist_from_matches(
3681 ant1newsgr_urls, video_id, video_title, ie=Ant1NewsGrEmbedIE.ie_key())
3682
3683 # Look for WashingtonPost embeds
3684 wapo_urls = WashingtonPostIE._extract_urls(webpage)
3685 if wapo_urls:
3686 return self.playlist_from_matches(
3687 wapo_urls, video_id, video_title, ie=WashingtonPostIE.ie_key())
3688
3689 # Look for Mediaset embeds
3690 mediaset_urls = MediasetIE._extract_urls(self, webpage)
3691 if mediaset_urls:
3692 return self.playlist_from_matches(
3693 mediaset_urls, video_id, video_title, ie=MediasetIE.ie_key())
3694
3695 # Look for JOJ.sk embeds
3696 joj_urls = JojIE._extract_urls(webpage)
3697 if joj_urls:
3698 return self.playlist_from_matches(
3699 joj_urls, video_id, video_title, ie=JojIE.ie_key())
3700
3701 # Look for megaphone.fm embeds
3702 mpfn_urls = MegaphoneIE._extract_urls(webpage)
3703 if mpfn_urls:
3704 return self.playlist_from_matches(
3705 mpfn_urls, video_id, video_title, ie=MegaphoneIE.ie_key())
3706
3707 # Look for vzaar embeds
3708 vzaar_urls = VzaarIE._extract_urls(webpage)
3709 if vzaar_urls:
3710 return self.playlist_from_matches(
3711 vzaar_urls, video_id, video_title, ie=VzaarIE.ie_key())
3712
3713 channel9_urls = Channel9IE._extract_urls(webpage)
3714 if channel9_urls:
3715 return self.playlist_from_matches(
3716 channel9_urls, video_id, video_title, ie=Channel9IE.ie_key())
3717
3718 vshare_urls = VShareIE._extract_urls(webpage)
3719 if vshare_urls:
3720 return self.playlist_from_matches(
3721 vshare_urls, video_id, video_title, ie=VShareIE.ie_key())
3722
3723 # Look for Mediasite embeds
3724 mediasite_urls = MediasiteIE._extract_urls(webpage)
3725 if mediasite_urls:
3726 entries = [
3727 self.url_result(smuggle_url(
3728 compat_urlparse.urljoin(url, mediasite_url),
3729 {'UrlReferrer': url}), ie=MediasiteIE.ie_key())
3730 for mediasite_url in mediasite_urls]
3731 return self.playlist_result(entries, video_id, video_title)
3732
3733 springboardplatform_urls = SpringboardPlatformIE._extract_urls(webpage)
3734 if springboardplatform_urls:
3735 return self.playlist_from_matches(
3736 springboardplatform_urls, video_id, video_title,
3737 ie=SpringboardPlatformIE.ie_key())
3738
3739 yapfiles_urls = YapFilesIE._extract_urls(webpage)
3740 if yapfiles_urls:
3741 return self.playlist_from_matches(
3742 yapfiles_urls, video_id, video_title, ie=YapFilesIE.ie_key())
3743
3744 vice_urls = ViceIE._extract_urls(webpage)
3745 if vice_urls:
3746 return self.playlist_from_matches(
3747 vice_urls, video_id, video_title, ie=ViceIE.ie_key())
3748
3749 xfileshare_urls = XFileShareIE._extract_urls(webpage)
3750 if xfileshare_urls:
3751 return self.playlist_from_matches(
3752 xfileshare_urls, video_id, video_title, ie=XFileShareIE.ie_key())
3753
3754 cloudflarestream_urls = CloudflareStreamIE._extract_urls(webpage)
3755 if cloudflarestream_urls:
3756 return self.playlist_from_matches(
3757 cloudflarestream_urls, video_id, video_title, ie=CloudflareStreamIE.ie_key())
3758
3759 peertube_urls = PeerTubeIE._extract_urls(webpage, url)
3760 if peertube_urls:
3761 return self.playlist_from_matches(
3762 peertube_urls, video_id, video_title, ie=PeerTubeIE.ie_key())
3763
3764 indavideo_urls = IndavideoEmbedIE._extract_urls(webpage)
3765 if indavideo_urls:
3766 return self.playlist_from_matches(
3767 indavideo_urls, video_id, video_title, ie=IndavideoEmbedIE.ie_key())
3768
3769 apa_urls = APAIE._extract_urls(webpage)
3770 if apa_urls:
3771 return self.playlist_from_matches(
3772 apa_urls, video_id, video_title, ie=APAIE.ie_key())
3773
3774 foxnews_urls = FoxNewsIE._extract_urls(webpage)
3775 if foxnews_urls:
3776 return self.playlist_from_matches(
3777 foxnews_urls, video_id, video_title, ie=FoxNewsIE.ie_key())
3778
3779 sharevideos_urls = [sharevideos_mobj.group('url') for sharevideos_mobj in re.finditer(
3780 r'<iframe[^>]+?\bsrc\s*=\s*(["\'])(?P<url>(?:https?:)?//embed\.share-videos\.se/auto/embed/\d+\?.*?\buid=\d+.*?)\1',
3781 webpage)]
3782 if sharevideos_urls:
3783 return self.playlist_from_matches(
3784 sharevideos_urls, video_id, video_title)
3785
3786 viqeo_urls = ViqeoIE._extract_urls(webpage)
3787 if viqeo_urls:
3788 return self.playlist_from_matches(
3789 viqeo_urls, video_id, video_title, ie=ViqeoIE.ie_key())
3790
3791 expressen_urls = ExpressenIE._extract_urls(webpage)
3792 if expressen_urls:
3793 return self.playlist_from_matches(
3794 expressen_urls, video_id, video_title, ie=ExpressenIE.ie_key())
3795
3796 zype_urls = ZypeIE._extract_urls(webpage)
3797 if zype_urls:
3798 return self.playlist_from_matches(
3799 zype_urls, video_id, video_title, ie=ZypeIE.ie_key())
3800
3801 gedi_urls = GediDigitalIE._extract_urls(webpage)
3802 if gedi_urls:
3803 return self.playlist_from_matches(
3804 gedi_urls, video_id, video_title, ie=GediDigitalIE.ie_key())
3805
3806 # Look for RCS media group embeds
3807 rcs_urls = RCSEmbedsIE._extract_urls(webpage)
3808 if rcs_urls:
3809 return self.playlist_from_matches(
3810 rcs_urls, video_id, video_title, ie=RCSEmbedsIE.ie_key())
3811
3812 wimtv_urls = WimTVIE._extract_urls(webpage)
3813 if wimtv_urls:
3814 return self.playlist_from_matches(
3815 wimtv_urls, video_id, video_title, ie=WimTVIE.ie_key())
3816
3817 bitchute_urls = BitChuteIE._extract_urls(webpage)
3818 if bitchute_urls:
3819 return self.playlist_from_matches(
3820 bitchute_urls, video_id, video_title, ie=BitChuteIE.ie_key())
3821
3822 rumble_urls = RumbleEmbedIE._extract_urls(webpage)
3823 if len(rumble_urls) == 1:
3824 return self.url_result(rumble_urls[0], RumbleEmbedIE.ie_key())
3825 if rumble_urls:
3826 return self.playlist_from_matches(
3827 rumble_urls, video_id, video_title, ie=RumbleEmbedIE.ie_key())
3828
3829 # Look for (tvopen|ethnos).gr embeds
3830 tvopengr_urls = list(TVOpenGrEmbedIE._extract_urls(webpage))
3831 if tvopengr_urls:
3832 return self.playlist_from_matches(tvopengr_urls, video_id, video_title, ie=TVOpenGrEmbedIE.ie_key())
3833
3834 # Look for ert.gr webtv embeds
3835 ertwebtv_urls = list(ERTWebtvEmbedIE._extract_urls(webpage))
3836 if len(ertwebtv_urls) == 1:
3837 return self.url_result(self._proto_relative_url(ertwebtv_urls[0]), video_title=video_title, url_transparent=True)
3838 elif ertwebtv_urls:
3839 return self.playlist_from_matches(ertwebtv_urls, video_id, video_title, ie=ERTWebtvEmbedIE.ie_key())
3840
3841 tvp_urls = TVPEmbedIE._extract_urls(webpage)
3842 if tvp_urls:
3843 return self.playlist_from_matches(tvp_urls, video_id, video_title, ie=TVPEmbedIE.ie_key())
3844
3845 # Look for MainStreaming embeds
3846 mainstreaming_urls = MainStreamingIE._extract_urls(webpage)
3847 if mainstreaming_urls:
3848 return self.playlist_from_matches(mainstreaming_urls, video_id, video_title, ie=MainStreamingIE.ie_key())
3849
3850 # Look for Gfycat Embeds
3851 gfycat_urls = GfycatIE._extract_urls(webpage)
3852 if gfycat_urls:
3853 return self.playlist_from_matches(gfycat_urls, video_id, video_title, ie=GfycatIE.ie_key())
3854
3855 panopto_urls = PanoptoBaseIE._extract_urls(webpage)
3856 if panopto_urls:
3857 return self.playlist_from_matches(panopto_urls, video_id, video_title)
3858
3859 # Look for Ruutu embeds
3860 ruutu_urls = RuutuIE._extract_urls(webpage)
3861 if ruutu_urls:
3862 return self.playlist_from_matches(ruutu_urls, video_id, video_title)
3863
3864 # Look for Tiktok embeds
3865 tiktok_urls = TikTokIE._extract_urls(webpage)
3866 if tiktok_urls:
3867 return self.playlist_from_matches(tiktok_urls, video_id, video_title)
3868
3869 # Look for HTML5 media
3870 entries = self._parse_html5_media_entries(url, webpage, video_id, m3u8_id='hls')
3871 if entries:
3872 self.report_detected('HTML5 media')
3873 if len(entries) == 1:
3874 entries[0].update({
3875 'id': video_id,
3876 'title': video_title,
3877 })
3878 else:
3879 for num, entry in enumerate(entries, start=1):
3880 entry.update({
3881 'id': f'{video_id}-{num}',
3882 'title': '%s (%d)' % (video_title, num),
3883 })
3884 for entry in entries:
3885 self._sort_formats(entry['formats'])
3886 return self.playlist_result(entries, video_id, video_title)
3887
3888 jwplayer_data = self._find_jwplayer_data(
3889 webpage, video_id, transform_source=js_to_json)
3890 if jwplayer_data:
3891 if isinstance(jwplayer_data.get('playlist'), str):
3892 self.report_detected('JW Player playlist')
3893 return {
3894 **info_dict,
3895 '_type': 'url',
3896 'ie_key': JWPlatformIE.ie_key(),
3897 'url': jwplayer_data['playlist'],
3898 }
3899 try:
3900 info = self._parse_jwplayer_data(
3901 jwplayer_data, video_id, require_title=False, base_url=url)
3902 self.report_detected('JW Player data')
3903 return merge_dicts(info, info_dict)
3904 except ExtractorError:
3905 # See https://github.com/ytdl-org/youtube-dl/pull/16735
3906 pass
3907
3908 # Video.js embed
3909 mobj = re.search(
3910 r'(?s)\bvideojs\s*\(.+?([a-zA-Z0-9_$]+)\.src\s*\(\s*((?:\[.+?\]|{.+?}))\s*\)\s*;',
3911 webpage)
3912 if mobj is not None:
3913 varname = mobj.group(1)
3914 sources = self._parse_json(
3915 mobj.group(2), video_id, transform_source=js_to_json,
3916 fatal=False) or []
3917 if not isinstance(sources, list):
3918 sources = [sources]
3919 formats = []
3920 subtitles = {}
3921 for source in sources:
3922 src = source.get('src')
3923 if not src or not isinstance(src, compat_str):
3924 continue
3925 src = compat_urlparse.urljoin(url, src)
3926 src_type = source.get('type')
3927 if isinstance(src_type, compat_str):
3928 src_type = src_type.lower()
3929 ext = determine_ext(src).lower()
3930 if src_type == 'video/youtube':
3931 return self.url_result(src, YoutubeIE.ie_key())
3932 if src_type == 'application/dash+xml' or ext == 'mpd':
3933 fmts, subs = self._extract_mpd_formats_and_subtitles(
3934 src, video_id, mpd_id='dash', fatal=False)
3935 formats.extend(fmts)
3936 self._merge_subtitles(subs, target=subtitles)
3937 elif src_type == 'application/x-mpegurl' or ext == 'm3u8':
3938 fmts, subs = self._extract_m3u8_formats_and_subtitles(
3939 src, video_id, 'mp4', entry_protocol='m3u8_native',
3940 m3u8_id='hls', fatal=False)
3941 formats.extend(fmts)
3942 self._merge_subtitles(subs, target=subtitles)
3943 else:
3944 formats.append({
3945 'url': src,
3946 'ext': (mimetype2ext(src_type)
3947 or ext if ext in KNOWN_EXTENSIONS else 'mp4'),
3948 'http_headers': {
3949 'Referer': full_response.geturl(),
3950 },
3951 })
3952 # https://docs.videojs.com/player#addRemoteTextTrack
3953 # https://html.spec.whatwg.org/multipage/media.html#htmltrackelement
3954 for sub_match in re.finditer(rf'(?s){re.escape(varname)}' r'\.addRemoteTextTrack\(({.+?})\s*,\s*(?:true|false)\)', webpage):
3955 sub = self._parse_json(
3956 sub_match.group(1), video_id, transform_source=js_to_json, fatal=False) or {}
3957 src = str_or_none(sub.get('src'))
3958 if not src:
3959 continue
3960 subtitles.setdefault(dict_get(sub, ('language', 'srclang')) or 'und', []).append({
3961 'url': compat_urlparse.urljoin(url, src),
3962 'name': sub.get('label'),
3963 'http_headers': {
3964 'Referer': full_response.geturl(),
3965 },
3966 })
3967 if formats or subtitles:
3968 self.report_detected('video.js embed')
3969 self._sort_formats(formats)
3970 info_dict['formats'] = formats
3971 info_dict['subtitles'] = subtitles
3972 return info_dict
3973
3974 # Looking for http://schema.org/VideoObject
3975 json_ld = self._search_json_ld(webpage, video_id, default={})
3976 if json_ld.get('url') not in (url, None):
3977 self.report_detected('JSON LD')
3978 return merge_dicts({
3979 '_type': 'url_transparent',
3980 'url': smuggle_url(json_ld['url'], {'force_videoid': video_id, 'to_generic': True}),
3981 }, json_ld, info_dict)
3982
3983 def check_video(vurl):
3984 if YoutubeIE.suitable(vurl):
3985 return True
3986 if RtmpIE.suitable(vurl):
3987 return True
3988 vpath = compat_urlparse.urlparse(vurl).path
3989 vext = determine_ext(vpath, None)
3990 return vext not in (None, 'swf', 'png', 'jpg', 'srt', 'sbv', 'sub', 'vtt', 'ttml', 'js', 'xml')
3991
3992 def filter_video(urls):
3993 return list(filter(check_video, urls))
3994
3995 # Start with something easy: JW Player in SWFObject
3996 found = filter_video(re.findall(r'flashvars: [\'"](?:.*&)?file=(http[^\'"&]*)', webpage))
3997 if found:
3998 self.report_detected('JW Player in SFWObject')
3999 else:
4000 # Look for gorilla-vid style embedding
4001 found = filter_video(re.findall(r'''(?sx)
4002 (?:
4003 jw_plugins|
4004 JWPlayerOptions|
4005 jwplayer\s*\(\s*["'][^'"]+["']\s*\)\s*\.setup
4006 )
4007 .*?
4008 ['"]?file['"]?\s*:\s*["\'](.*?)["\']''', webpage))
4009 if found:
4010 self.report_detected('JW Player embed')
4011 if not found:
4012 # Look for generic KVS player
4013 found = re.search(r'<script [^>]*?src="https?://.+?/kt_player\.js\?v=(?P<ver>(?P<maj_ver>\d+)(\.\d+)+)".*?>', webpage)
4014 if found:
4015 self.report_detected('KWS Player')
4016 if found.group('maj_ver') not in ['4', '5']:
4017 self.report_warning('Untested major version (%s) in player engine--Download may fail.' % found.group('ver'))
4018 flashvars = re.search(r'(?ms)<script.*?>.*?var\s+flashvars\s*=\s*(\{.*?\});.*?</script>', webpage)
4019 flashvars = self._parse_json(flashvars.group(1), video_id, transform_source=js_to_json)
4020
4021 # extract the part after the last / as the display_id from the
4022 # canonical URL.
4023 display_id = self._search_regex(
4024 r'(?:<link href="https?://[^"]+/(.+?)/?" rel="canonical"\s*/?>'
4025 r'|<link rel="canonical" href="https?://[^"]+/(.+?)/?"\s*/?>)',
4026 webpage, 'display_id', fatal=False
4027 )
4028 title = self._html_search_regex(r'<(?:h1|title)>(?:Video: )?(.+?)</(?:h1|title)>', webpage, 'title')
4029
4030 thumbnail = flashvars['preview_url']
4031 if thumbnail.startswith('//'):
4032 protocol, _, _ = url.partition('/')
4033 thumbnail = protocol + thumbnail
4034
4035 url_keys = list(filter(re.compile(r'video_url|video_alt_url\d*').fullmatch, flashvars.keys()))
4036 formats = []
4037 for key in url_keys:
4038 if '/get_file/' not in flashvars[key]:
4039 continue
4040 format_id = flashvars.get(f'{key}_text', key)
4041 formats.append({
4042 'url': self._kvs_getrealurl(flashvars[key], flashvars['license_code']),
4043 'format_id': format_id,
4044 'ext': 'mp4',
4045 **(parse_resolution(format_id) or parse_resolution(flashvars[key]))
4046 })
4047 if not formats[-1].get('height'):
4048 formats[-1]['quality'] = 1
4049
4050 self._sort_formats(formats)
4051
4052 return {
4053 'id': flashvars['video_id'],
4054 'display_id': display_id,
4055 'title': title,
4056 'thumbnail': thumbnail,
4057 'formats': formats,
4058 }
4059 if not found:
4060 # Broaden the search a little bit
4061 found = filter_video(re.findall(r'[^A-Za-z0-9]?(?:file|source)=(http[^\'"&]*)', webpage))
4062 if found:
4063 self.report_detected('video file')
4064 if not found:
4065 # Broaden the findall a little bit: JWPlayer JS loader
4066 found = filter_video(re.findall(
4067 r'[^A-Za-z0-9]?(?:file|video_url)["\']?:\s*["\'](http(?![^\'"]+\.[0-9]+[\'"])[^\'"]+)["\']', webpage))
4068 if found:
4069 self.report_detected('JW Player JS loader')
4070 if not found:
4071 # Flow player
4072 found = filter_video(re.findall(r'''(?xs)
4073 flowplayer\("[^"]+",\s*
4074 \{[^}]+?\}\s*,
4075 \s*\{[^}]+? ["']?clip["']?\s*:\s*\{\s*
4076 ["']?url["']?\s*:\s*["']([^"']+)["']
4077 ''', webpage))
4078 if found:
4079 self.report_detected('Flow Player')
4080 if not found:
4081 # Cinerama player
4082 found = re.findall(
4083 r"cinerama\.embedPlayer\(\s*\'[^']+\',\s*'([^']+)'", webpage)
4084 if found:
4085 self.report_detected('Cinerama player')
4086 if not found:
4087 # Try to find twitter cards info
4088 # twitter:player:stream should be checked before twitter:player since
4089 # it is expected to contain a raw stream (see
4090 # https://dev.twitter.com/cards/types/player#On_twitter.com_via_desktop_browser)
4091 found = filter_video(re.findall(
4092 r'<meta (?:property|name)="twitter:player:stream" (?:content|value)="(.+?)"', webpage))
4093 if found:
4094 self.report_detected('Twitter card')
4095 if not found:
4096 # We look for Open Graph info:
4097 # We have to match any number spaces between elements, some sites try to align them (eg.: statigr.am)
4098 m_video_type = re.findall(r'<meta.*?property="og:video:type".*?content="video/(.*?)"', webpage)
4099 # We only look in og:video if the MIME type is a video, don't try if it's a Flash player:
4100 if m_video_type is not None:
4101 found = filter_video(re.findall(r'<meta.*?property="og:(?:video|audio)".*?content="(.*?)"', webpage))
4102 if found:
4103 self.report_detected('Open Graph video info')
4104 if not found:
4105 REDIRECT_REGEX = r'[0-9]{,2};\s*(?:URL|url)=\'?([^\'"]+)'
4106 found = re.search(
4107 r'(?i)<meta\s+(?=(?:[a-z-]+="[^"]+"\s+)*http-equiv="refresh")'
4108 r'(?:[a-z-]+="[^"]+"\s+)*?content="%s' % REDIRECT_REGEX,
4109 webpage)
4110 if not found:
4111 # Look also in Refresh HTTP header
4112 refresh_header = head_response.headers.get('Refresh')
4113 if refresh_header:
4114 found = re.search(REDIRECT_REGEX, refresh_header)
4115 if found:
4116 new_url = compat_urlparse.urljoin(url, unescapeHTML(found.group(1)))
4117 if new_url != url:
4118 self.report_following_redirect(new_url)
4119 return {
4120 '_type': 'url',
4121 'url': new_url,
4122 }
4123 else:
4124 found = None
4125
4126 if not found:
4127 # twitter:player is a https URL to iframe player that may or may not
4128 # be supported by yt-dlp thus this is checked the very last (see
4129 # https://dev.twitter.com/cards/types/player#On_twitter.com_via_desktop_browser)
4130 embed_url = self._html_search_meta('twitter:player', webpage, default=None)
4131 if embed_url and embed_url != url:
4132 self.report_detected('twitter:player iframe')
4133 return self.url_result(embed_url)
4134
4135 if not found:
4136 raise UnsupportedError(url)
4137
4138 entries = []
4139 for video_url in orderedSet(found):
4140 video_url = unescapeHTML(video_url)
4141 video_url = video_url.replace('\\/', '/')
4142 video_url = compat_urlparse.urljoin(url, video_url)
4143 video_id = compat_urllib_parse_unquote(os.path.basename(video_url))
4144
4145 # Sometimes, jwplayer extraction will result in a YouTube URL
4146 if YoutubeIE.suitable(video_url):
4147 entries.append(self.url_result(video_url, 'Youtube'))
4148 continue
4149
4150 # here's a fun little line of code for you:
4151 video_id = os.path.splitext(video_id)[0]
4152 headers = {
4153 'referer': full_response.geturl()
4154 }
4155
4156 entry_info_dict = {
4157 'id': video_id,
4158 'uploader': video_uploader,
4159 'title': video_title,
4160 'age_limit': age_limit,
4161 'http_headers': headers,
4162 }
4163
4164 if RtmpIE.suitable(video_url):
4165 entry_info_dict.update({
4166 '_type': 'url_transparent',
4167 'ie_key': RtmpIE.ie_key(),
4168 'url': video_url,
4169 })
4170 entries.append(entry_info_dict)
4171 continue
4172
4173 ext = determine_ext(video_url)
4174 if ext == 'smil':
4175 entry_info_dict = {**self._extract_smil_info(video_url, video_id), **entry_info_dict}
4176 elif ext == 'xspf':
4177 return self.playlist_result(self._extract_xspf_playlist(video_url, video_id), video_id)
4178 elif ext == 'm3u8':
4179 entry_info_dict['formats'], entry_info_dict['subtitles'] = self._extract_m3u8_formats_and_subtitles(video_url, video_id, ext='mp4', headers=headers)
4180 elif ext == 'mpd':
4181 entry_info_dict['formats'], entry_info_dict['subtitles'] = self._extract_mpd_formats_and_subtitles(video_url, video_id, headers=headers)
4182 elif ext == 'f4m':
4183 entry_info_dict['formats'] = self._extract_f4m_formats(video_url, video_id, headers=headers)
4184 elif re.search(r'(?i)\.(?:ism|smil)/manifest', video_url) and video_url != url:
4185 # Just matching .ism/manifest is not enough to be reliably sure
4186 # whether it's actually an ISM manifest or some other streaming
4187 # manifest since there are various streaming URL formats
4188 # possible (see [1]) as well as some other shenanigans like
4189 # .smil/manifest URLs that actually serve an ISM (see [2]) and
4190 # so on.
4191 # Thus the most reasonable way to solve this is to delegate
4192 # to generic extractor in order to look into the contents of
4193 # the manifest itself.
4194 # 1. https://azure.microsoft.com/en-us/documentation/articles/media-services-deliver-content-overview/#streaming-url-formats
4195 # 2. https://svs.itworkscdn.net/lbcivod/smil:itwfcdn/lbci/170976.smil/Manifest
4196 entry_info_dict = self.url_result(
4197 smuggle_url(video_url, {'to_generic': True}),
4198 GenericIE.ie_key())
4199 else:
4200 entry_info_dict['url'] = video_url
4201
4202 if entry_info_dict.get('formats'):
4203 self._sort_formats(entry_info_dict['formats'])
4204
4205 entries.append(entry_info_dict)
4206
4207 if len(entries) == 1:
4208 return merge_dicts(entries[0], info_dict)
4209 else:
4210 for num, e in enumerate(entries, start=1):
4211 # 'url' results don't have a title
4212 if e.get('title') is not None:
4213 e['title'] = '%s (%d)' % (e['title'], num)
4214 return {
4215 '_type': 'playlist',
4216 'entries': entries,
4217 }