fix: a/v streams incorrectly recognized as video-only
This commit is contained in:
parent
9c73ed4b30
commit
2b891ca078
5 changed files with 40 additions and 27 deletions
|
|
@ -887,11 +887,8 @@ async fn channel_videos(rp: RustyPipe) {
|
|||
#[rstest]
|
||||
#[tokio::test]
|
||||
async fn channel_shorts(rp: RustyPipe) {
|
||||
let vd = rp.query().get_visitor_data().await.unwrap();
|
||||
|
||||
let channel = rp
|
||||
.query()
|
||||
.visitor_data(vd)
|
||||
.channel_videos_tab("UCh8gHdtzO2tXd593_bjErWg", ChannelVideoTab::Shorts)
|
||||
.await
|
||||
.unwrap();
|
||||
|
|
|
|||
Reference in a new issue