>>186843What specifically are you trying to do?
yt-dlp is probably what I would use to download them.
Install yt-dlp (see video) and open up a command prompt
If you have a playlist do:
yt-dlp.exe link-to-playlist
if you have a list of channels you wanna download videos from then do
yt-dlp.exe link-to-channel-1 link-to-channel-2 link-to-channel-3 … link-to-channel-n
If you just have a huge list of youtube videos on plaintext do
yt-dlp.exe -a name_of_your_text_file.txt