aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@gmail.com>2013-10-15 08:12:30 +0200
committerJaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@gmail.com>2013-10-15 08:12:30 +0200
commit8381a92120c3826b471e6d2cc38045b5f3a9d15e (patch)
tree520c21de87d9a99ff4b588136be8d0245c2c4ea0
parentcd054fc491198a5a7c69d76f19693b1cd4d5c086 (diff)
downloadyoutube-dl-8381a92120c3826b471e6d2cc38045b5f3a9d15e.tar.xz
[websurg] Skipt the test
It needs login information.
-rw-r--r--youtube_dl/extractor/websurg.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/youtube_dl/extractor/websurg.py b/youtube_dl/extractor/websurg.py
index 7d335d444..43953bfdd 100644
--- a/youtube_dl/extractor/websurg.py
+++ b/youtube_dl/extractor/websurg.py
@@ -18,7 +18,8 @@ class WeBSurgIE(InfoExtractor):
u'file': u'vd01en4012.mp4',
u'params': {
u'skip_download': True,
- }
+ },
+ u'skip': u'Requires login information',
}
_LOGIN_URL = 'http://www.websurg.com/inc/login/login_div.ajax.php?login=1'