]> gitweb @ CieloNegro.org - youtube-dl.git/blobdiff - youtube_dl/extractor/mooshare.py
Add support for https for all extractors as preventive and future-proof measure
[youtube-dl.git] / youtube_dl / extractor / mooshare.py
index 7cc7f054f6bba16b0ea44554de4a515bf7020342..f010f52d50b40685000c8eab0e20b1373badcc9d 100644 (file)
@@ -13,7 +13,7 @@ from ..utils import (
 class MooshareIE(InfoExtractor):
     IE_NAME = 'mooshare'
     IE_DESC = 'Mooshare.biz'
-    _VALID_URL = r'http://(?:www\.)?mooshare\.biz/(?P<id>[\da-z]{12})'
+    _VALID_URL = r'https?://(?:www\.)?mooshare\.biz/(?P<id>[\da-z]{12})'
 
     _TESTS = [
         {