mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-10-30 22:25:19 +00:00 
			
		
		
		
	[cloudy] Fix extraction (closes #13737)
This commit is contained in:
		| @@ -30,7 +30,11 @@ class CloudyIE(InfoExtractor): | ||||
|         video_id = self._match_id(url) | ||||
|  | ||||
|         webpage = self._download_webpage( | ||||
|             'http://www.cloudy.ec/embed.php?id=%s' % video_id, video_id) | ||||
|             'https://www.cloudy.ec/embed.php', video_id, query={ | ||||
|                 'id': video_id, | ||||
|                 'playerPage': 1, | ||||
|                 'autoplay': 1, | ||||
|             }) | ||||
|  | ||||
|         info = self._parse_html5_media_entries(url, webpage, video_id)[0] | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Sergey M․
					Sergey M․