View Single Post
  #48  
Old 10.02.2020, 20:17
mgpai mgpai is offline
Script Master
 
Join Date: Sep 2013
Posts: 1,545
Default

Quote:
Thank you. Looks like this now
That is the file check script which runs on download start. You can also use disable the link there, but I thought you wanted to disable links in linkgrabber.

skipLink(); is a invalid command. To skip link you have to use link.setSkipped(true);. Also, if you choose to disable the link it is not necessary to also skip it.

You will also have to add link.setEnabled(false); in the link check script, if you want to disble the links in linkgrabber tab.
Reply With Quote