[comedycentral] Recognize ‘video-collections’ urls (#2072)
This commit is contained in:
parent
5ffecde73f
commit
efa1739b74
1 changed files with 3 additions and 1 deletions
|
@ -12,7 +12,9 @@ from ..utils import (
|
||||||
|
|
||||||
|
|
||||||
class ComedyCentralIE(MTVServicesInfoExtractor):
|
class ComedyCentralIE(MTVServicesInfoExtractor):
|
||||||
_VALID_URL = r'https?://(?:www.)?comedycentral.com/(video-clips|episodes|cc-studios)/(?P<title>.*)'
|
_VALID_URL = r'''(?x)https?://(?:www.)?comedycentral.com/
|
||||||
|
(video-clips|episodes|cc-studios|video-collections)
|
||||||
|
/(?P<title>.*)'''
|
||||||
_FEED_URL = u'http://comedycentral.com/feeds/mrss/'
|
_FEED_URL = u'http://comedycentral.com/feeds/mrss/'
|
||||||
|
|
||||||
_TEST = {
|
_TEST = {
|
||||||
|
|
Loading…
Reference in a new issue