From a2f42a3baf03f1b8ac7180337fe77ab1fd6fdd2c Mon Sep 17 00:00:00 2001 From: remitamine Date: Sun, 6 Sep 2015 04:52:27 +0100 Subject: [PATCH] [academicearth] fix test info --- youtube_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 index 47313fba8..34095501c 100644 --- 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):