Use self._download_webpage everywhere
authorPierre Rudloff <contact@rudloff.pro>
Thu, 3 Oct 2013 23:12:42 +0000 (01:12 +0200)
committerPierre Rudloff <contact@rudloff.pro>
Thu, 3 Oct 2013 23:12:42 +0000 (01:12 +0200)
youtube_dl/extractor/websurg.py

index 96a1bb852a01e9026f531f5806027dfc5de55930..7d335d444e5231df69e1282490dd3d2212411f93 100644 (file)
@@ -36,8 +36,7 @@ class WeBSurgIE(InfoExtractor):
         request.add_header(
             'Content-Type', 'application/x-www-form-urlencoded;charset=utf-8')
         compat_urllib_request.urlopen(request).info()
-        request = compat_urllib_request.Request(self._LOGIN_URL)
-        webpage = compat_urllib_request.urlopen(request).read()
+        webpage = self._download_webpage(self._LOGIN_URL, '', 'Logging in')
         
         if webpage != 'OK':
             self._downloader.report_error(