mirror of https://github.com/yt-dlp/yt-dlp.git
Merge pull request #2580 from ericpardee/patch-1
Update to comedycentral.py (cc.com)
This commit is contained in:
commit
0892363e6d
|
@ -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…
Reference in New Issue