mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-10-31 14:45:14 +00:00 
			
		
		
		
	Some pep8 style fixes
This commit is contained in:
		| @@ -8,6 +8,7 @@ from ..utils import ( | |||||||
|     determine_ext, |     determine_ext, | ||||||
| ) | ) | ||||||
|  |  | ||||||
|  |  | ||||||
| def get_suitable_downloader(info_dict): | def get_suitable_downloader(info_dict): | ||||||
|     """Get the downloader class that can handle the info dict.""" |     """Get the downloader class that can handle the info dict.""" | ||||||
|     url = info_dict['url'] |     url = info_dict['url'] | ||||||
| @@ -20,4 +21,3 @@ def get_suitable_downloader(info_dict): | |||||||
|         return MplayerFD |         return MplayerFD | ||||||
|     else: |     else: | ||||||
|         return HttpFD |         return HttpFD | ||||||
|  |  | ||||||
|   | |||||||
| @@ -314,4 +314,3 @@ class FileDownloader(object): | |||||||
|         if the download is successful. |         if the download is successful. | ||||||
|         """ |         """ | ||||||
|         self._progress_hooks.append(ph) |         self._progress_hooks.append(ph) | ||||||
|  |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Jaime Marquínez Ferrándiz
					Jaime Marquínez Ferrándiz