Browse Source

Merge pull request #2580 from ericpardee/patch-1

Update to comedycentral.py (cc.com)
master
Jaime Marquínez Ferrándiz 10 years ago
parent
commit
0892363e6d
1 changed files with 1 additions and 1 deletions
  1. 2
      youtube_dl/extractor/comedycentral.py

2
youtube_dl/extractor/comedycentral.py

@ -14,7 +14,7 @@ from ..utils import (
class ComedyCentralIE(MTVServicesInfoExtractor):
_VALID_URL = r'''(?x)https?://(?:www\.)?comedycentral\.com/
_VALID_URL = r'''(?x)https?://(?:www\.)?(comedycentral|cc)\.com/
(video-clips|episodes|cc-studios|video-collections)
/(?P<title>.*)'''
_FEED_URL = 'http://comedycentral.com/feeds/mrss/'

Loading…
Cancel
Save