PEP8: applied even more rules
[youtube-dl] / youtube_dl / extractor / stanfordoc.py
index 5feb4ff83f9c4d2def9196666bde4fcc2a3a9101..4a3d8bb8f267b588c59e2f16b208955a70d362d9 100644 (file)
@@ -82,7 +82,7 @@ class StanfordOpenClassroomIE(InfoExtractor):
 
             rootURL = 'http://openclassroom.stanford.edu/MainFolder/HomePage.php'
             rootpage = self._download_webpage(rootURL, info['id'],
-                errnote='Unable to download course info page')
+                                              errnote='Unable to download course info page')
 
             links = orderedSet(re.findall('<a href="(CoursePage.php\?[^"]+)">', rootpage))
             info['entries'] = [self.url_result(