]> jfr.im git - yt-dlp.git/blobdiff - youtube_dl/extractor/hostingbulk.py
[dcn] Improve
[yt-dlp.git] / youtube_dl / extractor / hostingbulk.py
index 63f579592cf4d9c78c00ef30176aceade4a50594..a3154cfdeccf9b4c18cf5a5b01f7944243fb1509 100644 (file)
@@ -58,7 +58,7 @@ def _real_extract(self, url):
             r'<img src="([^"]+)".+?class="pic"',
             webpage, 'thumbnail', fatal=False)
 
-        fields = self._form_hidden_inputs(webpage)
+        fields = self._hidden_inputs(webpage)
 
         request = compat_urllib_request.Request(url, urlencode_postdata(fields))
         request.add_header('Content-type', 'application/x-www-form-urlencoded')