aboutsummaryrefslogtreecommitdiffstats
path: root/youtube_dl/extractor/vesti.py
diff options
context:
space:
mode:
Diffstat (limited to 'youtube_dl/extractor/vesti.py')
-rw-r--r--youtube_dl/extractor/vesti.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/youtube_dl/extractor/vesti.py b/youtube_dl/extractor/vesti.py
index a0c59a2..cb64ae0 100644
--- a/youtube_dl/extractor/vesti.py
+++ b/youtube_dl/extractor/vesti.py
@@ -10,7 +10,7 @@ from .rutv import RUTVIE
class VestiIE(InfoExtractor):
IE_DESC = 'Вести.Ru'
- _VALID_URL = r'http://(?:.+?\.)?vesti\.ru/(?P<id>.+)'
+ _VALID_URL = r'https?://(?:.+?\.)?vesti\.ru/(?P<id>.+)'
_TESTS = [
{