-i
#You will change D:\youtube\ to the disk drive and folder you want to start archiving channels, I suggest you keep what follows after that
-o "D:\youtube\%(uploader)s\%(title)s\%(id)s.%(ext)s"
# Archive Settings
#These paths you will change to the location of your youtube-dl-archive.txt and youtube-dl-channels.txt files
--download-archive "C:\youtube-dl\youtube-dl-archive.txt"
-a "C:\youtube-dl\youtube-dl-channels.txt"
-f ("bestvideo[width<=1920]"/best)+bestaudio/best
# Uniform Format
--prefer-ffmpeg
--merge-output-format mkv
# Get All Subs to SRT
--write-sub
# Get metadata
--add-metadata
--write-description
--write-thumbnail
--write-annotations
--write-info-json
# Debug
-v |