Add support for https for all extractors as preventive and future-proof measure
[youtube-dl] / youtube_dl / extractor / veoh.py
index 9633f7ffeec865c69c77a0e2d7475399a998d44a..23ce0a0d1929febac87f789374d8411d7b7ddd00 100644 (file)
@@ -12,7 +12,7 @@ from ..utils import (
 
 
 class VeohIE(InfoExtractor):
-    _VALID_URL = r'http://(?:www\.)?veoh\.com/(?:watch|iphone/#_Watch)/(?P<id>(?:v|yapi-)[\da-zA-Z]+)'
+    _VALID_URL = r'https?://(?:www\.)?veoh\.com/(?:watch|iphone/#_Watch)/(?P<id>(?:v|yapi-)[\da-zA-Z]+)'
 
     _TESTS = [
         {