fix: a/b test 8: parsing view count for tracks
This commit is contained in:
parent
93e5ad22e9
commit
22e298ff98
33 changed files with 389 additions and 260 deletions
3
Justfile
3
Justfile
|
|
@ -7,6 +7,9 @@ unittest:
|
|||
testyt:
|
||||
cargo test --features=rss --test youtube
|
||||
|
||||
testyt-localized:
|
||||
YT_LANG=th cargo test --features=rss --test youtube
|
||||
|
||||
testintl:
|
||||
#!/usr/bin/env bash
|
||||
LANGUAGES=(
|
||||
|
|
|
|||
Reference in a new issue