mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-10-31 14:45:14 +00:00 
			
		
		
		
	[Cleanup] Remove some unnecessary groups in regexes (#1738)
Authored by: Ashish0804
This commit is contained in:
		| @@ -6,7 +6,7 @@ from ..utils import unified_strdate | ||||
|  | ||||
|  | ||||
| class CozyTVIE(InfoExtractor): | ||||
|     _VALID_URL = r'(?:https?://)(?:www\.)?cozy\.tv/(?P<uploader>[^/]+)/replays/(?P<id>[^/$#&?]+)' | ||||
|     _VALID_URL = r'https?://(?:www\.)?cozy\.tv/(?P<uploader>[^/]+)/replays/(?P<id>[^/$#&?]+)' | ||||
|  | ||||
|     _TESTS = [{ | ||||
|         'url': 'https://cozy.tv/beardson/replays/2021-11-19_1', | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Ashish Gupta
					Ashish Gupta