[nrk] Run autopep8 to format nrk.py

This commit is contained in:
MrDemocracy 2024-10-06 02:12:37 +02:00 committed by GitHub
parent 4522cce417
commit 4cd8abfc08
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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 = [{