mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-10-31 06:35:12 +00:00 
			
		
		
		
	Fix flake8 errors
This commit is contained in:
		| @@ -231,7 +231,7 @@ class F4mFD(FileDownloader): | ||||
|     """ | ||||
|  | ||||
|     def _get_unencrypted_media(self, doc): | ||||
|         media=doc.findall(_add_ns('media')) | ||||
|         media = doc.findall(_add_ns('media')) | ||||
|         if not media: | ||||
|             self.report_error('No media found') | ||||
|         for e in (doc.findall(_add_ns('drmAdditionalHeader')) + | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Jaime Marquínez Ferrándiz
					Jaime Marquínez Ferrándiz