Merge 41a9c56c783ec6b4ffae020595a287a5e7e9faec into 420d53387cff54ea1fccca061438d59bdb50a39c

This commit is contained in:
Allali Houssam 2025-03-20 01:43:48 +05:30 committed by GitHub
commit 810c8db20e
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) return self.url_result(embed_url)
if not found: if not found:
raise UnsupportedError(url) raise UnsupportedError(f"The URL '{url}' might not be supported by youtube-dl.")
entries = [] entries = []
for video_url in orderedSet(found): for video_url in orderedSet(found):