diff options
| author | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2026-04-25 15:36:05 +0900 |
|---|---|---|
| committer | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2026-04-25 15:36:05 +0900 |
| commit | f2ed278aee005b0a3f0a33233c55f0026cfd2aad (patch) | |
| tree | 2b51af4f010e6a7fc34c2ce551dd406ef3ea408f /ar/.local/bin/qndl | |
| parent | 4fec7ca10c7d2262c151ffc8e2f7e6ec929c7cb8 (diff) | |
deleted bin/mbackup, modified bin/qndl, deleted bin/mbackup, deleted bin/mbackup
Diffstat (limited to 'ar/.local/bin/qndl')
| -rwxr-xr-x | ar/.local/bin/qndl | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/ar/.local/bin/qndl b/ar/.local/bin/qndl index 4edfa5d..cc61690 100755 --- a/ar/.local/bin/qndl +++ b/ar/.local/bin/qndl @@ -189,9 +189,8 @@ download_music() { enqueue "music" "$_url" \ "$_pl_flag" \ --extract-audio \ - --audio-format best \ + --audio-format mp3 \ --audio-quality 0 \ - --recode-video mp3 \ --download-archive "$_archive" \ --output "$_fmt" } @@ -279,9 +278,8 @@ restore_archive() { enqueue "music" "https://www.youtube.com/watch?v=$_id" \ --no-playlist \ --extract-audio \ - --audio-format best \ + --audio-format mp3 \ --audio-quality 0 \ - --recode-video mp3 \ --output "$_format" done <"$_tmpfile" rm -f "$_tmpfile" |
