Browse Source

Correct simplify_title call in ComedyCentral IE

Philipp Hagemeister 14 years ago
parent
commit
208e095f72
2 changed files with 2 additions and 2 deletions
  1. 1 1
      youtube-dl
  2. 1 1
      youtube_dl/__init__.py

+ 1 - 1
youtube-dl

@@ -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,

+ 1 - 1
youtube_dl/__init__.py

@@ -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,