mirror of
				https://gitlab.com/ytdl-org/youtube-dl.git
				synced 2025-11-04 05:37:07 -05:00 
			
		
		
		
	[npo] Fix the json extraction (fixes #3282)
The comment in the javascript file is not always the same.
This commit is contained in:
		@@ -32,7 +32,7 @@ class NPOIE(InfoExtractor):
 | 
			
		||||
            'http://e.omroep.nl/metadata/aflevering/%s' % video_id,
 | 
			
		||||
            video_id,
 | 
			
		||||
            # We have to remove the javascript callback
 | 
			
		||||
            transform_source=lambda j: re.sub(r'parseMetadata\((.*?)\);\n//epc', r'\1', j)
 | 
			
		||||
            transform_source=lambda j: re.sub(r'parseMetadata\((.*?)\);\n//.*$', r'\1', j)
 | 
			
		||||
        )
 | 
			
		||||
        token_page = self._download_webpage(
 | 
			
		||||
            'http://ida.omroep.nl/npoplayer/i.js',
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user