aboutsummaryrefslogtreecommitdiffstats
path: root/youtube_dl/extractor/karaoketv.py
diff options
context:
space:
mode:
authorstepshal <nessento@openmailbox.org>2016-09-08 13:52:22 +0700
committerstepshal <nessento@openmailbox.org>2016-09-08 13:52:22 +0700
commit89f257d6e57131a266efae629334fe5f4bcf96e9 (patch)
tree1c919e664681228a80eb111b6cf95138e2bce469 /youtube_dl/extractor/karaoketv.py
parent846d8b76a07f617b595e0f1a2ae7ba22acafd98d (diff)
downloadyoutube-dl-89f257d6e57131a266efae629334fe5f4bcf96e9.zip
youtube-dl-89f257d6e57131a266efae629334fe5f4bcf96e9.tar.gz
youtube-dl-89f257d6e57131a266efae629334fe5f4bcf96e9.tar.bz2
Add support for https for rest of the exctractors.
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 a6050c4..2f37786 100644
--- a/youtube_dl/extractor/karaoketv.py
+++ b/youtube_dl/extractor/karaoketv.py
@@ -5,7 +5,7 @@ from .common import InfoExtractor
class KaraoketvIE(InfoExtractor):
- _VALID_URL = r'http://www.karaoketv.co.il/[^/]+/(?P<id>\d+)'
+ _VALID_URL = r'https?://www.karaoketv.co.il/[^/]+/(?P<id>\d+)'
_TEST = {
'url': 'http://www.karaoketv.co.il/%D7%A9%D7%99%D7%A8%D7%99_%D7%A7%D7%A8%D7%99%D7%95%D7%A7%D7%99/58356/%D7%90%D7%99%D7%96%D7%95%D7%9F',
'info_dict': {