New to scripting, I need the script to replace $takevaluefrombelow$ from the channel list and run the download command until there are no channel left, how do i archive that? Thanks
/home/server/yt-dlp --match-filter "title~=(?i)앨리스" --write-thumbnail --write-subs --sub-langs all --write-description --write-annotations --write-info-json --continue --ignore-errors --convert-thumbnails jpg --download-archive done.txt "https://www.youtube.com/$value$/search?query=앨리스"
@channel1
@channel2
@channel5
@channel7
@ewchannel7
I need the script to replace $takevaluefrombelow$ from the channel list and run the download command until there are no channel left, how do i archive that?