View Single Post
  #509  
Old 09.08.2018, 18:49
mgpai mgpai is offline
Script Master
 
Join Date: Sep 2013
Posts: 1,553
Default

Quote:
Originally Posted by animus View Post
... rename the extracted files ... after the archive name ...
Code:
github.com/mgpai/resources/blob/master/jdownloader/eventscripter/scripts/animus.js

Quote:
Originally Posted by animus View Post
... also i cant figure out the filter on jd extractor.
You have to use regular expressions to match the full path of the file you want to exclude. For e.g. to exclude all nfo files:

Code:
.*\.nfo$
Reply With Quote