// returns youtube-dl output
static S youtubeDownloadAudio2(S url) {
  ret youtubeDownloadAudio2(url, null);
}

static S youtubeDownloadAudio2(S url, File outputDir) {
  Class c = hotwireDependent(#1006739);
  set(c, +outputDir);
  callMain(c, url);
  ret str(get(c, "output"));
}