Add support for https for all extractors as preventive and future-proof measure
[youtube-dl] / youtube_dl / extractor / ubu.py
index d5023775857a8bd27ee0f19cffd8176a477be4fd..1d52cbc98e38c0b1d014578c61b95eeb1c9e3f61 100644 (file)
@@ -10,7 +10,7 @@ from ..utils import (
 
 
 class UbuIE(InfoExtractor):
-    _VALID_URL = r'http://(?:www\.)?ubu\.com/film/(?P<id>[\da-z_-]+)\.html'
+    _VALID_URL = r'https?://(?:www\.)?ubu\.com/film/(?P<id>[\da-z_-]+)\.html'
     _TEST = {
         'url': 'http://ubu.com/film/her_noise.html',
         'md5': '138d5652618bf0f03878978db9bef1ee',