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