mirror of
				https://code.hackerspace.pl/q3k/youtube-dl
				synced 2025-03-16 11:43:02 +00:00 
			
		
		
		
	[rtvnh] Renamed rtvnhnl -> rtvnh
This commit is contained in:
		
							parent
							
								
									fb124e3741
								
							
						
					
					
						commit
						d9ab5262b1
					
				| @ -491,7 +491,7 @@ from .rtl2 import RTL2IE | ||||
| from .rtp import RTPIE | ||||
| from .rts import RTSIE | ||||
| from .rtve import RTVEALaCartaIE, RTVELiveIE, RTVEInfantilIE | ||||
| from .rtvnhnl import RtvnhNlIE | ||||
| from .rtvnh import RTVNHIE | ||||
| from .ruhd import RUHDIE | ||||
| from .rutube import ( | ||||
|     RutubeIE, | ||||
|  | ||||
| @ -4,7 +4,7 @@ from __future__ import unicode_literals | ||||
| from .common import InfoExtractor | ||||
| 
 | ||||
| 
 | ||||
| class RtvnhNlIE(InfoExtractor): | ||||
| class RTVNHIE(InfoExtractor): | ||||
|     _VALID_URL = r'https?://(?:www\.)?rtvnh\.nl/video/(?P<id>[0-9]+)' | ||||
|     _TEST = { | ||||
|         'params': { | ||||
| @ -17,7 +17,7 @@ class RtvnhNlIE(InfoExtractor): | ||||
|             'id': '131946', | ||||
|             'ext': 'mp4', | ||||
|             'title': 'Grote zoektocht in zee bij Zandvoort naar vermiste vrouw', | ||||
|             'thumbnail': 're:^http:.*\.jpg$' | ||||
|             'thumbnail': 're:^https?:.*\.jpg$' | ||||
|         } | ||||
|     } | ||||
| 
 | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 ngld
						ngld