mirror of
				https://gitlab.com/ytdl-org/youtube-dl.git
				synced 2025-11-04 00:57:07 -05:00 
			
		
		
		
	[engadget] accept short video urls
This commit is contained in:
		@@ -10,7 +10,7 @@ from ..utils import (
 | 
			
		||||
 | 
			
		||||
class EngadgetIE(InfoExtractor):
 | 
			
		||||
    _VALID_URL = r'''(?x)https?://www.engadget.com/
 | 
			
		||||
        (?:video/5min/(?P<id>\d+)|
 | 
			
		||||
        (?:video(?:/5min)?/(?P<id>\d+)|
 | 
			
		||||
            [\d/]+/.*?)
 | 
			
		||||
        '''
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user