mirror of
https://github.com/ytdl-org/youtube-dl
synced 2025-01-09 21:10:10 +09:00
Merge 41a9c56c78
into 1036478d13
This commit is contained in:
commit
1679f3f80c
@ -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):
|
||||
|
Loading…
Reference in New Issue
Block a user