fix: handle itemSectionRenderer in recommended videos
This commit is contained in:
parent
c65af48a4b
commit
eb9d3680cc
9 changed files with 18121 additions and 69 deletions
|
|
@ -90,8 +90,3 @@ pub enum ExtractionError {
|
|||
#[error("Got no data from YouTube, attempt retry")]
|
||||
Retry,
|
||||
}
|
||||
|
||||
/// Internal error
|
||||
#[derive(thiserror::Error, Debug)]
|
||||
#[error("mapping error: {0}")]
|
||||
pub struct MappingError(pub(crate) Cow<'static, str>);
|
||||
|
|
|
|||
Reference in a new issue