mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-07 20:30:41 -05:00
[websurg] Skipt the test
It needs login information.
This commit is contained in:
parent
cd054fc491
commit
8381a92120
1 changed files with 2 additions and 1 deletions
|
@ -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'
|
||||
|
|
Loading…
Reference in a new issue