mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-11-04 08:35:12 +00:00 
			
		
		
		
	[tvnoe] Do not capture unused groups in _VALID_URL
This commit is contained in:
		@@ -10,7 +10,7 @@ from ..utils import (
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
class TVNoeIE(JWPlatformBaseIE):
 | 
					class TVNoeIE(JWPlatformBaseIE):
 | 
				
			||||||
    _VALID_URL = r'https?://(www\.)?tvnoe\.cz/video/(?P<id>[0-9]+)'
 | 
					    _VALID_URL = r'https?://(?:www\.)?tvnoe\.cz/video/(?P<id>[0-9]+)'
 | 
				
			||||||
    _TEST = {
 | 
					    _TEST = {
 | 
				
			||||||
        'url': 'http://www.tvnoe.cz/video/10362',
 | 
					        'url': 'http://www.tvnoe.cz/video/10362',
 | 
				
			||||||
        'md5': 'aee983f279aab96ec45ab6e2abb3c2ca',
 | 
					        'md5': 'aee983f279aab96ec45ab6e2abb3c2ca',
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user