search note
This commit is contained in:
parent
76b458ec00
commit
d1c45c095a
@ -48,7 +48,7 @@ class YState:
|
|||||||
return await future
|
return await future
|
||||||
except OSError as e:
|
except OSError as e:
|
||||||
raise Explicit(
|
raise Explicit(
|
||||||
"extraction error\nunknown ytdl error (probably due to video being unavailable, e.g. because of regional restrictions)"
|
"extraction error\nunknown ytdl error (probably due to video being unavailable, e.g. because of regional restrictions)\nnote: sea\u200Drch is still not supported"
|
||||||
) from e
|
) from e
|
||||||
finally:
|
finally:
|
||||||
self.results.task_done()
|
self.results.task_done()
|
||||||
|
Loading…
Reference in New Issue
Block a user