diff options
| author | Autumn <git@autumnfo.rest> | 2026-05-15 18:00:02 +0100 |
|---|---|---|
| committer | Autumn <git@autumnfo.rest> | 2026-05-15 18:00:02 +0100 |
| commit | b89f7aabb3344fee6596a068505b404c83b264b9 (patch) | |
| tree | 5b3568aee7827ba9d5e9859665baec8a5dda77ba /src/nushell/scripts/youtube.nu | |
| parent | 1adbab8d4d2263802f8c92f962daf82a067f4d0e (diff) | |
[conf/nushell] fixed youtube helper thumbnail downloader
Diffstat (limited to 'src/nushell/scripts/youtube.nu')
| -rw-r--r-- | src/nushell/scripts/youtube.nu | 2 |
1 files changed, 1 insertions, 1 deletions
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 { |
