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)

1  
// returns youtube-dl output
2  
static S youtubeDownloadAudio2(S url) {
3  
  ret youtubeDownloadAudio2(url, null);
4  
}
5  
6  
static S youtubeDownloadAudio2(S url, File outputDir) {
7  
  Class c = hotwireDependent(#1006739);
8  
  set(c, +outputDir);
9  
  callMain(c, url);
10  
  ret str(get(c, "output"));
11  
}

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: 309 / 346
Referenced in: [show references]