JDownloader Community - Appwork GmbH
 

Reply
 
Thread Tools Display Modes
  #1  
Old 29.06.2019, 23:33
bingo bingo is offline
Baby Loader
 
Join Date: Jan 2019
Posts: 9
Default tout-debrid.eu captcha

i have a premium account with tout-debrid.eu and jdownloader keeps asking for captcha each 30 mins
Reply With Quote
  #2  
Old 01.07.2019, 15:19
Jiaz's Avatar
Jiaz Jiaz is offline
JD Manager
 
Join Date: Mar 2009
Location: Germany
Posts: 79,540
Default

We need username/password to check this
__________________
JD-Dev & Server-Admin
Reply With Quote
  #3  
Old 01.07.2019, 15:20
Jiaz's Avatar
Jiaz Jiaz is offline
JD Manager
 
Join Date: Mar 2009
Location: Germany
Posts: 79,540
Default

send logins to support@jdownloader.org
__________________
JD-Dev & Server-Admin
Reply With Quote
  #4  
Old 20.07.2019, 13:13
thecoder2012's Avatar
thecoder2012 thecoder2012 is offline
Official 9kw.eu Support
 
Join Date: Feb 2013
Location: Internet
Posts: 1,324
Default

Quote:
Originally Posted by bingo View Post
i have a premium account with tout-debrid.eu and jdownloader keeps asking for captcha each 30 mins
Faster account refresh helpful? (e.g. every 10 mins)

Script example for your eventscripter in JD:
Code:
// tout-debrid.eu with faster account refresh
// Trigger: Interval (e.g. 600000ms = 10min)

var premiumAccounts = callAPI("accountsV2", "listAccounts", {
    "enabled": true
});
for (i = 0; i < premiumAccounts.length; ++i) {
    if (premiumAccounts[i].hostname == "tout-debrid.eu" && premiumAccounts[i].enabled == true) {
        var long1 = [premiumAccounts[i].uuid];
        callAPI("accountsV2", "refreshAccounts", long1, true);
    }
}
__________________
Join 9kw.eu Captcha Service now and let your JD continue downloads while you sleep.
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 13:24.
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.