mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-10-31 06:35:12 +00:00 
			
		
		
		
	[vimeo] Fix unused argument of the _real_extract method
				
					
				
			This commit is contained in:
		| @@ -115,7 +115,7 @@ class VimeoIE(InfoExtractor): | ||||
|     def _real_initialize(self): | ||||
|         self._login() | ||||
|  | ||||
|     def _real_extract(self, url, new_video=True): | ||||
|     def _real_extract(self, url): | ||||
|         url, data = unsmuggle_url(url) | ||||
|         headers = std_headers | ||||
|         if data is not None: | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Jaime Marquínez Ferrándiz
					Jaime Marquínez Ferrándiz