mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-10-31 06:35:12 +00:00 
			
		
		
		
	Add documentation about supported sites (Fixes #4503)
This commit is contained in:
		| @@ -464,6 +464,13 @@ class ExtractorError(Exception): | ||||
|         return ''.join(traceback.format_tb(self.traceback)) | ||||
|  | ||||
|  | ||||
| class UnsupportedError(ExtractorError): | ||||
|     def __init__(self, url): | ||||
|         super(UnsupportedError, self).__init__( | ||||
|             'Unsupported URL: %s' % url, expected=True) | ||||
|         self.url = url | ||||
|  | ||||
|  | ||||
| class RegexNotFoundError(ExtractorError): | ||||
|     """Error when a regex didn't match""" | ||||
|     pass | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Philipp Hagemeister
					Philipp Hagemeister