Compare commits

...

2 Commits

Author SHA1 Message Date
Allali Houssam
c3f82ebefc
Merge 41a9c56c783ec6b4ffae020595a287a5e7e9faec into da7223d4aa42ff9fc680b0951d043dd03cec2d30 2025-03-21 20:37:20 +01:00
Allali Houssam
41a9c56c78
Update generic.py 2024-11-01 09:20:50 +01:00

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):