mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-10-31 06:35:12 +00:00 
			
		
		
		
	[Cleanup] Remove some unnecessary groups in regexes (#1738)
Authored by: Ashish0804
This commit is contained in:
		| @@ -296,7 +296,7 @@ class HotStarPlaylistIE(HotStarBaseIE): | ||||
|  | ||||
| class HotStarSeriesIE(HotStarBaseIE): | ||||
|     IE_NAME = 'hotstar:series' | ||||
|     _VALID_URL = r'(?P<url>(?:https?://)(?:www\.)?hotstar\.com(?:/in)?/tv/[^/]+/(?P<id>\d+))' | ||||
|     _VALID_URL = r'(?P<url>https?://(?:www\.)?hotstar\.com(?:/in)?/tv/[^/]+/(?P<id>\d+))' | ||||
|     _TESTS = [{ | ||||
|         'url': 'https://www.hotstar.com/in/tv/radhakrishn/1260000646', | ||||
|         'info_dict': { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Ashish Gupta
					Ashish Gupta