youtube-dl

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

commit ae4ddf9efae816f4d52fc584c93e4f0e3c79c410
parent ea8ed40b2fb70fc2f01aba475128821078873d46
Author: Sergey M․ <dstftw@gmail.com>
Date:   Fri,  6 Nov 2015 23:27:38 +0600

[lynda] PEP 8

Diffstat:
Myoutube_dl/extractor/lynda.py | 5++---
1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/youtube_dl/extractor/lynda.py b/youtube_dl/extractor/lynda.py @@ -227,9 +227,8 @@ class LyndaCourseIE(LyndaBaseIE): if video.get('HasAccess') is False: unaccessible_videos += 1 continue - video_id = video.get('ID') - if video_id: - videos.append(video_id) + if video.get('ID'): + videos.append(video['ID']) if unaccessible_videos > 0: self._downloader.report_warning(