mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-10-30 22:25:19 +00:00 
			
		
		
		
	[vevo] Add support for embed.vevo.com URLs (#21565)
This commit is contained in:
		| @@ -34,6 +34,7 @@ class VevoIE(VevoBaseIE): | ||||
|         (?:https?://(?:www\.)?vevo\.com/watch/(?!playlist|genre)(?:[^/]+/(?:[^/]+/)?)?| | ||||
|            https?://cache\.vevo\.com/m/html/embed\.html\?video=| | ||||
|            https?://videoplayer\.vevo\.com/embed/embedded\?videoId=| | ||||
|            https?://embed\.vevo\.com/.*?[?&]isrc=| | ||||
|            vevo:) | ||||
|         (?P<id>[^&?#]+)''' | ||||
|  | ||||
| @@ -144,6 +145,9 @@ class VevoIE(VevoBaseIE): | ||||
|         # Geo-restricted to Netherlands/Germany | ||||
|         'url': 'http://www.vevo.com/watch/boostee/pop-corn-clip-officiel/FR1A91600909', | ||||
|         'only_matching': True, | ||||
|     }, { | ||||
|         'url': 'https://embed.vevo.com/?isrc=USH5V1923499&partnerId=4d61b777-8023-4191-9ede-497ed6c24647&partnerAdCode=', | ||||
|         'only_matching': True, | ||||
|     }] | ||||
|     _VERSIONS = { | ||||
|         0: 'youtube',  # only in AuthenticateVideo videoVersions | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 nyuszika7h
					nyuszika7h