mirror of
				https://gitlab.com/ytdl-org/youtube-dl.git
				synced 2025-11-03 23:57:06 -05:00 
			
		
		
		
	[blinkx] Support mobile URLs (Closes #2022)
This commit is contained in:
		@@ -9,7 +9,7 @@ from ..utils import (
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
class BlinkxIE(InfoExtractor):
 | 
			
		||||
    _VALID_URL = r'^(?:https?://(?:www\.)blinkx\.com/ce/|blinkx:)(?P<id>[^?]+)'
 | 
			
		||||
    _VALID_URL = r'^(?:https?://(?:www\.)blinkx\.com/#?ce/|blinkx:)(?P<id>[^?]+)'
 | 
			
		||||
    _IE_NAME = u'blinkx'
 | 
			
		||||
 | 
			
		||||
    _TEST = {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user