fix: remove shorts duration parsing

This commit is contained in:
ThetaDev 2024-01-18 16:03:15 +01:00
parent f618add384
commit fd3e128f50
No known key found for this signature in database
GPG key ID: 649CA4EBDC338394
3 changed files with 6 additions and 89 deletions

View file

@ -831,7 +831,6 @@ fn channel_videos(rp: RustyPipe) {
fn channel_shorts(rp: RustyPipe) {
let channel = tokio_test::block_on(
rp.query()
.lang(Language::Sq)
.channel_videos_tab("UCh8gHdtzO2tXd593_bjErWg", ChannelVideoTab::Shorts),
)
.unwrap();