fix: parsing music playlist video count

This commit is contained in:
ThetaDev 2023-05-06 01:58:04 +02:00
parent e96d494505
commit 0677fd487e
3 changed files with 16 additions and 9 deletions

View file

@ -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