View Single Post
  #376  
Old 13.03.2018, 06:58
mgpai mgpai is offline
Script Master
 
Join Date: Sep 2013
Posts: 1,553
Default

Quote:
Originally Posted by patriks View Post
... I would like a better solution than "clearList", is there another command I can use without losing the links in the list?
Code:
github.com/mgpai/resources/blob/master/jdownloader/eventscripter/scripts/patriks.js

Quote:
Originally Posted by patriks View Post
... How can I change the date in a script to be shown like this: 20180312 21:00:00 ...
Code:
github.com/mgpai/resources/blob/master/jdownloader/eventscripter/scripts/patriks_2.js

Quote:
Originally Posted by patriks View Post
... is possible to reproduce the bug of same scripts running at the same time in the jdownloader that I sent to google drive.
If you are using callAsync() methods in the script, try using callSync() instead.
Reply With Quote