[vodlocker] Use `_form_hidden_inputs`

This commit is contained in:
Sergey M․ 2015-07-10 21:53:38 +06:00
parent a5839317aa
commit 2688176c77
1 changed files with 1 additions and 6 deletions

View File

@ -28,12 +28,7 @@ class VodlockerIE(InfoExtractor):
video_id = self._match_id(url)
webpage = self._download_webpage(url, video_id)
fields = dict(re.findall(r'''(?x)<input\s+
type="hidden"\s+
name="([^"]+)"\s+
(?:id="[^"]+"\s+)?
value="([^"]*)"
''', webpage))
fields = self._form_hidden_inputs(webpage)
if fields['op'] == 'download1':
self._sleep(3, video_id) # they do detect when requests happen too fast!