mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-10-31 14:45:14 +00:00 
			
		
		
		
	Add documentation about supported sites (Fixes #4503)
This commit is contained in:
		| @@ -23,6 +23,7 @@ from ..utils import ( | ||||
|     unescapeHTML, | ||||
|     unified_strdate, | ||||
|     unsmuggle_url, | ||||
|     UnsupportedError, | ||||
|     url_basename, | ||||
| ) | ||||
| from .brightcove import BrightcoveIE | ||||
| @@ -1057,7 +1058,7 @@ class GenericIE(InfoExtractor): | ||||
|                     'url': new_url, | ||||
|                 } | ||||
|         if not found: | ||||
|             raise ExtractorError('Unsupported URL: %s' % url) | ||||
|             raise UnsupportedError(url) | ||||
|  | ||||
|         entries = [] | ||||
|         for video_url in found: | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Philipp Hagemeister
					Philipp Hagemeister