mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-11-04 08:35:12 +00:00 
			
		
		
		
	[hotstar] regex the second.
This commit is contained in:
		@@ -69,7 +69,7 @@ class HotStarBaseIE(InfoExtractor):
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
class HotStarIE(HotStarBaseIE):
 | 
					class HotStarIE(HotStarBaseIE):
 | 
				
			||||||
    IE_NAME = 'hotstar'
 | 
					    IE_NAME = 'hotstar'
 | 
				
			||||||
    _VALID_URL = r'https?://(?:www\.)?hotstar\.com/\S+\/(?P<id>\d{10})'
 | 
					    _VALID_URL = r'https?://(?:www\.)?hotstar\.com/.*(?P<id>\d{10})'
 | 
				
			||||||
    _TESTS = [{
 | 
					    _TESTS = [{
 | 
				
			||||||
        # contentData
 | 
					        # contentData
 | 
				
			||||||
        'url': 'https://www.hotstar.com/can-you-not-spread-rumours/1000076273',
 | 
					        'url': 'https://www.hotstar.com/can-you-not-spread-rumours/1000076273',
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user