fix: parsing music playlist video count
This commit is contained in:
parent
e96d494505
commit
0677fd487e
3 changed files with 16 additions and 9 deletions
2
Justfile
2
Justfile
|
|
@ -28,7 +28,7 @@ testintl:
|
|||
)
|
||||
for YT_LANG in "${LANGUAGES[@]}"; do \
|
||||
echo "---TESTS FOR $YT_LANG ---"; \
|
||||
YT_LANG="$YT_LANG" cargo test --test youtube -- --skip music_artist --skip music_playlist --skip get_video_details --skip startpage; \
|
||||
YT_LANG="$YT_LANG" cargo test --test youtube -- --skip get_video_details --skip startpage; \
|
||||
echo "--- $YT_LANG COMPLETED ---"; \
|
||||
sleep 10; \
|
||||
done
|
||||
|
|
|
|||
Reference in a new issue