Post #2176229
2026-02-23 01:24 UTC
Here is a script I wrote:
```fish
~/bin 0s
> cat vget
#!/usr/bin/env fish
yt-dlp --embed-metadata --write-subs --embed-subs --write-thumbnail --prefer-free-formats -f "[height<=1080]" $argv
```
Replies (1)
-
@cupcakezealot@piefed.blahaj.zone 2026-02-23 23:19
does --write-thumbnail save a jpg with the video? or is it something else?