mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2026-04-29 12:05:55 +00:00
[nrk] Run autopep8 to format nrk.py
This commit is contained in:
parent
4522cce417
commit
4cd8abfc08
@ -727,6 +727,7 @@ class NRKTVSeasonIE(NRKTVSerieBaseIE):
|
||||
|
||||
return self.playlist_result(self._entries(data, f'{serie}/{season_id}'), f'{serie}/{season_id}', title)
|
||||
|
||||
|
||||
class NRKTVSeriesIE(NRKTVSerieBaseIE):
|
||||
_VALID_URL = r'https?://(?P<domain>(?:tv|radio)\.nrk|(?:tv\.)?nrksuper)\.no/(?P<serie_kind>serie|pod[ck]ast)/(?P<id>[^/]+)'
|
||||
_TESTS = [{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user