feat: add search
This commit is contained in:
parent
6251ec1bd9
commit
ecb84e32e1
19 changed files with 710 additions and 106 deletions
|
|
@ -81,7 +81,7 @@ pub enum ExtractionError {
|
|||
InvalidData(Cow<'static, str>),
|
||||
#[error("got wrong result from YT: {0}")]
|
||||
WrongResult(String),
|
||||
#[error("Warnings during deserialization/mapping")]
|
||||
#[error("Warnings during deserialization/mapping in strict mode")]
|
||||
DeserializationWarnings,
|
||||
}
|
||||
|
||||
|
|
|
|||
Reference in a new issue