[vevo] Remove superfluous code

This commit is contained in:
Sergey M․ 2016-05-02 18:47:35 +06:00
parent 7960b0563b
commit df5f4e8888
No known key found for this signature in database
GPG Key ID: 2C393E0F18A9236D
1 changed files with 0 additions and 2 deletions

View File

@ -205,12 +205,10 @@ class VevoIE(VevoBaseIE):
response = self._download_json(
json_url, video_id, 'Downloading video info', 'Unable to download info')
video_info = response.get('video') or {}
video_versions = video_info.get('videoVersions')
artist = None
featured_artist = None
uploader = None
view_count = None
timestamp = None
formats = []
if not video_info: