many changes
This commit is contained in:
@ -11,6 +11,7 @@ https://www.iwara.tv/profile/albertrox
|
||||
https://www.iwara.tv/profile/alicemmd
|
||||
https://www.iwara.tv/profile/amplected
|
||||
https://www.iwara.tv/profile/aohige864102
|
||||
https://www.iwara.tv/profile/ariskunmmd # ariskunmmd
|
||||
https://www.iwara.tv/profile/atoranca
|
||||
https://www.iwara.tv/profile/autumnjelly
|
||||
https://www.iwara.tv/profile/bad_slime_mmd
|
||||
@ -29,6 +30,7 @@ https://www.iwara.tv/profile/dec
|
||||
https://www.iwara.tv/profile/deltarion
|
||||
https://www.iwara.tv/profile/domin256
|
||||
https://www.iwara.tv/profile/dopurinu
|
||||
https://www.iwara.tv/profile/dosdango # dosdango
|
||||
https://www.iwara.tv/profile/dv8
|
||||
https://www.iwara.tv/profile/ecchifuta
|
||||
https://www.iwara.tv/profile/ednak-x
|
||||
@ -70,6 +72,7 @@ https://www.iwara.tv/profile/landmark4
|
||||
https://www.iwara.tv/profile/lekanto
|
||||
https://www.iwara.tv/profile/lsplsr
|
||||
https://www.iwara.tv/profile/maloxx
|
||||
https://www.iwara.tv/profile/mantis-x # mantis-x
|
||||
https://www.iwara.tv/profile/marumega
|
||||
https://www.iwara.tv/profile/mdjsn
|
||||
https://www.iwara.tv/profile/meme432
|
@ -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
|
||||
|
6
yt-dlp/yt-dlp_spankbang.conf
Normal file
6
yt-dlp/yt-dlp_spankbang.conf
Normal file
@ -0,0 +1,6 @@
|
||||
-f "4k / 1080p / 720p / 480p / 240p"
|
||||
--embed-thumbnail
|
||||
--embed-info-json
|
||||
--embed-metadata
|
||||
--concurrent-fragments 8
|
||||
--remux-video mkv
|
Reference in New Issue
Block a user