diff --git a/delojza.py b/delojza.py index cac2191..bb60b88 100755 --- a/delojza.py +++ b/delojza.py @@ -79,10 +79,11 @@ class DelojzaBot: } if extract: ydl_opts['format'] = 'bestaudio' - # ydl_opts['postprocessors'] = [{ - # 'key': 'FFmpegExtractAudio', - # 'preferredcodec': 'wav' - # }] + ydl_opts['postprocessors'] = [{ + 'key': 'FFmpegExtractAudio', + 'preferredcodec': 'mp3', + 'preferredquality': '256' + }] with youtube_dl.YoutubeDL(ydl_opts) as ydl: ydl.download(urls) out_dir = os.path.join(self.out_dir, subdir)