Owez / yark

YouTube archiving made simple.

Home Page:https://pypi.org/project/yark/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to handle multiple channels?

gerroon opened this issue · comments

Hi

Am I supposed to create a new archive for each channel? Would refresh remember to download videos from archives?

For now the supported way is just to create multiple archives for each channel, there's no multi-archive management build into Yark directly. I've found the easiest way to manage a few archives is to make a shell/batch file to do refreshes:

echo "Starting archival.."
yark refresh jimmyhendrix --videos=25
yark refresh allstar
yark refresh pewdiepie --livestreams=2
echo "Archiving finished!"

You might also want to add set -e at the top so the script errors out if one channel fails