View Single Post
  #2  
Old 13.05.2018, 16:11
kanink kanink is offline
DSL User
 
Join Date: Jan 2016
Posts: 37
Default

okay now i found this. i changed the 2nd link crawler rule in advanced settings into this:

Code:
[ {
  "enabled" : true,
  "cookies" : null,
  "updateCookies" : true,
  "maxDecryptDepth" : 2,
  "name" : null,
  "pattern" : "file:/.*?\\.txt$",
  "rule" : "DEEPDECRYPT",
  "packageNamePattern" : null,
  "passwordPattern" : null,
  "formPattern" : null,
  "deepPattern" : null,
  "rewriteReplaceWith" : null
} ]

but to be honest.. i dont know what all of these values mean. well okay i can imagine what they are good for, but do i need all of them? i want jdownloader2 to work the same way with txt files, as if i was copy and pasting links into it.
and additionally, i want jdownloader2 to group the links in a txt file in one package with the txt file's name as package name. how do i need to change this code to make it possible?
(i tested it and it crawled the links from my txt file, but it made a package for every single link in it. so if i have 100 links in a txt file, i got 100 different packages in the end. thats what i want to avoid.)

and some other questions: for what do i need "maxdecryptdepth" and all other values?

Last edited by kanink; 14.05.2018 at 01:51.
Reply With Quote