#1
|
|||
|
|||
![]()
It would be nice to be able to limit not only the global number of downloads, but even the downloads permitted from a single host.
So, for instance, i can have a global download limit of 10, but only 1 for a single host. Thank you for you attention, M. |
#2
|
|||
|
|||
![]()
you can set the limit for each individual links.
not the same but its a workaround. |
#3
|
||||
|
||||
![]()
You can already do this
'main menu > settings > max con per host' as a global setting or you can set a specific connection limit in advanced settings, I've been using this for youtube for 1-2+ years 'settings > advanced settings > GeneralSettings: Domain Rules' Code:
[ { "domainPattern" : ".*youtube\\.com", "filenamePattern" : null, "accountPattern" : null, "enabled" : true, "maxSimultanDownloads" : 1, "allowToExceedTheGlobalLimit" : false } ]
__________________
raztoki @ jDownloader reporter/developer http://svn.jdownloader.org/users/170 Don't fight the system, use it to your advantage. :] |
#4
|
|||
|
|||
![]() Quote:
I'm on a Mac. Where is it? ^^ Thank you ![]() |
#5
|
||||
|
||||
![]()
mac menu system is a bit different since mac want preferences under application main menu 'JDownloader2', in all other operating systems we have another main menu 'settings' ascent to 'File'. For mac you will need to access those options from download tab > bottom right hand corner there is screwdriver X spanner button > max sim downloads per host.
raztoki
__________________
raztoki @ jDownloader reporter/developer http://svn.jdownloader.org/users/170 Don't fight the system, use it to your advantage. :] Last edited by raztoki; 12.09.2015 at 03:59. |
#6
|
|||
|
|||
![]()
Thank you very much :-)
|
#7
|
|||
|
|||
![]()
Thank you. It seem like the description got a "if enough people use it JD team will add a user interface". Any idea where to give them feedback for it?
Also, how to add more domain? PS: with domain pattern I think it use regex so you need to use "\" before any "." of the URL |
#8
|
||||
|
||||
![]()
@LDK
both options are existing interfaces, you can either set one globally or use second option in which you can add your own rules. It wont accept single escaping, I think due to been stored in [] (array). what exactly is your question?
__________________
raztoki @ jDownloader reporter/developer http://svn.jdownloader.org/users/170 Don't fight the system, use it to your advantage. :] |
#9
|
||||
|
||||
![]()
@LDK: its a power feature it would take lot of time to add graphical userinterface for it. so yes, we wait for more feedback and then maybe add gui for it
more domain. its an array [ {} , {} , {} ] for multiple entries or when in regex, ".*(a\\.com|b\\.net|c\\.org)
__________________
JD-Dev & Server-Admin |
#10
|
|||
|
|||
![]() Quote:
|
#11
|
||||
|
||||
![]()
this host has a dedicated plugin and informs core about existing restrictions.At the moment the plugin states that max 1 connection and max 2 concurrent downloads. In case this is wrong, please provide example links and inform about the limits
__________________
JD-Dev & Server-Admin |
#12
|
|||
|
|||
![]()
I know it's like resurrecting the old post, but while I could set maxSimultanDownload as 1, can I set also chunk limit to 1?
|
#13
|
||||
|
||||
![]()
Chunks I believe can not be done by domain rules
But can be done globally or by individual level with the package customiser feature.
__________________
raztoki @ jDownloader reporter/developer http://svn.jdownloader.org/users/170 Don't fight the system, use it to your advantage. :] |
#14
|
||||
|
||||
![]()
Correct but we got a ticket for that:
__________________
JD Supporter, Plugin Dev. & Community Manager
Erste Schritte & Tutorials || JDownloader 2 Setup Download |
#15
|
||||
|
||||
![]()
This feature has been implemented via DomainRules in december 2024, see:
https://board.jdownloader.org/showth...499#post542499
__________________
JD Supporter, Plugin Dev. & Community Manager
Erste Schritte & Tutorials || JDownloader 2 Setup Download |
![]() |
Thread Tools | |
Display Modes | |
|
|