diff options
Diffstat (limited to 'youtube_dl/extractor/vodlocker.py')
| -rw-r--r-- | youtube_dl/extractor/vodlocker.py | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/youtube_dl/extractor/vodlocker.py b/youtube_dl/extractor/vodlocker.py index 4804692bf..ccf1928b5 100644 --- a/youtube_dl/extractor/vodlocker.py +++ b/youtube_dl/extractor/vodlocker.py @@ -26,7 +26,7 @@ class VodlockerIE(InfoExtractor):          video_id = self._match_id(url)          webpage = self._download_webpage(url, video_id) -        fields = self._form_hidden_inputs(webpage) +        fields = self._hidden_inputs(webpage)          if fields['op'] == 'download1':              self._sleep(3, video_id)  # they do detect when requests happen too fast!  | 
