File size: 393 Bytes
6db2849
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
#!/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