1
0
Fork 0
mirror of https://github.com/ytdl-org/youtube-dl.git synced 2024-11-21 17:51:51 +00:00

Update generic.py

This commit is contained in:
Allali Houssam 2024-11-01 09:20:50 +01:00 committed by GitHub
parent c5098961b0
commit 41a9c56c78
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):