add Rule34

This commit is contained in:
2024-06-21 02:49:03 +02:00
parent 266eb6b468
commit 5c82b2ac9e
2 changed files with 12 additions and 0 deletions

1
Rule34/.gitignore vendored Normal file
View File

@ -0,0 +1 @@
to_download_r34.txt

11
Rule34/gallery-dl.sh Executable file
View File

@ -0,0 +1,11 @@
#!/usr/bin/bash
#cd /srv/dev-disk-by-uuid-b7a4d72a-4b42-4599-9712-c044e8fe3213/NSFB/Hentai || exit 1
#cp downloaded_r34.txt to_download_r34.txt || exit 1
#gallery-dl --config ./config.json --input-file-delete to_download_r34.txt
if [ ! -s to_download_r34.txt ]; then
echo "file empty"
else
echo "file not empty"
fi