[leeco] Recognize more Le Sports URLs (#10794)
This commit is contained in:
		
							parent
							
								
									f533490bb7
								
							
						
					
					
						commit
						0d72ff9c51
					
				
					 2 changed files with 14 additions and 2 deletions
				
			
		| 
						 | 
				
			
			@ -1,4 +1,10 @@
 | 
			
		|||
vesion 2016.09.27
 | 
			
		||||
version <unreleased>
 | 
			
		||||
 | 
			
		||||
Extractors
 | 
			
		||||
+ [leeco] Recognize more Le Sports URLs (#10794)
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
version 2016.09.27
 | 
			
		||||
 | 
			
		||||
Core
 | 
			
		||||
+ Add hdcore query parameter to akamai f4m formats
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -29,7 +29,7 @@ from ..utils import (
 | 
			
		|||
 | 
			
		||||
class LeIE(InfoExtractor):
 | 
			
		||||
    IE_DESC = '乐视网'
 | 
			
		||||
    _VALID_URL = r'https?://(?:www\.le\.com/ptv/vplay|sports\.le\.com/video)/(?P<id>\d+)\.html'
 | 
			
		||||
    _VALID_URL = r'https?://(?:www\.le\.com/ptv/vplay|(?:sports\.le|(?:www\.)?lesports)\.com/(?:match|video))/(?P<id>\d+)\.html'
 | 
			
		||||
 | 
			
		||||
    _URL_TEMPLATE = 'http://www.le.com/ptv/vplay/%s.html'
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			@ -73,6 +73,12 @@ class LeIE(InfoExtractor):
 | 
			
		|||
    }, {
 | 
			
		||||
        'url': 'http://sports.le.com/video/25737697.html',
 | 
			
		||||
        'only_matching': True,
 | 
			
		||||
    }, {
 | 
			
		||||
        'url': 'http://www.lesports.com/match/1023203003.html',
 | 
			
		||||
        'only_matching': True,
 | 
			
		||||
    }, {
 | 
			
		||||
        'url': 'http://sports.le.com/match/1023203003.html',
 | 
			
		||||
        'only_matching': True,
 | 
			
		||||
    }]
 | 
			
		||||
 | 
			
		||||
    # ror() and calc_time_key() are reversed from a embedded swf file in KLetvPlayer.swf
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue