mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-10-31 14:45:14 +00:00 
			
		
		
		
	fix typos
This commit is contained in:
		| @@ -512,7 +512,7 @@ class YoutubeDL(object): | |||||||
|             formats_to_download = formats |             formats_to_download = formats | ||||||
|         else: |         else: | ||||||
|             # We can accept formats requestd in the format: 34/10/5, we pick |             # We can accept formats requestd in the format: 34/10/5, we pick | ||||||
|             # the first that is availble, starting from left |             # the first that is available, starting from left | ||||||
|             req_formats = req_format.split('/') |             req_formats = req_format.split('/') | ||||||
|             for rf in req_formats: |             for rf in req_formats: | ||||||
|                 matches = filter(lambda f:f['format_id'] == rf ,formats) |                 matches = filter(lambda f:f['format_id'] == rf ,formats) | ||||||
|   | |||||||
| @@ -365,7 +365,7 @@ class SearchInfoExtractor(InfoExtractor): | |||||||
|  |  | ||||||
|     def _get_n_results(self, query, n): |     def _get_n_results(self, query, n): | ||||||
|         """Get a specified number of results for a query""" |         """Get a specified number of results for a query""" | ||||||
|         raise NotImplementedError("This method must be implemented by sublclasses") |         raise NotImplementedError("This method must be implemented by subclasses") | ||||||
|  |  | ||||||
|     @property |     @property | ||||||
|     def SEARCH_KEY(self): |     def SEARCH_KEY(self): | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Philipp Hagemeister
					Philipp Hagemeister