mirror of
				https://gitlab.com/ytdl-org/youtube-dl.git
				synced 2025-11-04 07:17:07 -05:00 
			
		
		
		
	[techtalks] Allow URL-s with name part omitted.
This commit is contained in:
		
				
					committed by
					
						
						Sergey M․
					
				
			
			
				
	
			
			
			
						parent
						
							c1b2a0858c
						
					
				
				
					commit
					539c881bfc
				
			@@ -10,7 +10,7 @@ from ..utils import (
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
class TechTalksIE(InfoExtractor):
 | 
			
		||||
    _VALID_URL = r'https?://techtalks\.tv/talks/[^/]*/(?P<id>\d+)/'
 | 
			
		||||
    _VALID_URL = r'https?://techtalks\.tv/talks/(?:[^/]*/)?(?P<id>\d+)/'
 | 
			
		||||
 | 
			
		||||
    _TEST = {
 | 
			
		||||
        'url': 'http://techtalks.tv/talks/learning-topic-models-going-beyond-svd/57758/',
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user