1
0
Fork 0
mirror of https://github.com/yt-dlp/yt-dlp synced 2025-01-18 23:03:05 +01:00

linting fix

This commit is contained in:
Git User 2024-02-26 15:03:16 -05:00
parent feb1ae5715
commit 1f5be51ea1

View file

@ -207,6 +207,7 @@ class DropoutSeasonIE(InfoExtractor):
OnDemandPagedList(functools.partial(self._fetch_page, url, season_id), self._PAGE_SIZE),
f'{season_id}-season-{season_num}', f'{season_title} - Season {season_num}')
class DropoutShowIE(InfoExtractor):
_VALID_URL = r'https?://(?:www\.)?dropout\.tv/(?P<id>[^\/$&?#]+)/?$'
_TEST = {