mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-02 17:22:31 +01:00
[vk.com] Added newline at the end of the file.
This commit is contained in:
parent
b9272e8f8f
commit
9262867e86
@ -223,4 +223,4 @@ def _real_extract(self, url):
|
||||
video_ids = orderedSet(m.group(1) for m in re.finditer(r'href="/video([0-9_]+)"', page))
|
||||
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)
|
||||
return self.playlist_result(url_entries, page_id)
|
||||
|
Loading…
Reference in New Issue
Block a user