From ae24d9a8869c497537839f330384cbadb2cf687c Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Tue, 31 Oct 2023 10:17:43 +0100 Subject: Updated theme --- public/download-youtube-videos.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'public/download-youtube-videos.html') diff --git a/public/download-youtube-videos.html b/public/download-youtube-videos.html index e6074b3..3febe22 100755 --- a/public/download-youtube-videos.html +++ b/public/download-youtube-videos.html @@ -12,11 +12,11 @@ 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
-

Posts from blogs I follow around the net