[comedycentral] Match URLs with a second ID (fixes #4499)
This commit is contained in:
		| @@ -50,7 +50,7 @@ class ComedyCentralShowsIE(MTVServicesInfoExtractor): | |||||||
|                           )| |                           )| | ||||||
|                           (?P<interview> |                           (?P<interview> | ||||||
|                               extended-interviews/(?P<interID>[0-9a-z]+)/(?:playlist_tds_extended_)?(?P<interview_title>.*?)(/.*?)?))) |                               extended-interviews/(?P<interID>[0-9a-z]+)/(?:playlist_tds_extended_)?(?P<interview_title>.*?)(/.*?)?))) | ||||||
|                      (?:[?#].*|$)''' |                      ''' | ||||||
|     _TESTS = [{ |     _TESTS = [{ | ||||||
|         'url': 'http://thedailyshow.cc.com/watch/thu-december-13-2012/kristen-stewart', |         'url': 'http://thedailyshow.cc.com/watch/thu-december-13-2012/kristen-stewart', | ||||||
|         'md5': '4e2f5cb088a83cd8cdb7756132f9739d', |         'md5': '4e2f5cb088a83cd8cdb7756132f9739d', | ||||||
| @@ -83,6 +83,9 @@ class ComedyCentralShowsIE(MTVServicesInfoExtractor): | |||||||
|     }, { |     }, { | ||||||
|         'url': 'http://thedailyshow.cc.com/video-playlists/npde3s/the-daily-show-19088-highlights', |         'url': 'http://thedailyshow.cc.com/video-playlists/npde3s/the-daily-show-19088-highlights', | ||||||
|         'only_matching': True, |         'only_matching': True, | ||||||
|  |     }, { | ||||||
|  |         'url': 'http://thedailyshow.cc.com/video-playlists/t6d9sg/the-daily-show-20038-highlights/be3cwo', | ||||||
|  |         'only_matching': True, | ||||||
|     }, { |     }, { | ||||||
|         'url': 'http://thedailyshow.cc.com/special-editions/2l8fdb/special-edition---a-look-back-at-food', |         'url': 'http://thedailyshow.cc.com/special-editions/2l8fdb/special-edition---a-look-back-at-food', | ||||||
|         'only_matching': True, |         'only_matching': True, | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Philipp Hagemeister
					Philipp Hagemeister