aboutsummaryrefslogtreecommitdiffstats
path: root/youtube_dl/extractor/cliphunter.py
diff options
context:
space:
mode:
authorRogério Brito <rbrito@ime.usp.br>2016-06-24 22:51:49 -0300
committerRogério Brito <rbrito@ime.usp.br>2016-06-24 22:51:49 -0300
commit9dc487f48b50767cf540fa36c3de2c386fd74c04 (patch)
treefe4832e21f6d0a9111aed7f141fcfd957c1481c5 /youtube_dl/extractor/cliphunter.py
parent9f2b33881274af98a9145c533a1d295fad71521a (diff)
downloadyoutube-dl-9dc487f48b50767cf540fa36c3de2c386fd74c04.zip
youtube-dl-9dc487f48b50767cf540fa36c3de2c386fd74c04.tar.gz
youtube-dl-9dc487f48b50767cf540fa36c3de2c386fd74c04.tar.bz2
Imported Upstream version 2016.06.25
Diffstat (limited to 'youtube_dl/extractor/cliphunter.py')
-rw-r--r--youtube_dl/extractor/cliphunter.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/youtube_dl/extractor/cliphunter.py b/youtube_dl/extractor/cliphunter.py
index 2996b6b..19f8b39 100644
--- a/youtube_dl/extractor/cliphunter.py
+++ b/youtube_dl/extractor/cliphunter.py
@@ -19,7 +19,7 @@ def _decode(s):
class CliphunterIE(InfoExtractor):
IE_NAME = 'cliphunter'
- _VALID_URL = r'''(?x)http://(?:www\.)?cliphunter\.com/w/
+ _VALID_URL = r'''(?x)https?://(?:www\.)?cliphunter\.com/w/
(?P<id>[0-9]+)/
(?P<seo>.+?)(?:$|[#\?])
'''