youtube-dl

Another place where youtube-dl lives on
git clone git://git.oshgnacknak.de/youtube-dl.git
Log | Files | Refs | README | LICENSE

commit df5f4e8888bc02f6064b9b92fbf4cfc4eedd4c1f
parent 7960b0563b957d418ddd36555275d98ba4668c03
Author: Sergey M․ <dstftw@gmail.com>
Date:   Mon,  2 May 2016 18:47:35 +0600

[vevo] Remove superfluous code

Diffstat:
Myoutube_dl/extractor/vevo.py | 2--
1 file changed, 0 insertions(+), 2 deletions(-)

diff --git a/youtube_dl/extractor/vevo.py b/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: