feat!: add channel_videos_tab, channel_videos_order,
remove channel_shorts, channel_livestreams fix: parsing video types and short durations
This commit is contained in:
parent
7e5cff719a
commit
3a75ed8610
20 changed files with 444 additions and 152 deletions
|
|
@ -27,7 +27,7 @@ impl RustyPipeQuery {
|
|||
) -> Result<MusicArtist, Error> {
|
||||
let artist_id = artist_id.as_ref();
|
||||
let visitor_data = match all_albums {
|
||||
true => Some(self.get_ytm_visitor_data().await?),
|
||||
true => Some(self.get_visitor_data().await?),
|
||||
false => None,
|
||||
};
|
||||
|
||||
|
|
|
|||
Reference in a new issue