Fix spacing in comedycentral IE

This commit is contained in:
Philipp Hagemeister 2012-11-27 13:24:10 +01:00
parent 958a22b7cf
commit 6bac102a4d
1 changed files with 9 additions and 13 deletions

View File

@ -2291,7 +2291,6 @@ class ComedyCentralIE(InfoExtractor):
print('%s\t:\t%s\t[%s]' %(x, self._video_extensions.get(x, 'mp4'), self._video_dimensions.get(x, '???')))
def _real_extract(self, url):
mobj = re.match(self._VALID_URL, url)
if mobj is None:
@ -2403,15 +2402,12 @@ class ComedyCentralIE(InfoExtractor):
# Patch to download from alternative CDN, which does not
# break on current RTMPDump builds
broken_cdn = "rtmpe://viacomccstrmfs.fplive.net/viacomccstrm/gsp.comedystor/"
better_cdn = "rtmpe://cp10740.edgefcs.net/ondemand/mtvnorigin/gsp.comedystor/"
if video_url.startswith(broken_cdn):
video_url = video_url.replace(broken_cdn, better_cdn)
effTitle = showId + u'-' + epTitle
info = {
'id': shortMediaId,