mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-10-31 14:45:14 +00:00 
			
		
		
		
	Add support for https for rest of the exctractors.
This commit is contained in:
		| @@ -394,7 +394,7 @@ class DailymotionUserIE(DailymotionPlaylistIE): | ||||
|  | ||||
|  | ||||
| class DailymotionCloudIE(DailymotionBaseInfoExtractor): | ||||
|     _VALID_URL_PREFIX = r'http://api\.dmcloud\.net/(?:player/)?embed/' | ||||
|     _VALID_URL_PREFIX = r'https?://api\.dmcloud\.net/(?:player/)?embed/' | ||||
|     _VALID_URL = r'%s[^/]+/(?P<id>[^/?]+)' % _VALID_URL_PREFIX | ||||
|     _VALID_EMBED_URL = r'%s[^/]+/[^\'"]+' % _VALID_URL_PREFIX | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 stepshal
					stepshal