Correct simplify_title call in ComedyCentral IE
authorPhilipp Hagemeister <phihag@phihag.de>
Tue, 22 Nov 2011 20:26:38 +0000 (21:26 +0100)
committerPhilipp Hagemeister <phihag@phihag.de>
Tue, 22 Nov 2011 20:26:38 +0000 (21:26 +0100)
youtube-dl
youtube_dl/__init__.py

index 7a014f8..a3b21e1 100755 (executable)
@@ -3186,7 +3186,7 @@ class ComedyCentralIE(InfoExtractor):
                                'uploader': showId,
                                'upload_date': officialDate,
                                'title': effTitle,
-                               'stitle': self._simplify_title(effTitle),
+                               'stitle': _simplify_title(effTitle),
                                'ext': 'mp4',
                                'format': format,
                                'thumbnail': None,
index 7a014f8..a3b21e1 100755 (executable)
@@ -3186,7 +3186,7 @@ class ComedyCentralIE(InfoExtractor):
                                'uploader': showId,
                                'upload_date': officialDate,
                                'title': effTitle,
-                               'stitle': self._simplify_title(effTitle),
+                               'stitle': _simplify_title(effTitle),
                                'ext': 'mp4',
                                'format': format,
                                'thumbnail': None,