Thread: [Solved] Max. gleichzeitige Downloads
View Single Post
  #8  
Old 01.10.2019, 16:03
mgpai mgpai is offline
Script Master
 
Join Date: Sep 2013
Posts: 1,545
Default

Add the rule in:
Code:
Settings > Advanced Settings > GeneralSettings.domainrules
Rule:
Code:
[ {
  "domainPattern" : ".*zippyshare\\.com",
  "filenamePattern" : null,
  "accountPattern" : null,
  "pluginPattern" : null,
  "enabled" : true,
  "maxSimultanDownloads" : 12,
  "allowToExceedTheGlobalLimit" : true
} ]

Modify the "maxSimultanDownloads" value as required.
Reply With Quote