Sergey M․
9 years ago
No known key found for this signature in database
GPG Key ID: 2C393E0F18A9236D
1 changed files with
0 additions and
2 deletions
-
youtube_dl/extractor/vevo.py
|
|
@ -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: |
|
|
|