aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYen Chi Hsuan <yan12125@gmail.com>2016-01-20 03:39:45 +0800
committerYen Chi Hsuan <yan12125@gmail.com>2016-01-20 03:42:01 +0800
commit73e74424561b3e277c2f071fd88b17c845a1162f (patch)
tree77476dcde5f5116634149c034a27e74799b4b964
parent26de1bba83b3269653b571682cf962899b6231b7 (diff)
downloadyoutube-dl-73e74424561b3e277c2f071fd88b17c845a1162f.tar.xz
[letv] LetvCloud: simplify and improve _VALID_URL
-rw-r--r--youtube_dl/extractor/letv.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/youtube_dl/extractor/letv.py b/youtube_dl/extractor/letv.py
index 177d53bbb..ff74b5141 100644
--- a/youtube_dl/extractor/letv.py
+++ b/youtube_dl/extractor/letv.py
@@ -245,7 +245,7 @@ class LetvPlaylistIE(LetvTvIE):
class LetvCloudIE(InfoExtractor):
IE_DESC = '乐视云'
- _VALID_URL = r'http://yuntv\.letv\.com/bcloud.html\?.*$'
+ _VALID_URL = r'https?://yuntv\.letv\.com/bcloud.html\?.+'
_TESTS = [{
'url': 'http://yuntv.letv.com/bcloud.html?uu=p7jnfw5hw9&vu=467623dedf',