mirror of
https://github.com/ytdl-org/youtube-dl
synced 2025-04-15 11:34:52 +09:00
Merge 41a9c56c783ec6b4ffae020595a287a5e7e9faec into d55d1f423d6473ae6a9e13462d94bad1d71d28e0
This commit is contained in:
commit
f7b3d7bde0
@ -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…
x
Reference in New Issue
Block a user