aboutsummaryrefslogtreecommitdiffstats
path: root/youtube_dl/extractor/karaoketv.py
diff options
context:
space:
mode:
Diffstat (limited to 'youtube_dl/extractor/karaoketv.py')
-rw-r--r--youtube_dl/extractor/karaoketv.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/youtube_dl/extractor/karaoketv.py b/youtube_dl/extractor/karaoketv.py
index 06daf5a..b4c30b7 100644
--- a/youtube_dl/extractor/karaoketv.py
+++ b/youtube_dl/extractor/karaoketv.py
@@ -9,7 +9,7 @@ from ..utils import (
class KaraoketvIE(InfoExtractor):
- _VALID_URL = r'http://karaoketv\.co\.il/\?container=songs&id=(?P<id>[0-9]+)'
+ _VALID_URL = r'https?://karaoketv\.co\.il/\?container=songs&id=(?P<id>[0-9]+)'
_TEST = {
'url': 'http://karaoketv.co.il/?container=songs&id=171568',
'info_dict': {