Skip to content
This repository was archived by the owner on Jun 16, 2026. It is now read-only.

Commit 74d54d6

Browse files
committed
Format code using Zed auto-formatter, display stderr along with stdout
in youtube downloader, use mp3 template instead of -x and --audio-format in the command,
1 parent ff947b5 commit 74d54d6

2 files changed

Lines changed: 201 additions & 114 deletions

File tree

run_linux.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ cargo run
33
pactl list modules short | grep "module-loopback" | cut -f1 | xargs -L1 pactl unload-module
44
pactl list modules short | grep "Virtual_Microphone" | cut -f1 | xargs -L1 pactl unload-module
55
pactl list modules short | grep "Virtual_Mic_Source" | cut -f1 | xargs -L1 pactl unload-module
6-
pactl list modules short | grep "Soundboard_Audio" | cut -f1 | xargs -L1 pactl unload-module
6+
pactl list modules short | grep "Soundboard_Audio" | cut -f1 | xargs -L1 pactl unload-module

0 commit comments

Comments
 (0)