diff --git a/yt_dlp/extractor/mave.py b/yt_dlp/extractor/mave.py index f8edab510..86d8d8b7c 100644 --- a/yt_dlp/extractor/mave.py +++ b/yt_dlp/extractor/mave.py @@ -29,7 +29,7 @@ class MaveIE(InfoExtractor): 'like_count': int, 'dislike_count': int, 'duration': 3744, - 'thumbnail': r're:https://.*/storage/podcasts/2e0c3749-6df2-4946-82f4-50691419c065/images/f37be842-b1d8-425c-818c-21ebddf16032.jpg', + 'thumbnail': r're:https://.+/storage/podcasts/.+\.jpg', 'series': 'Очень личное', 'series_id': '2e0c3749-6df2-4946-82f4-50691419c065', 'season': 'Season 3', @@ -57,7 +57,7 @@ class MaveIE(InfoExtractor): 'dislike_count': int, 'age_limit': 18, 'duration': 3664, - 'thumbnail': r're:https://.*/storage/podcasts/fe9347bf-c009-4ebd-87e8-b06f2f324746/images/985679d7-ccd7-4232-8fe4-5eafca1be190.jpg', + 'thumbnail': r're:https://.+/storage/podcasts/.+\.jpg', 'series': 'Все там будем', 'series_id': 'fe9347bf-c009-4ebd-87e8-b06f2f324746', 'season': 'Season 2',