Compare commits

...

2 Commits

Author SHA1 Message Date
Offert4324 1c13906e31 Update medici.py 2024-03-27 19:51:22 +09:00
Offert4324 1511c91147 Update generic.py 2024-03-27 19:13:02 +09:00
2 changed files with 62 additions and 18 deletions

View File

@ -2104,22 +2104,6 @@ class GenericIE(InfoExtractor):
'age_limit': 0,
},
},
{
'note': 'JW Player embed with unicode-escape sequences in URL',
'url': 'https://www.medici.tv/en/concerts/lahav-shani-mozart-mahler-israel-philharmonic-abu-dhabi-classics',
'info_dict': {
'id': 'm',
'ext': 'mp4',
'title': 'Lahav Shani conducts the Israel Philharmonic\'s first-ever concert in Abu Dhabi',
'description': 'Mahler\'s ',
'uploader': 'www.medici.tv',
'age_limit': 0,
'thumbnail': r're:^https?://.+\.jpg',
},
'params': {
'skip_download': True,
},
},
{
'url': 'https://shooshtime.com/videos/284002/just-out-of-the-shower-joi/',
'md5': 'e2f0a4c329f7986280b7328e24036d60',

View File

@ -17,7 +17,7 @@ class MediciIE(InfoExtractor):
'id': '8032',
'ext': 'mp4',
'title': 'Thomas Adès\'s The Exterminating Angel',
'thumbnail': r're:^https?://medicitv-a\.imgix\.net/movie/[^?]+\.jpg(?:\?[^?]+)?',
'thumbnail': r're:^https?://medicitv-[abc]\.imgix\.net/movie/[^?]+\.jpg(?:\?[^?]+)?',
'description': 'md5:708ae6350dadc604225b4a6e32482bab',
'upload_date': '20240304',
},
@ -29,11 +29,71 @@ class MediciIE(InfoExtractor):
'id': '7900',
'ext': 'mp4',
'title': 'Wagner\'s Lohengrin',
'thumbnail': r're:^https?://medicitv-a\.imgix\.net/movie/[^?]+\.jpg(?:\?[^?]+)?',
'thumbnail': r're:^https?://medicitv-[abc]\.imgix\.net/movie/[^?]+\.jpg(?:\?[^?]+)?',
'description': 'md5:a384a62937866101f86902f21752cd89',
'upload_date': '20231017',
},
},
{
'url': 'https://edu.medici.tv/en/concerts/pierre-laurent-aimard-plays-piano-fantasies-mozart-sweelinck-volkonski-bach-beethoven-benjamin',
'md5': 'edc8564a7d2921f1ab702e3b7c917437',
'info_dict': {
'id': '7373',
'ext': 'mp4',
'title': 'Pierre-Laurent Aimard plays Mozart, Sweelinck, Volkonski, Bach, Beethoven, and Benjamin',
'thumbnail': r're:^https?://medicitv-[abc]\.imgix\.net/movie/[^?]+\.jpg(?:\?[^?]+)?',
'description': 'md5:3b61238577aa27eacf12d660a333c850',
'upload_date': '20240323',
},
},
{
'url': 'https://www.medici.tv/en/ballets/carmen-ballet-choregraphie-de-jiri-bubenicek-teatro-dellopera-di-roma',
'md5': '40f5e76cb701a97a6d7ba23b62c49990',
'info_dict': {
'id': '7857',
'ext': 'mp4',
'title': 'Carmen by Jiří Bubeníček after Roland Petit, music by Bizet, de Falla, Castelnuovo-Tedesco, and Bonolis',
'thumbnail': r're:^https?://medicitv-[abc]\.imgix\.net/movie/[^?]+\.jpg(?:\?[^?]+)?',
'description': 'md5:0f15a15611ed748020c769873e10a8bb',
'upload_date': '20240223',
},
},
{
'url': 'https://www.medici.tv/en/documentaries/la-sonnambula-liege-2023-documentaire',
'md5': '87ff198018ce79a34757ab0dd6f21080',
'info_dict': {
'id': '7513',
'ext': 'mp4',
'title': 'NEW: La Sonnambula',
'thumbnail': r're:^https?://medicitv-[abc]\.imgix\.net/movie/[^?]+\.jpg(?:\?[^?]+)?',
'description': 'md5:0caf9109a860fd50cd018df062a67f34',
'upload_date': '20231103',
},
},
{
'url': 'https://edu.medici.tv/en/masterclasses/yvonne-loriod-olivier-messiaen',
'md5': '5737b5b4d50a842605f5f7db6b76bce2',
'info_dict': {
'id': '3024',
'ext': 'mp4',
'title': 'Olivier Messiaen and Yvonne Loriod, pianists and teachers',
'thumbnail': r're:^https?://medicitv-[abc]\.imgix\.net/movie/[^?]+\.jpg(?:\?[^?]+)?',
'description': 'md5:aab948e2f7690214b5c28896c83f1fc1',
'upload_date': '20150223',
},
},
{
'url': 'https://www.medici.tv/en/jazz/makaya-mccraven-la-rochelle',
'md5': '4cc279a8b06609782747c8f50beea2b3',
'info_dict': {
'id': '7922',
'ext': 'mp4',
'title': 'NEW: Makaya McCraven in La Rochelle',
'thumbnail': r're:^https?://medicitv-[abc]\.imgix\.net/movie/[^?]+\.jpg(?:\?[^?]+)?',
'description': 'md5:b5a8aaeb6993d8ccb18bde8abb8aa8d2',
'upload_date': '20231228',
},
},
]
def _real_extract(self, url):