mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-10-31 06:35:12 +00:00 
			
		
		
		
	[nrktv:seriebase] Fix extraction (#22596)
This commit is contained in:
		| @@ -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
	 Martin Polden
					Martin Polden