summary refs log tree commit diff
diff options
context:
space:
mode:
authorremitamine <remitamine@gmail.com>2015-09-06 04:52:27 +0100
committerremitamine <remitamine@gmail.com>2015-09-06 04:52:27 +0100
commita2f42a3baf03f1b8ac7180337fe77ab1fd6fdd2c (patch)
tree8d1c6b6f3583e7eecf4e15f66da9965344eac44f
parente28034c5ac4e08414ba63decae8bf7d956fa6d93 (diff)
downloadyoutube-dl-a2f42a3baf03f1b8ac7180337fe77ab1fd6fdd2c.tar.gz
youtube-dl-a2f42a3baf03f1b8ac7180337fe77ab1fd6fdd2c.tar.xz
youtube-dl-a2f42a3baf03f1b8ac7180337fe77ab1fd6fdd2c.zip
[academicearth] fix test info
-rw-r--r--youtube_dl/extractor/academicearth.py2
1 files changed, 1 insertions, 1 deletions
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):