mirror of
				https://github.com/ytdl-org/youtube-dl.git
				synced 2025-10-29 09:26:20 -07:00 
			
		
		
		
	[techtalks] Allow URL-s with name part omitted.
This commit is contained in:
		
				
					committed by
					
						 Sergey M․
						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