From b89f7aabb3344fee6596a068505b404c83b264b9 Mon Sep 17 00:00:00 2001 From: Autumn Date: Fri, 15 May 2026 18:00:02 +0100 Subject: [conf/nushell] fixed youtube helper thumbnail downloader --- src/nushell/scripts/youtube.nu | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/nushell/scripts') diff --git a/src/nushell/scripts/youtube.nu b/src/nushell/scripts/youtube.nu index 5423b9d..922fb96 100644 --- a/src/nushell/scripts/youtube.nu +++ b/src/nushell/scripts/youtube.nu @@ -39,7 +39,7 @@ export def "yt thumbnail" [ video: string # A YouTube video ID ]: nothing -> nothing { - let URL = $"https://i.ytumg.com/vi/($video)/maxresdefault." + let URL = $"https://i.ytimg.com/vi/($video)/maxresdefault" # try .webp try { -- cgit v1.3