refactor: remove query retries
This commit is contained in:
parent
3a0db09e23
commit
ae91c46fb2
8 changed files with 33 additions and 220 deletions
|
|
@ -83,6 +83,4 @@ pub enum ExtractionError {
|
|||
WrongResult(String),
|
||||
#[error("Warnings during deserialization/mapping")]
|
||||
DeserializationWarnings,
|
||||
#[error("Got no data from YouTube, attempt retry")]
|
||||
Retry,
|
||||
}
|
||||
|
|
|
|||
Reference in a new issue