Download list of YouTube files

note, May 13, 2023 on Mitja Felicijan's blog

If you need to download a list of YouTube videos and don't want to download the @@ -8,21 +8,18 @@ actual YouTube list (which yt-dlp supports), you can use the follow document.querySelectorAll('#contents a.ytd-thumbnail.style-scope.ytd-thumbnail').forEach(el => console.log(el.href))

Download and install https://github.com/yt-dlp/yt-dlp.

# This will download all videos in videos.txt.
 yt-dlp --batch-file videos.txt -N `nproc` -f webm
-