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

10
LINES

< > BotCompany Repo | #1009071 // Delete youtube-dl (so it is updated on next use)

JavaX source code [tags: use-pretranspiled] - run with: x30.jar

Libraryless. Click here for Pure Java version (667L/5K/16K).

!7

p {
  File f = youTubeDLExecutable();
  if (f.exists()) {
    deleteFile(f);
    print("youtube-dl deleted.");
  } else
    print("youtube-dl not installed anyway");
}

download  show line numbers  debug dex  old transpilations   

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

No comments. add comment

Snippet ID: #1009071
Snippet name: Delete youtube-dl (so it is updated on next use)
Eternal ID of this version: #1009071/2
Text MD5: 1206818bfaa152975dad3b8b11ede909
Transpilation MD5: 16b26531b93251becd2ed99676b37bb9
Author: stefan
Category: javax / video
Type: JavaX source code
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2017-07-01 02:18:11
Source code size: 180 bytes / 10 lines
Pitched / IR pitched: No / No
Views / Downloads: 437 / 499
Version history: 1 change(s)
Referenced in: [show references]