youtube-dl

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

commit 4d71e200c69d842e7df0835d27a020b5d89afcf9
parent 8e0bdabed2fb8e91f64ffa3313fa1505e056655c
Author: Sergey M <dstftw@gmail.com>
Date:   Sun,  6 Sep 2015 10:22:08 +0600

Merge pull request #6774 from remitamine/academicearth

[academicearth] fix test info
Diffstat:
Myoutube_dl/extractor/academicearth.py | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/youtube_dl/extractor/academicearth.py b/youtube_dl/extractor/academicearth.py @@ -15,7 +15,7 @@ class AcademicEarthCourseIE(InfoExtractor): 'title': 'Laws of Nature', 'description': 'Introduce yourself to the laws of nature with these free online college lectures from Yale, Harvard, and MIT.', }, - 'playlist_count': 4, + 'playlist_count': 3, } def _real_extract(self, url):