fix(yt): cookies

This commit is contained in:
2025-09-23 10:50:53 +03:00
parent 5ad4aea252
commit fa59e0c0e5
5 changed files with 28 additions and 23 deletions

View File

@@ -29,9 +29,6 @@ pub enum Error {
#[error("rate limit exceeded")]
RateLimit,
#[error("")]
QuoteError(#[from] shlex::QuoteError),
#[error("other: {0}")]
Other(String),
}