Add support for https for all extractors as preventive and future-proof measure
[youtube-dl] / youtube_dl / extractor / hypem.py
index b3706fe6d6cd8dfabb8d8b614baf1a6e12ea75d9..e0ab318022ba4291771d2e9d146566e4f0437daf 100644 (file)
@@ -12,7 +12,7 @@ from ..utils import (
 
 
 class HypemIE(InfoExtractor):
-    _VALID_URL = r'http://(?:www\.)?hypem\.com/track/(?P<id>[^/]+)/'
+    _VALID_URL = r'https?://(?:www\.)?hypem\.com/track/(?P<id>[^/]+)/'
     _TEST = {
         'url': 'http://hypem.com/track/1v6ga/BODYWORK+-+TAME',
         'md5': 'b9cc91b5af8995e9f0c1cee04c575828',