Add support for https for all extractors as preventive and future-proof measure
[youtube-dl] / youtube_dl / extractor / fc2.py
index 9580f5c0c5d1f4eb9bd54eb76126744322ae85e9..508684d2eec8786c83ce3dce8cb4e8f85fa56673 100644 (file)
@@ -17,7 +17,7 @@ from ..utils import (
 
 
 class FC2IE(InfoExtractor):
-    _VALID_URL = r'^http://video\.fc2\.com/(?:[^/]+/)*content/(?P<id>[^/]+)'
+    _VALID_URL = r'^https?://video\.fc2\.com/(?:[^/]+/)*content/(?P<id>[^/]+)'
     IE_NAME = 'fc2'
     _NETRC_MACHINE = 'fc2'
     _TESTS = [{