mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-10-31 14:45:14 +00:00 
			
		
		
		
	Correct some extractor _VALID_URL regexes
This commit is contained in:
		| @@ -11,7 +11,7 @@ from ..utils import ( | ||||
|  | ||||
| class DreiSatIE(InfoExtractor): | ||||
|     IE_NAME = '3sat' | ||||
|     _VALID_URL = r'(?:http://)?(?:www\.)?3sat.de/mediathek/index.php\?(?:(?:mode|display)=[^&]+&)*obj=(?P<id>[0-9]+)$' | ||||
|     _VALID_URL = r'(?:http://)?(?:www\.)?3sat\.de/mediathek/index\.php\?(?:(?:mode|display)=[^&]+&)*obj=(?P<id>[0-9]+)$' | ||||
|     _TEST = { | ||||
|         u"url": u"http://www.3sat.de/mediathek/index.php?obj=36983", | ||||
|         u'file': u'36983.webm', | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 dst
					dst