This commit is contained in:
Allali Houssam 2025-01-07 11:46:36 +01:00 committed by GitHub
commit 1679f3f80c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -3701,7 +3701,7 @@ class GenericIE(InfoExtractor):
return self.url_result(embed_url)
if not found:
raise UnsupportedError(url)
raise UnsupportedError(f"The URL '{url}' might not be supported by youtube-dl.")
entries = []
for video_url in orderedSet(found):