File size: 385 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/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