Improve some _VALID_URLs
[youtube-dl] / youtube_dl / extractor / openload.py
index 76316ca2f50c7c42649bd8dbbdf2285dbd4af05f..c261a7455b37e0967aa1540dccce56c5db7cf30f 100644 (file)
@@ -13,7 +13,7 @@ from ..utils import (
 
 
 class OpenloadIE(InfoExtractor):
-    _VALID_URL = r'https://openload.(?:co|io)/(?:f|embed)/(?P<id>[a-zA-Z0-9-_]+)'
+    _VALID_URL = r'https?://openload\.(?:co|io)/(?:f|embed)/(?P<id>[a-zA-Z0-9-_]+)'
 
     _TESTS = [{
         'url': 'https://openload.co/f/kUEfGclsU9o',