Browse Source

[websurg] Skipt the test

It needs login information.
rtmp_test
Jaime Marquínez Ferrándiz 11 years ago
parent
commit
8381a92120
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      youtube_dl/extractor/websurg.py

+ 2
- 1
youtube_dl/extractor/websurg.py View File

@ -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…
Cancel
Save