mirror of
				https://code.hackerspace.pl/q3k/youtube-dl
				synced 2025-03-16 11:43:02 +00:00 
			
		
		
		
	[npo] Update subtitles url
NPO websites changed the domain they used for subtitles, from e.omroep.nl to tt888.omroep.nl.
This commit is contained in:
		
							parent
							
								
									0842b8241d
								
							
						
					
					
						commit
						56fc078da8
					
				@ -241,7 +241,7 @@ class NPOIE(NPOBaseIE):
 | 
			
		||||
        if metadata.get('tt888') == 'ja':
 | 
			
		||||
            subtitles['nl'] = [{
 | 
			
		||||
                'ext': 'vtt',
 | 
			
		||||
                'url': 'http://e.omroep.nl/tt888/%s' % video_id,
 | 
			
		||||
                'url': 'http://tt888.omroep.nl/tt888/%s' % video_id,
 | 
			
		||||
            }]
 | 
			
		||||
 | 
			
		||||
        return {
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user