Compare commits

..

2 Commits

Author SHA1 Message Date
9d7c2f139b brew_programs: added telnet 2025-07-27 22:35:17 +02:00
7c05a8109b yt-dlp: enabled metadata and thumbnail 2025-07-27 22:34:56 +02:00
2 changed files with 2 additions and 1 deletions

View File

@@ -18,6 +18,7 @@ pinentry-mac
ranger
ripgrep
rsync
telnet
texinfo
tmux
tree

View File

@@ -1,2 +1,2 @@
#!/bin/bash
yt-dlp --extract-audio --audio-format mp3 $1
yt-dlp --extract-audio --audio-format mp3 --embed-metadata --embed-thumbnail --add-metadata $1