mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2025-06-27 17:08:32 +00:00
Apply suggestions from code review
This commit is contained in:
parent
7e57831d9d
commit
3923374eaf
@ -29,7 +29,7 @@ class MaveIE(InfoExtractor):
|
|||||||
'like_count': int,
|
'like_count': int,
|
||||||
'dislike_count': int,
|
'dislike_count': int,
|
||||||
'duration': 3744,
|
'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': 'Очень личное',
|
||||||
'series_id': '2e0c3749-6df2-4946-82f4-50691419c065',
|
'series_id': '2e0c3749-6df2-4946-82f4-50691419c065',
|
||||||
'season': 'Season 3',
|
'season': 'Season 3',
|
||||||
@ -57,7 +57,7 @@ class MaveIE(InfoExtractor):
|
|||||||
'dislike_count': int,
|
'dislike_count': int,
|
||||||
'age_limit': 18,
|
'age_limit': 18,
|
||||||
'duration': 3664,
|
'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': 'Все там будем',
|
||||||
'series_id': 'fe9347bf-c009-4ebd-87e8-b06f2f324746',
|
'series_id': 'fe9347bf-c009-4ebd-87e8-b06f2f324746',
|
||||||
'season': 'Season 2',
|
'season': 'Season 2',
|
||||||
|
Loading…
Reference in New Issue
Block a user