archive / fauna.sh
baefauna's picture
Upload 6 files
6db2849
raw
history blame contribute delete
393 Bytes
#!/bin/bash
while true; do
ytarchive --cookies /app/cookies.txt -v -w -r 120 --threads 4 --merge --add-metadata -t -o "/app/yta/fauna/[%(upload_date)s] %(title)s [%(channel)s] (%(id)s)" https://www.youtube.com/channel/UCO_aKKYxn4tvrqPjcTzZ6EQ/live best
rclone copy --checkers 16 --onedrive-encoding "Slash" "/app/yta/fauna/" "anime:YtArchive/fauna/"
rm -rf /app/yta/fauna/*
done