mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-10-31 06:35:12 +00:00 
			
		
		
		
	[videolectures] Fix _VALID_URL
This commit is contained in:
		| @@ -12,7 +12,7 @@ from ..utils import ( | ||||
|  | ||||
|  | ||||
| class VideoLecturesNetIE(InfoExtractor): | ||||
|     _VALID_URL = r'http://(?:www\.)?videolectures\.net/(?P<id>[^/#?]+)/' | ||||
|     _VALID_URL = r'http://(?:www\.)?videolectures\.net/(?P<id>[^/#?]+)(?:/?[#?].*)?$' | ||||
|     IE_NAME = 'videolectures.net' | ||||
|  | ||||
|     _TEST = { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Sergey M․
					Sergey M․