feat!: remove startpage

This commit is contained in:
ThetaDev 2024-08-18 00:43:02 +02:00
parent a3a1d9abf3
commit 3599acafef
No known key found for this signature in database
GPG key ID: E319D3C5148D65B6
8 changed files with 6 additions and 1813 deletions

View file

@ -34,7 +34,6 @@ pub(crate) use player::Player;
pub(crate) use playlist::Playlist;
pub(crate) use search::Search;
pub(crate) use search::SearchSuggestion;
pub(crate) use trends::Startpage;
pub(crate) use trends::Trending;
pub(crate) use url_endpoint::ResolvedUrl;
pub(crate) use video_details::VideoComments;

View file

@ -1,13 +1,6 @@
use serde::Deserialize;
use super::{video_item::YouTubeListRendererWrap, ResponseContext, Tab, TwoColumnBrowseResults};
#[derive(Debug, Deserialize)]
#[serde(rename_all = "camelCase")]
pub(crate) struct Startpage {
pub contents: Contents,
pub response_context: ResponseContext,
}
use super::{video_item::YouTubeListRendererWrap, Tab, TwoColumnBrowseResults};
#[derive(Debug, Deserialize)]
#[serde(rename_all = "camelCase")]