mirror of
https://github.com/ytdl-org/youtube-dl
synced 2025-03-17 21:42:22 +09:00
Update soundcloud.py
pylint hint: removed unnecessary variable videos in _real_extract
This commit is contained in:
parent
5267a8d52e
commit
df05b0ebde
@ -184,7 +184,6 @@ class SoundcloudSetIE(SoundcloudIE):
|
|||||||
resolv_url = self._resolv_url(url)
|
resolv_url = self._resolv_url(url)
|
||||||
info_json = self._download_webpage(resolv_url, full_title)
|
info_json = self._download_webpage(resolv_url, full_title)
|
||||||
|
|
||||||
videos = []
|
|
||||||
info = json.loads(info_json)
|
info = json.loads(info_json)
|
||||||
if 'errors' in info:
|
if 'errors' in info:
|
||||||
for err in info['errors']:
|
for err in info['errors']:
|
||||||
|
Loading…
Reference in New Issue
Block a user