mirror of
				https://gitlab.com/ytdl-org/youtube-dl.git
				synced 2025-11-04 00:17:07 -05:00 
			
		
		
		
	[vevo] Add suppor for videoplayer. URLs (#1957)
This commit is contained in:
		@@ -18,6 +18,7 @@ class VevoIE(InfoExtractor):
 | 
			
		||||
    _VALID_URL = r'''(?x)
 | 
			
		||||
        (?:https?://www\.vevo\.com/watch/(?:[^/]+/[^/]+/)?|
 | 
			
		||||
           https?://cache\.vevo\.com/m/html/embed\.html\?video=|
 | 
			
		||||
           https?://videoplayer\.vevo\.com/embed/embedded\?videoId=|
 | 
			
		||||
           vevo:)
 | 
			
		||||
        (?P<id>[^&?#]+)'''
 | 
			
		||||
    _TESTS = [{
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user