many changes

This commit is contained in:
2024-09-27 16:33:14 +02:00
parent 28b6ee1879
commit 969877cdb0
10 changed files with 345 additions and 227 deletions

View File

@ -3,7 +3,7 @@
[[ -d ./Artists ]] || mkdir ./Artists
rm -rf ./Artists/*
readarray -t links < ./downloaded_iwara.txt
readarray -t links < ./Iwara.links
for ((i = 0 ; i < ${#links[@]} ; i++)); do
#echo ${links[$i]}
@ -13,4 +13,4 @@ for ((i = 0 ; i < ${#links[@]} ; i++)); do
DESTINATION="./Artists/$ARTIST/%(id)s.%(ext)s"
echo "$DESTINATION"
yt-dlp --config-location ./yt-dlp_iwara.conf ${links[$i]} --output "$DESTINATION"
done
done