mirror of
				https://code.hackerspace.pl/q3k/youtube-dl
				synced 2025-03-16 11:43:02 +00:00 
			
		
		
		
	fix SpiegelIE
This commit is contained in:
		
							parent
							
								
									0cd358676c
								
							
						
					
					
						commit
						1f46c15262
					
				| @ -4128,7 +4128,7 @@ class MySpassIE(InfoExtractor): | |||||||
|         return [info] |         return [info] | ||||||
| 
 | 
 | ||||||
| class SpiegelIE(InfoExtractor): | class SpiegelIE(InfoExtractor): | ||||||
|     _VALID_URL = r'https?://(?:www\.)?spiegel\.de/video/[^/]*-(?P<videoID>[0-9]+)(?:\.html)?(?:#.*)$' |     _VALID_URL = r'https?://(?:www\.)?spiegel\.de/video/[^/]*-(?P<videoID>[0-9]+)(?:\.html)?(?:#.*)?$' | ||||||
| 
 | 
 | ||||||
|     def _real_extract(self, url): |     def _real_extract(self, url): | ||||||
|         m = re.match(self._VALID_URL, url) |         m = re.match(self._VALID_URL, url) | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 Filippo Valsorda
						Filippo Valsorda