Update generic.py

pull/32964/head
Allali Houssam 4 months ago committed by GitHub
parent c5098961b0
commit 41a9c56c78
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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

Loading…
Cancel
Save