Correct some extractor _VALID_URL regexes
[youtube-dl] / youtube_dl / extractor / comedycentral.py
index 23647f99eec075af82c9b099d52323c38814bf4c..caea446eab42d7484c62f2b08e50f54e27e8849c 100644 (file)
@@ -12,7 +12,7 @@ from ..utils import (
 
 
 class ComedyCentralIE(MTVIE):
-    _VALID_URL = r'http://www.comedycentral.com/(video-clips|episodes|cc-studios)/(?P<title>.*)'
+    _VALID_URL = r'https?://(?:www\.)?comedycentral\.com/(video-clips|episodes|cc-studios)/(?P<title>.*)'
     _FEED_URL = u'http://comedycentral.com/feeds/mrss/'
 
     _TEST = {