refactor: clean up response models
This commit is contained in:
parent
db6b1ab8a7
commit
999ebf7c36
7 changed files with 33 additions and 185 deletions
|
|
@ -57,7 +57,7 @@ impl MapResponse<Paginator<VideoItem>> for response::Startpage {
|
|||
.ok_or_else(|| ExtractionError::InvalidData("no contents".into()))?
|
||||
.tab_renderer
|
||||
.content
|
||||
.rich_grid_renderer
|
||||
.section_list_renderer
|
||||
.contents;
|
||||
|
||||
Ok(map_startpage_videos(
|
||||
|
|
|
|||
Reference in a new issue