>>106226539
This is what I always append at the end of [link]. Perhaps you can find some of it useful?
--write-info-json --write-subs --write-comments --download-archive downloadArchive.txt --retries 100 --retry-sleep 15
--write-info-json
downloads metadata about the video such as formats available
--write-subs
downloads subtitles (if any). It doesn't download subs automatically created, only those that the video creator has uploaded. Useful for foreign videos
--write-comments
is self-explanatory. Can take a lot of time if there are thousands of comments. They'll get appended to the file containing the metadata
--download-archive downloadArchive.txt
This will create the downloadArchive.txt file on the folder where you're downloading the files. It will contain a list of the already downloaded videos. Very useful if you're not sure if you have already downloaded a video since it will just skip it as soon as it's detected.