mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-10-31 22:55:18 +00:00 
			
		
		
		
	[videopremium] support new .me domain
This commit is contained in:
		| @@ -5,7 +5,7 @@ from .common import InfoExtractor | ||||
|  | ||||
|  | ||||
| class VideoPremiumIE(InfoExtractor): | ||||
|     _VALID_URL = r'(?:https?://)?(?:www\.)?videopremium\.tv/(?P<id>\w+)(?:/.*)?' | ||||
|     _VALID_URL = r'(?:https?://)?(?:www\.)?videopremium\.(?:tv|me)/(?P<id>\w+)(?:/.*)?' | ||||
|     _TEST = { | ||||
|         u'url': u'http://videopremium.tv/4w7oadjsf156', | ||||
|         u'file': u'4w7oadjsf156.f4v', | ||||
| @@ -41,4 +41,4 @@ class VideoPremiumIE(InfoExtractor): | ||||
|             'player_url':  "http://videopremium.tv/uplayer/uppod.swf", | ||||
|             'ext':         'f4v', | ||||
|             'title':       video_title, | ||||
|         } | ||||
|         } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Filippo Valsorda
					Filippo Valsorda