PEP8 applied
[youtube-dl] / youtube_dl / extractor / imdb.py
index 6108ed5526ba37f2e5b8d14b604974ca3c3f8273..f2c1c10f5c1dec44129ea4cd7d4cff69c7c07206 100644 (file)
@@ -71,7 +71,7 @@ class ImdbListIE(InfoExtractor):
         },
         'playlist_count': 7,
     }
-    
+
     def _real_extract(self, url):
         list_id = self._match_id(url)
         webpage = self._download_webpage(url, list_id)