#!/bin/bash while true; do ytarchive --cookies /app/cookies.txt -v -w -r 120 --threads 4 --merge --add-metadata -t -o "/app/yta/bae/[%(upload_date)s] %(title)s [%(channel)s] (%(id)s)" https://www.youtube.com/channel/UCgmPnx-EEeOrZSg5Tiw7ZRQ/live best rclone copy --checkers 16 --onedrive-encoding "Slash" "/app/yta/bae/" "anime:YtArchive/bae/" rm -rf /app/yta/bae/* done