mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-10-31 14:45:14 +00:00 
			
		
		
		
	[vodlocker] Use _form_hidden_inputs
				
					
				
			This commit is contained in:
		| @@ -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! | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Sergey M․
					Sergey M․