mirror of
				https://github.com/ytdl-org/youtube-dl.git
				synced 2025-11-01 09:26:45 -07:00 
			
		
		
		
	[mtv] Improve _VALID_URL
This commit is contained in:
		@@ -271,7 +271,7 @@ class MTVServicesEmbeddedIE(MTVServicesInfoExtractor):
 | 
			
		||||
 | 
			
		||||
class MTVIE(MTVServicesInfoExtractor):
 | 
			
		||||
    IE_NAME = 'mtv'
 | 
			
		||||
    _VALID_URL = r'https?://(?:www\.)?mtv\.com/(video-clips|full-episodes)/(?P<id>[^/?#.]+)'
 | 
			
		||||
    _VALID_URL = r'https?://(?:www\.)?mtv\.com/(?:video-clips|full-episodes)/(?P<id>[^/?#.]+)'
 | 
			
		||||
    _FEED_URL = 'http://www.mtv.com/feeds/mrss/'
 | 
			
		||||
 | 
			
		||||
    _TESTS = [{
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user