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:
		| @@ -5,7 +5,7 @@ from .common import InfoExtractor | ||||
|  | ||||
| class DefenseGouvFrIE(InfoExtractor): | ||||
|     IE_NAME = 'defense.gouv.fr' | ||||
|     _VALID_URL = r'http://.*?\.defense\.gouv\.fr/layout/set/ligthboxvideo/base-de-medias/webtv/(?P<id>[^/?#]*)' | ||||
|     _VALID_URL = r'https?://.*?\.defense\.gouv\.fr/layout/set/ligthboxvideo/base-de-medias/webtv/(?P<id>[^/?#]*)' | ||||
|  | ||||
|     _TEST = { | ||||
|         'url': 'http://www.defense.gouv.fr/layout/set/ligthboxvideo/base-de-medias/webtv/attaque-chimique-syrienne-du-21-aout-2013-1', | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Sergey M․
					Sergey M․