mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-10-30 22:25:19 +00:00 
			
		
		
		
	[vk.com] Removed redundant log message -- this information is already being logged.
This commit is contained in:
		| @@ -221,9 +221,6 @@ class VKUserVideosIE(InfoExtractor): | ||||
|         page_id = self._match_id(url) | ||||
|         page = self._download_webpage(url, page_id) | ||||
|         video_ids = orderedSet(m.group(1) for m in re.finditer(r'href="/video([0-9_]+)"', page)) | ||||
|  | ||||
|         self._downloader.to_screen('[vk] User videos %s: Found %i videos' % (page_id, len(video_ids))) | ||||
|  | ||||
|         url_entries = [self.url_result('http://vk.com/video' + video_id, 'VK', video_id=video_id) | ||||
|                        for video_id in video_ids] | ||||
|         return self.playlist_result(url_entries, page_id) | ||||
		Reference in New Issue
	
	Block a user
	 Will Sewell
					Will Sewell