Parcourir la source

Use self._download_webpage everywhere

Pierre Rudloff il y a 12 ans
Parent
commit
73b4fafd82
1 fichiers modifiés avec 1 ajouts et 2 suppressions
  1. 1 2
      youtube_dl/extractor/websurg.py

+ 1 - 2
youtube_dl/extractor/websurg.py

@@ -36,8 +36,7 @@ class WeBSurgIE(InfoExtractor):
         request.add_header(
         request.add_header(
             'Content-Type', 'application/x-www-form-urlencoded;charset=utf-8')
             'Content-Type', 'application/x-www-form-urlencoded;charset=utf-8')
         compat_urllib_request.urlopen(request).info()
         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':
         if webpage != 'OK':
             self._downloader.report_error(
             self._downloader.report_error(