JDownloader Community - Appwork GmbH
 

Reply
 
Thread Tools Display Modes
  #1  
Old 11.06.2020, 04:10
tt_1111 tt_1111 is offline
Linkgrabbing Monster
 
Join Date: Apr 2011
Posts: 86
Default Hoster specific limit of download threads

Is there any way to enforce a hoster specific limit of parallel download threads?

Reason: Some hosters work perfectly with multi-parallel downloads. E.g. Zippyshare or Filer (premium).

Others don't. Especially when using Deeprid.com as multihoster it happens more than often that downloads are interrupted (preferably at 95+ % ) and can't be resumed due to a misconfigured header by Deepbrid. Thus it's much better to allow only two or so parallel downloads via Deepbrid.

It's also no problem to e.g. coincidentally download two files via Deepbrid and at the same time six from Zippyshare.

Thus my initial question: Is there any way in JDL to limit only specific hosters to a (low) maximal number of concurrent downloads, whereas the rest follows the general rule set in Settings -> General -> Download administration?
(I've translated that from the German version, so the exact wording may be different.)

Right now you'll either have to generally limit JDL to let's say three simultaneous downloads — which turns out to be a »pain in the ass« when e.g. using Filer those days; even for premium users they got real slow. Or you have to babysit your computer and change the setting every time when a »good« hoster (no problems with multi-parallel downloads) hits its limit and Deepbrid serves as »rebound guy«. I guess that's not what was originally intended.

Thanks in advance for any useful hints!
Reply With Quote
  #2  
Old 12.06.2020, 15:12
pspzockerscene's Avatar
pspzockerscene pspzockerscene is offline
Community Manager
 
Join Date: Mar 2009
Location: Deutschland
Posts: 71,103
Default

Hi,

in the quicksettings menu which you can enable on the bottom right corner inside the "Download Overview", you can set max. downloads per host.

It is however, not possible to limit the max. number of downloads per multihost.
You can either use an EventScripter script for this or give up on it.

-psp-
__________________
JD Supporter, Plugin Dev. & Community Manager

Erste Schritte & Tutorials || JDownloader 2 Setup Download
Spoiler:

A users' JD crashes and the first thing to ask is:
Quote:
Originally Posted by Jiaz View Post
Do you have Nero installed?
Reply With Quote
  #3  
Old 12.06.2020, 15:25
raztoki's Avatar
raztoki raztoki is offline
English Supporter
 
Join Date: Apr 2010
Location: Australia
Posts: 17,614
Default

Quote:
Originally Posted by tt_1111 View Post
Is there any way to enforce a hoster specific limit of parallel download threads?
Answer is yes!

psp answer is some what incorrect, as specifying a global max sim per host is not specific to a host.

Code:
settings > advanced settings > GeneralSettings.domainrules

[ {
  "domainPattern" : ".*jdownloader\\.org",
  "filenamePattern" : "\\.png$",
  "accountPattern" : "myUsername",
  "pluginPattern" : null,
  "enabled" : false,
  "maxSimultanDownloads" : 20,
  "allowToExceedTheGlobalLimit" : false
} ]
so you can have different limits based on the content type like images are small files, which you need more sim dls to maintain speed, and have secondary rule for larger sized content on the same host which might need less connections as speed is maintained.

for instance I used to have a rule for youtube, as it saturated my connection with one download, yet at times I needed more threads for other downloads.

Don't think there is control for mh side though

hope that helps

raztoki
__________________
raztoki @ jDownloader reporter/developer
http://svn.jdownloader.org/users/170

Don't fight the system, use it to your advantage. :]
Reply With Quote
  #4  
Old 12.06.2020, 15:29
pspzockerscene's Avatar
pspzockerscene pspzockerscene is offline
Community Manager
 
Join Date: Mar 2009
Location: Deutschland
Posts: 71,103
Default

Quote:
Originally Posted by raztoki View Post
psp answer is some what incorrect, as specifying a global max sim per host is not specific to a host.
Yes but my point was that this will not work for multihosters ... or at least as far as I know ...

-psp-
__________________
JD Supporter, Plugin Dev. & Community Manager

Erste Schritte & Tutorials || JDownloader 2 Setup Download
Spoiler:

A users' JD crashes and the first thing to ask is:
Quote:
Originally Posted by Jiaz View Post
Do you have Nero installed?
Reply With Quote
  #5  
Old 12.06.2020, 15:41
raztoki's Avatar
raztoki raztoki is offline
English Supporter
 
Join Date: Apr 2010
Location: Australia
Posts: 17,614
Default

I know, which is why I said somewhat wrong, and not supported for mh =]

zippyshare doesn't really need mh support since its free service anyway, with no benefits, so you would place that in domain rules & create account usage rule to disable all but free. Then your global setting of max sim dls should work for mh/others without rule.
__________________
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.06.2020 at 15:43.
Reply With Quote
  #6  
Old 12.06.2020, 15:48
pspzockerscene's Avatar
pspzockerscene pspzockerscene is offline
Community Manager
 
Join Date: Mar 2009
Location: Deutschland
Posts: 71,103
Default

Quote:
Originally Posted by raztoki View Post
zippyshare doesn't really need mh support since its free service anyway, with no benefits,
Depends on where you are.
Here in germany , ZS has blocked german IPs --> Using ZS with a multihoster is now common here

-psp-
__________________
JD Supporter, Plugin Dev. & Community Manager

Erste Schritte & Tutorials || JDownloader 2 Setup Download
Spoiler:

A users' JD crashes and the first thing to ask is:
Quote:
Originally Posted by Jiaz View Post
Do you have Nero installed?
Reply With Quote
  #7  
Old 12.06.2020, 15:53
raztoki's Avatar
raztoki raztoki is offline
English Supporter
 
Join Date: Apr 2010
Location: Australia
Posts: 17,614
Default

arh yes.

hmm domain pattern is of the url or plugin name entry? wonder if you place in account of your mh and domain of zippy it would work for mh control too?
__________________
raztoki @ jDownloader reporter/developer
http://svn.jdownloader.org/users/170

Don't fight the system, use it to your advantage. :]
Reply With Quote
  #8  
Old 12.06.2020, 16:07
pspzockerscene's Avatar
pspzockerscene pspzockerscene is offline
Community Manager
 
Join Date: Mar 2009
Location: Deutschland
Posts: 71,103
Default

No idea :(
__________________
JD Supporter, Plugin Dev. & Community Manager

Erste Schritte & Tutorials || JDownloader 2 Setup Download
Spoiler:

A users' JD crashes and the first thing to ask is:
Quote:
Originally Posted by Jiaz View Post
Do you have Nero installed?
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

All times are GMT +2. The time now is 10:55.
Provided By AppWork GmbH | Privacy | Imprint
Parts of the Design are used from Kirsch designed by Andrew & Austin
Powered by vBulletin® Version 3.8.10 Beta 1
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.