mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-10-31 14:45:14 +00:00 
			
		
		
		
	[vice] Do not capture unused groups in _VALID_URL
This commit is contained in:
		| @@ -7,7 +7,7 @@ from ..utils import ExtractorError | ||||
|  | ||||
|  | ||||
| class ViceIE(InfoExtractor): | ||||
|     _VALID_URL = r'https?://(.+?\.)?vice\.com/.*?/(?P<name>.+)' | ||||
|     _VALID_URL = r'https?://(?:.+?\.)?vice\.com/.*?/(?P<name>.+)' | ||||
|  | ||||
|     _TESTS = [ | ||||
|         { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Sergey M․
					Sergey M․