mirror of
https://github.com/l1ving/youtube-dl
synced 2026-05-22 06:19:48 +08:00
[nrktv:seriebase] Fix extraction (#22596)
This commit is contained in:
committed by
Sergey M
Unverified
parent
894b3826f5
commit
ca20b13048
@@ -406,7 +406,7 @@ class NRKTVSerieBaseIE(InfoExtractor):
|
||||
def _extract_series(self, webpage, display_id, fatal=True):
|
||||
config = self._parse_json(
|
||||
self._search_regex(
|
||||
(r'INITIAL_DATA_*\s*=\s*({.+?})\s*;',
|
||||
(r'INITIAL_DATA(?:_V\d)?_*\s*=\s*({.+?})\s*;',
|
||||
r'({.+?})\s*,\s*"[^"]+"\s*\)\s*</script>'),
|
||||
webpage, 'config', default='{}' if not fatal else NO_DEFAULT),
|
||||
display_id, fatal=False)
|
||||
|
||||
Reference in New Issue
Block a user