mirror of
https://github.com/ytdl-org/youtube-dl.git
synced 2025-08-20 21:34:01 -07:00
Merge 41a9c56c78
into 3eb8d22ddb
This commit is contained in:
commit
fa88db3874
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue