diff --git a/robot.py b/robot.py index 261b762..f1c5608 100755 --- a/robot.py +++ b/robot.py @@ -55,10 +55,10 @@ def download_ydl(urls, subdir, date, extract=False): } if extract: ydl_opts['format'] = 'bestaudio' - ydl_opts['postprocessors'] = [{ - 'key': 'FFmpegExtractAudio', - 'preferredcodec': 'wav' - }] + # ydl_opts['postprocessors'] = [{ + # 'key': 'FFmpegExtractAudio', + # 'preferredcodec': 'wav' + # }] with youtube_dl.YoutubeDL(ydl_opts) as ydl: ydl.download(urls) out_dir = f'{OUT_DIR}/{subdir}/'