mirror of https://github.com/yt-dlp/yt-dlp.git
linting fix
This commit is contained in:
parent
feb1ae5715
commit
1f5be51ea1
|
@ -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 = {
|
||||
|
|
Loading…
Reference in New Issue