Update test playlist count

This commit is contained in:
kclauhk 2024-09-14 11:06:43 +08:00
parent 4566df1580
commit 4a6a19b127

View File

@ -161,7 +161,7 @@ class KidoodleTVSeriesIE(KidoodleTVBaseIE):
'title': 'Bluey: The Videogame by Abdallah Smash', 'title': 'Bluey: The Videogame by Abdallah Smash',
'description': 'Bluey: The Videogame on Nintendo Switch with no-commentary.', 'description': 'Bluey: The Videogame on Nintendo Switch with no-commentary.',
}, },
'playlist_count': 8, 'playlist_mincount': 8,
}, { }, {
'url': 'https://kidoodle.tv/3083/unicorn-academy?category=What%27s%20NEW', 'url': 'https://kidoodle.tv/3083/unicorn-academy?category=What%27s%20NEW',
'info_dict': { 'info_dict': {
@ -169,7 +169,7 @@ class KidoodleTVSeriesIE(KidoodleTVBaseIE):
'title': 'Unicorn Academy', 'title': 'Unicorn Academy',
'description': 'md5:d3f92c6bd76cc9941e60d827213b79f3', 'description': 'md5:d3f92c6bd76cc9941e60d827213b79f3',
}, },
'playlist_count': 4, 'playlist_mincount': 4,
}] }]
def _real_extract(self, url): def _real_extract(self, url):