Add support for https for all extractors as preventive and future-proof measure
[youtube-dl] / youtube_dl / extractor / bbc.py
index e62b3860e99b106d08ef79cf593e180fe8c9496c..2dfcee98d5b5ac9e01c611878ad9b073436983df 100644 (file)
@@ -942,7 +942,7 @@ class BBCIE(BBCCoUkIE):
 
 
 class BBCCoUkArticleIE(InfoExtractor):
-    _VALID_URL = 'http://www.bbc.co.uk/programmes/articles/(?P<id>[a-zA-Z0-9]+)'
+    _VALID_URL = r'https?://www.bbc.co.uk/programmes/articles/(?P<id>[a-zA-Z0-9]+)'
     IE_NAME = 'bbc.co.uk:article'
     IE_DESC = 'BBC articles'