[yahoo] make cbs URL suffix part of the media alias
This commit is contained in:
		
							parent
							
								
									237513e801
								
							
						
					
					
						commit
						3cf70bf159
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -25,7 +25,7 @@ from .brightcove import BrightcoveNewIE
 | 
				
			||||||
 | 
					
 | 
				
			||||||
class YahooIE(InfoExtractor):
 | 
					class YahooIE(InfoExtractor):
 | 
				
			||||||
    IE_DESC = 'Yahoo screen and movies'
 | 
					    IE_DESC = 'Yahoo screen and movies'
 | 
				
			||||||
    _VALID_URL = r'(?P<url>https?://(?:(?P<country>[a-zA-Z]{2}(?:-[a-zA-Z]{2})?|malaysia)\.)?(?:[\da-zA-Z_-]+\.)?yahoo\.com/(?:[^/]+/)*(?P<id>[^?&#]*-[0-9]+)(?:-[a-z]+)?\.html)'
 | 
					    _VALID_URL = r'(?P<url>https?://(?:(?P<country>[a-zA-Z]{2}(?:-[a-zA-Z]{2})?|malaysia)\.)?(?:[\da-zA-Z_-]+\.)?yahoo\.com/(?:[^/]+/)*(?P<id>[^?&#]*-[0-9]+(?:-[a-z]+)?)\.html)'
 | 
				
			||||||
    _TESTS = [{
 | 
					    _TESTS = [{
 | 
				
			||||||
        'url': 'http://screen.yahoo.com/julian-smith-travis-legg-watch-214727115.html',
 | 
					        'url': 'http://screen.yahoo.com/julian-smith-travis-legg-watch-214727115.html',
 | 
				
			||||||
        'info_dict': {
 | 
					        'info_dict': {
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue