mirror of
https://source.netsyms.com/Mirrors/youtube-dl
synced 2024-11-03 03:40:20 +00:00
[vk.com] Removed redundant log message -- this information is already being logged.
This commit is contained in:
parent
021a0db8f7
commit
b9272e8f8f
@ -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)
|
Loading…
Reference in New Issue
Block a user