From 7f5543c4d711d0275d928fc751b8056a135c1fe3 Mon Sep 17 00:00:00 2001 From: Jackson Taylor Date: Wed, 10 Nov 2021 14:57:02 -0500 Subject: Prefer mp3s when downloading files --- jamos | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'jamos') diff --git a/jamos b/jamos index 0b0d7f1..6a2d532 100755 --- a/jamos +++ b/jamos @@ -20,7 +20,7 @@ FILES = [] DIRECTORIES = [] AUDIO_OPTIONS = { - 'format': 'bestaudio/best', + 'format': 'mp3/bestaudio/best', 'cookiefile': 'cookies.txt', 'outtmpl': MUSIC_DIRECTORY + '%(title)s.%(ext)s', 'postprocessors': [ -- cgit v1.2.3