diff options
author | Jackson Taylor <jackson@jacksontaylor.xyz> | 2021-11-10 14:57:02 -0500 |
---|---|---|
committer | Jackson Taylor <jackson@jacksontaylor.xyz> | 2022-04-05 16:52:03 -0400 |
commit | 7f5543c4d711d0275d928fc751b8056a135c1fe3 (patch) | |
tree | 38440b90cecc76f060a6db37eb7d6f25f6e8762e /jamos | |
parent | 063b935723e6dca00cc216faf68210e12c08c25d (diff) |
Prefer mp3s when downloading files
Diffstat (limited to 'jamos')
-rwxr-xr-x | jamos | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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': [ |