[extractor/common] Improve _form_hidden_inputs and rename to _hidden_inputs
This commit is contained in:
parent
9750e7d70e
commit
f8da79f828
11 changed files with 21 additions and 14 deletions
|
@ -38,7 +38,7 @@ class PlayedIE(InfoExtractor):
|
|||
if m_error:
|
||||
raise ExtractorError(m_error.group('msg'), expected=True)
|
||||
|
||||
data = self._form_hidden_inputs(orig_webpage)
|
||||
data = self._hidden_inputs(orig_webpage)
|
||||
|
||||
self._sleep(2, video_id)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue