fix: add support for shorts playlists (A/B test 9)
This commit is contained in:
parent
1bab2ef301
commit
031b730c47
5 changed files with 42 additions and 12 deletions
|
|
@ -29,6 +29,7 @@ pub(crate) struct ItemSection {
|
|||
#[derive(Debug, Deserialize)]
|
||||
#[serde(rename_all = "camelCase")]
|
||||
pub(crate) struct PlaylistVideoListRenderer {
|
||||
#[serde(alias = "richGridRenderer")]
|
||||
pub playlist_video_list_renderer: YouTubeListRenderer,
|
||||
}
|
||||
|
||||
|
|
|
|||
Reference in a new issue