mirror of
https://github.com/yt-dlp/yt-dlp
synced 2025-01-28 19:58:38 +01:00
[nrk] Run autopep8 to format nrk.py
This commit is contained in:
parent
4522cce417
commit
4cd8abfc08
1 changed files with 38 additions and 37 deletions
|
@ -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…
Add table
Reference in a new issue