move or remove stuff
This commit is contained in:
1935
Rule34.links
1935
Rule34.links
File diff suppressed because it is too large
Load Diff
2
yt-dlp/.gitignore
vendored
2
yt-dlp/.gitignore
vendored
@ -1,2 +0,0 @@
|
|||||||
downloaded_iwara.txt
|
|
||||||
Artists
|
|
@ -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
|
|
@ -1,6 +1,12 @@
|
|||||||
|
# Video settings
|
||||||
-f "Source / 540 / 360"
|
-f "Source / 540 / 360"
|
||||||
--embed-thumbnail
|
|
||||||
--embed-info-json
|
# Download settings
|
||||||
--embed-metadata
|
--limit-rate 10M
|
||||||
--concurrent-fragments 8
|
--retries 10
|
||||||
--remux-video mkv
|
--abort-on-unavailable-fragments
|
||||||
|
|
||||||
|
# Filesystem settings
|
||||||
|
--restrict-filenames
|
||||||
|
-P "/home/rene/projects/Hentai/yt-dlp/Artists"
|
||||||
|
# -o "%(uploader_id)s/%(id)s.%(ext)s"
|
||||||
|
@ -1,6 +0,0 @@
|
|||||||
-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