remove zws

This commit is contained in:
AF 2024-09-24 10:58:55 +00:00
parent fd8d6f5a75
commit aa095cd55c
Signed by: alisa
SSH Key Fingerprint: SHA256:vNY4pdIZvO1FYJKHROkdHLtvyopizvZVAEwg9AF6h04

View File

@ -48,7 +48,7 @@ class YState:
return await future
except OSError as e:
raise Explicit(
"extraction error\nunknown extraction error (probably due to video being unavailable, e.g. because of regional restrictions)\nnote: sea\u200Drch is still not supported"
"extraction error\nunknown extraction error (probably due to video being unavailable, e.g. because of regional restrictions)\nnote: search is still not supported"
) from e
finally:
self.results.task_done()