mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-10-30 22:25:19 +00:00 
			
		
		
		
	[odnoklassniki] Make URL explicit
This commit is contained in:
		| @@ -47,7 +47,8 @@ class OdnoklassnikiIE(InfoExtractor): | ||||
|     def _real_extract(self, url): | ||||
|         video_id = self._match_id(url) | ||||
|  | ||||
|         webpage = self._download_webpage(url, video_id) | ||||
|         webpage = self._download_webpage( | ||||
|             'http://ok.ru/video/%s' % video_id, video_id) | ||||
|  | ||||
|         player = self._parse_json( | ||||
|             unescapeHTML(self._search_regex( | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Sergey M․
					Sergey M․