Update soundcloud.py

pylint hint: removed unnecessary variable videos in _real_extract
This commit is contained in:
agum onkey 2013-08-23 00:52:28 +02:00
parent 5267a8d52e
commit df05b0ebde

View File

@ -184,7 +184,6 @@ class SoundcloudSetIE(SoundcloudIE):
resolv_url = self._resolv_url(url)
info_json = self._download_webpage(resolv_url, full_title)
videos = []
info = json.loads(info_json)
if 'errors' in info:
for err in info['errors']: