Add support for https for all extractors as preventive and future-proof measure
[youtube-dl] / youtube_dl / extractor / normalboots.py
index 5952d136f7b3efd3e9f91843ba12de6a13d989ba..77e09107299824f5ae4063817d73e505e893c2af 100644 (file)
@@ -9,7 +9,7 @@ from ..utils import (
 
 
 class NormalbootsIE(InfoExtractor):
-    _VALID_URL = r'http://(?:www\.)?normalboots\.com/video/(?P<id>[0-9a-z-]*)/?$'
+    _VALID_URL = r'https?://(?:www\.)?normalboots\.com/video/(?P<id>[0-9a-z-]*)/?$'
     _TEST = {
         'url': 'http://normalboots.com/video/home-alone-games-jontron/',
         'md5': '8bf6de238915dd501105b44ef5f1e0f6',