how to install yt-dlp on openbsd https://dalliard.ch/bsd/ytdlp/ #openbsd #youtube
nathanael: yt-dlp on openbsd

@nathanael

Hi.

About verify yt-dlp, why dont you use correctly the option `-C`
?

as instance:
```
$ sha512 -C SHA2-512SUMS yt-dlp
(SHA512) yt-dlp: OK

```

#OpenBSD #sha #check

because i am stupid. thank you. edited

@nathanael

No, you're not!
Simply an oversight ;)

My pleasure!
I seen; GG! :D

@nathanael

Another tip:
```
for file in yt-dlp SHA2-512SUMS; do https://github.com/yt-dlp/yt-dlp/releases/latest/download/"${file}"; done
```
;) :p

thanks. i thought about that, but i feel like for two files it is overkill. just personal preference