mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-10-31 14:45:14 +00:00 
			
		
		
		
	[cloudtime] Add extractor
This commit is contained in:
		| @@ -164,3 +164,17 @@ class VideoWeedIE(NovaMovIE): | ||||
|             'description': '' | ||||
|         }, | ||||
|     } | ||||
|  | ||||
|  | ||||
| class CloudTimeIE(NovaMovIE): | ||||
|     IE_NAME = 'cloudtime' | ||||
|     IE_DESC = 'CloudTime' | ||||
|  | ||||
|     _VALID_URL = NovaMovIE._VALID_URL_TEMPLATE % {'host': 'cloudtime\.to'} | ||||
|  | ||||
|     _HOST = 'www.cloudtime.to' | ||||
|  | ||||
|     _FILE_DELETED_REGEX = r'>This file no longer exists on our servers.<' | ||||
|     _TITLE_REGEX = r'<div[^>]+class=["\']video_det["\'][^>]*>\s*<strong>([^<]+)</strong>' | ||||
|  | ||||
|     _TEST = None | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Sergey M․
					Sergey M․