mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-10-31 14:45:14 +00:00 
			
		
		
		
	Add support for https for all extractors as preventive and future-proof measure
This commit is contained in:
		| @@ -9,7 +9,7 @@ from ..compat import compat_parse_qs | ||||
|  | ||||
| class TlcDeIE(InfoExtractor): | ||||
|     IE_NAME = 'tlc.de' | ||||
|     _VALID_URL = r'http://www\.tlc\.de/(?:[^/]+/)*videos/(?P<title>[^/?#]+)?(?:.*#(?P<id>\d+))?' | ||||
|     _VALID_URL = r'https?://www\.tlc\.de/(?:[^/]+/)*videos/(?P<title>[^/?#]+)?(?:.*#(?P<id>\d+))?' | ||||
|  | ||||
|     _TEST = { | ||||
|         'url': 'http://www.tlc.de/sendungen/breaking-amish/videos/#3235167922001', | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Sergey M․
					Sergey M․