#!/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