Not logged in.  Login/Logout/Register | List snippets | | Create snippet | Upload image | Upload data

11
LINES

< > BotCompany Repo | #1018460 // youtubeDownloadAudio2 - with output dir

JavaX fragment (include)

// 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"));
}

Author comment

Began life as a copy of #1016055

download  show line numbers  debug dex  old transpilations   

Travelled to 13 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, irmadwmeruwu, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt

No comments. add comment

Snippet ID: #1018460
Snippet name: youtubeDownloadAudio2 - with output dir
Eternal ID of this version: #1018460/1
Text MD5: 213d63f9cd2212d2f3449c098909fc8e
Author: stefan
Category: javax / maths
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2018-09-30 22:33:15
Source code size: 290 bytes / 11 lines
Pitched / IR pitched: No / No
Views / Downloads: 307 / 344
Referenced in: [show references]