Add support for https for all extractors as preventive and future-proof measure
[youtube-dl] / youtube_dl / extractor / bilibili.py
index 59beb11bce71bfc6ef9b036ad123dc44e872d0be..8baff2041bb380d0204895cbbc6c64b16be94993 100644 (file)
@@ -14,7 +14,7 @@ from ..utils import (
 
 
 class BiliBiliIE(InfoExtractor):
-    _VALID_URL = r'http://www\.bilibili\.(?:tv|com)/video/av(?P<id>\d+)(?:/index_(?P<page_num>\d+).html)?'
+    _VALID_URL = r'https?://www\.bilibili\.(?:tv|com)/video/av(?P<id>\d+)(?:/index_(?P<page_num>\d+).html)?'
 
     _TESTS = [{
         'url': 'http://www.bilibili.tv/video/av1074402/',