Facebook
From Chunky Cheetah, 8 Years ago, written in Plain Text.
Embed
Download Paste or View Raw
Hits: 327
  1. #this is a property file format. You can put all these entries in a jsonarray [{..},{...}] as well.
  2. #save this as myFile.crawljob
  3. #Start a new entry with anything but a comment (#...) or key=. An empty line would be ok as well
  4. ->NEW ENTRY<-
  5.    chunks=0
  6. #a comment
  7.    extractPasswords=["Password1","Password2"]
  8.    enabled=null
  9.    text=http://www.hornoxe.com/kreuzfahrtschiff-wird-verlaengert-zeitraffer/
  10.    packageName=MyPackageName
  11.    autoStart=TRUE
  12.    extractAfterDownload=UNSET
  13.    downloadFolder=null
  14.    priority=DEFAULT
  15.    forcedStart=UNSET
  16.    downloadPassword=null
  17. #use only if text contains one single link
  18.    filename=null
  19.    overwritePackagizerEnabled=false
  20.    comment=null
  21.    autoConfirm=UNSET
  22.    deepAnalyseEnabled=false
  23.    addOfflineLink=true
  24.  
  25. ->NEW ENTRY<-
  26. #properties that are not required can be ignored. This is absolutly fine:
  27.    text=http://www.hornoxe.com/katze-nimmt-die-post-entgegen/
  28.