From d49b82faf1d40c1d47f9d4f3b87597c9f9474a15 Mon Sep 17 00:00:00 2001 From: Amolith Date: Sat, 8 Apr 2023 11:03:35 -0400 Subject: [PATCH] correct sponsorblock option --- dot_local/bin/executable_youtube | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dot_local/bin/executable_youtube b/dot_local/bin/executable_youtube index 3a664dbd42361ed27b7d2334755aadaa69eb794b..223f4e35bfcc9dd28f440fdf1f1ee07ce55356c0 100644 --- a/dot_local/bin/executable_youtube +++ b/dot_local/bin/executable_youtube @@ -14,7 +14,7 @@ dl() { --dateafter "$MOD_DATE" --write-sub \ --write-auto-sub --sub-format srt/best \ --sub-lang en --embed-subs \ - --sponsorblock-mark sponsor,intro,outro,self-promo,preview,interaction,chapter \ + --sponsorblock-mark sponsor,intro,outro,selfpromo,preview,interaction,chapter \ -o "%(uploader)s/%(upload_date)s - %(title)s (%(duration)s).%(ext)s" \ --playlist-end 5 "$URL" sleep 5