mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-10-31 14:45:14 +00:00 
			
		
		
		
	[generic] Try parsing JWPlayer embedded videos (closes #12030)
This commit is contained in:
		| @@ -2,11 +2,10 @@ | ||||
| from __future__ import unicode_literals | ||||
|  | ||||
| from .common import InfoExtractor | ||||
| from .jwplatform import JWPlatformBaseIE | ||||
| from ..compat import compat_str | ||||
|  | ||||
|  | ||||
| class RENTVIE(JWPlatformBaseIE): | ||||
| class RENTVIE(InfoExtractor): | ||||
|     _VALID_URL = r'(?:rentv:|https?://(?:www\.)?ren\.tv/(?:player|video/epizod)/)(?P<id>\d+)' | ||||
|     _TESTS = [{ | ||||
|         'url': 'http://ren.tv/video/epizod/118577', | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Yen Chi Hsuan
					Yen Chi Hsuan