mirror of
				https://gitlab.com/ytdl-org/youtube-dl.git
				synced 2025-11-04 03:07:07 -05:00 
			
		
		
		
	[vevo] Remove superfluous code
This commit is contained in:
		@@ -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:
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user