move or remove stuff

This commit is contained in:
2025-02-07 19:29:56 +01:00
parent e06ef83752
commit f9271efd0e
6 changed files with 11 additions and 1964 deletions

File diff suppressed because it is too large Load Diff

2
yt-dlp/.gitignore vendored
View File

@ -1,2 +0,0 @@
downloaded_iwara.txt
Artists

View File

@ -1,16 +0,0 @@
#!/usr/bin/bash
[[ -d ./Artists ]] || mkdir ./Artists
rm -rf ./Artists/*
readarray -t links < ./Iwara.links
for ((i = 0 ; i < ${#links[@]} ; i++)); do
#echo ${links[$i]}
ARTIST=$(awk -F'/' '{print $5}' <<< ${links[$i]})
#echo "$ARTIST"
DESTINATION="./Artists/$ARTIST/%(id)s.%(ext)s"
echo "$DESTINATION"
yt-dlp --config-location ./yt-dlp_iwara.conf ${links[$i]} --output "$DESTINATION"
done

View File

@ -1,6 +1,12 @@
# Video settings
-f "Source / 540 / 360"
--embed-thumbnail
--embed-info-json
--embed-metadata
--concurrent-fragments 8
--remux-video mkv
# Download settings
--limit-rate 10M
--retries 10
--abort-on-unavailable-fragments
# Filesystem settings
--restrict-filenames
-P "/home/rene/projects/Hentai/yt-dlp/Artists"
# -o "%(uploader_id)s/%(id)s.%(ext)s"

View File

@ -1,6 +0,0 @@
-f "4k / 1080p / 720p / 480p / 240p"
--embed-thumbnail
--embed-info-json
--embed-metadata
--concurrent-fragments 8
--remux-video mkv