mirror of
				https://code.hackerspace.pl/q3k/youtube-dl
				synced 2025-03-16 11:43:02 +00:00 
			
		
		
		
	[comedycentral] Support news-team URLs (Fixes #3649)
This commit is contained in:
		
							parent
							
								
									7260ea0705
								
							
						
					
					
						commit
						4c59dc4c34
					
				| @ -43,7 +43,7 @@ class ComedyCentralShowsIE(InfoExtractor): | |||||||
|                           (?P<showname>thedailyshow|thecolbertreport)\.(?:cc\.)?com/ |                           (?P<showname>thedailyshow|thecolbertreport)\.(?:cc\.)?com/ | ||||||
|                          ((?:full-)?episodes/(?:[0-9a-z]{6}/)?(?P<episode>.*)| |                          ((?:full-)?episodes/(?:[0-9a-z]{6}/)?(?P<episode>.*)| | ||||||
|                           (?P<clip> |                           (?P<clip> | ||||||
|                               (?:(?:guests/[^/]+|videos|video-playlists|special-editions)/[^/]+/(?P<videotitle>[^/?#]+)) |                               (?:(?:guests/[^/]+|videos|video-playlists|special-editions|news-team/[^/]+)/[^/]+/(?P<videotitle>[^/?#]+)) | ||||||
|                               |(the-colbert-report-(videos|collections)/(?P<clipID>[0-9]+)/[^/]*/(?P<cntitle>.*?)) |                               |(the-colbert-report-(videos|collections)/(?P<clipID>[0-9]+)/[^/]*/(?P<cntitle>.*?)) | ||||||
|                               |(watch/(?P<date>[^/]*)/(?P<tdstitle>.*)) |                               |(watch/(?P<date>[^/]*)/(?P<tdstitle>.*)) | ||||||
|                           )| |                           )| | ||||||
| @ -85,6 +85,9 @@ class ComedyCentralShowsIE(InfoExtractor): | |||||||
|     }, { |     }, { | ||||||
|         '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, | ||||||
|  |     }, { | ||||||
|  |         'url': 'http://thedailyshow.cc.com/news-team/michael-che/7wnfel/we-need-to-talk-about-israel', | ||||||
|  |         'only_matching': True, | ||||||
|     }] |     }] | ||||||
| 
 | 
 | ||||||
|     _available_formats = ['3500', '2200', '1700', '1200', '750', '400'] |     _available_formats = ['3500', '2200', '1700', '1200', '750', '400'] | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 Philipp Hagemeister
						Philipp Hagemeister