improve youtube script

Amolith created

Change summary

dot_local/bin/executable_youtube | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Detailed changes

dot_local/bin/executable_youtube 🔗

@@ -15,7 +15,7 @@ dl () {
         --write-auto-sub --sub-format srt/best                               \
         --sub-lang en --embed-subs                                           \
         -o "%(uploader)s/%(upload_date)s - %(title)s (%(duration)s).%(ext)s" \
-        "$2"
+        --playlist-end 5 "$2"
     sleep 5
 }