mirror of
https://source.netsyms.com/Mirrors/youtube-dl
synced 2024-11-03 03:40:20 +00:00
[vevo] Remove superfluous code
This commit is contained in:
parent
7960b0563b
commit
df5f4e8888
@ -205,12 +205,10 @@ class VevoIE(VevoBaseIE):
|
|||||||
response = self._download_json(
|
response = self._download_json(
|
||||||
json_url, video_id, 'Downloading video info', 'Unable to download info')
|
json_url, video_id, 'Downloading video info', 'Unable to download info')
|
||||||
video_info = response.get('video') or {}
|
video_info = response.get('video') or {}
|
||||||
video_versions = video_info.get('videoVersions')
|
|
||||||
artist = None
|
artist = None
|
||||||
featured_artist = None
|
featured_artist = None
|
||||||
uploader = None
|
uploader = None
|
||||||
view_count = None
|
view_count = None
|
||||||
timestamp = None
|
|
||||||
formats = []
|
formats = []
|
||||||
|
|
||||||
if not video_info:
|
if not video_info:
|
||||||
|
Loading…
Reference in New Issue
Block a user