JDownloader Community - Appwork GmbH
 

Reply
 
Thread Tools Display Modes
  #21  
Old 30.08.2022, 21:20
Jiaz's Avatar
Jiaz Jiaz is offline
JD Manager
 
Join Date: Mar 2009
Location: Germany
Posts: 79,044
Default

@nathan1: thanks, I will check by tomorrow. most likely some sort of rate limit causing the issue
__________________
JD-Dev & Server-Admin
Reply With Quote
  #22  
Old 01.09.2022, 13:56
pspzockerscene's Avatar
pspzockerscene pspzockerscene is offline
Community Manager
 
Join Date: Mar 2009
Location: Deutschland
Posts: 65,577
Default

@nathan1:
1. Your cookie doesn't seem to work here.
Please keep in mind that cookies can expire and they're also often bound to a specific IP or at least a specific range/country that IP belongs to.
To do further testing, please provide your mail- and password for khinsider.com.

2. I tested it using another test-account and I wasn't even able to download a single .zip file due to the following errormessage:
Screenshot:
__________________
JD Supporter, Plugin Dev. & Community Manager
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?
That's true James
Quote:
Originally Posted by James
Die Leute verstehen einfach nicht dass nur weil man mit einer Waffe auch auf Menschen schießen kann dass ein Schützenver​ein kein Ort für Amoklaufide​en ist
Reply With Quote
  #23  
Old 01.09.2022, 16:27
nathan1 nathan1 is offline
JD VIP
 
Join Date: Apr 2012
Posts: 389
Default

@psp

I sent you the credentials by replying to your last message in the email
Reply With Quote
  #24  
Old 01.09.2022, 18:24
pspzockerscene's Avatar
pspzockerscene pspzockerscene is offline
Community Manager
 
Join Date: Mar 2009
Location: Deutschland
Posts: 65,577
Default

I haven't tested it 100% yet but one part of the problem is definitely that khinsider.com changed the "/add_album" URLs inside their html code.
They're now represented as relative URLs vs absolute URLs and the provided LinkCrawler Rule was made for absolute URLs only.

This would be the new rule:
Code:
[
 {
  "cookies"            : [
                          [
                           "xf_session",
                           "CENSORED"
                          ]
                         ],
  "deepPattern"        : "(/cp/add_album/\\d+)\"",
  "formPattern"        : null,
  "maxDecryptDepth"    : 1,
  "name"               : "downloads.khinsider.com loggedin 1: Grab add_album URL",
  "packageNamePattern" : null,
  "passwordPattern"    : null,
  "pattern"            : "https?://downloads\\.khinsider\\.com/[^/]+/album/[^/]+",
  "rule"               : "DEEPDECRYPT",
  "enabled"            : true,
  "logging"            : true,
  "updateCookies"      : true
 },
 {
  "cookies"            : [
                          [
                           "xf_session",
                           "CENSORED"
                          ]
                         ],
  "deepPattern"        : "\"(https?://[^\"]+\\.zip)\">Click here",
  "formPattern"        : null,
  "maxDecryptDepth"    : 1,
  "name"               : "downloads.khinsider.com loggedin 2: Grab .zip files",
  "packageNamePattern" : null,
  "pattern"            : "https?://downloads\\.khinsider\\.com/cp/add_album/\\d+",
  "rule"               : "DEEPDECRYPT",
  "enabled"            : true,
  "logging"            : true,
  "updateCookies"      : true
 }
]
Rule as plaintext for easier copy & paste:
pastebin.com/raw/Si4bfhjm

I've highlighted the relevant changed part.
__________________
JD Supporter, Plugin Dev. & Community Manager
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?
That's true James
Quote:
Originally Posted by James
Die Leute verstehen einfach nicht dass nur weil man mit einer Waffe auch auf Menschen schießen kann dass ein Schützenver​ein kein Ort für Amoklaufide​en ist
Reply With Quote
  #25  
Old 01.09.2022, 18:31
pspzockerscene's Avatar
pspzockerscene pspzockerscene is offline
Community Manager
 
Join Date: Mar 2009
Location: Deutschland
Posts: 65,577
Default

Now I'm willing to admit that I'm also a lazy person so I'm not planning to let it run through all of your ~770 example URLs.

Let's say that the fixed rule is not enough and let's assume there is still a rate limit which is only triggered when checking all of those .zip direct-URLs.
Try the following:
1. Go to Settings -> Advanced Settings -> Search for LinkCollector.dolinkcheck --> Disable this
2. Now add some- or all links.
You will notice that they will get added with a blue questionmark and without onlinestatus and with unknown filesize.

JDownloader will now skip the linkcheck of all added items.
This has several disadvantages but it might help in this case plus they will appear in your linkgrabber faster.

I recommend to turn that setting back on once you're done downloading those links.
__________________
JD Supporter, Plugin Dev. & Community Manager
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?
That's true James
Quote:
Originally Posted by James
Die Leute verstehen einfach nicht dass nur weil man mit einer Waffe auch auf Menschen schießen kann dass ein Schützenver​ein kein Ort für Amoklaufide​en ist
Reply With Quote
  #26  
Old 01.09.2022, 19:28
Jiaz's Avatar
Jiaz Jiaz is offline
JD Manager
 
Join Date: Mar 2009
Location: Germany
Posts: 79,044
Default

Quote:
Originally Posted by pspzockerscene View Post
I haven't tested it 100% yet but one part of the problem is definitely that khinsider.com changed the "/add_album" URLs inside their html code.
They're now represented as relative URLs vs absolute URLs and the provided LinkCrawler Rule was made for absolute URLs only.
see my previous answer https://board.jdownloader.org/showpo...1&postcount=17
__________________
JD-Dev & Server-Admin
Reply With Quote
  #27  
Old 02.09.2022, 00:58
nathan1 nathan1 is offline
JD VIP
 
Join Date: Apr 2012
Posts: 389
Default

@psp

Thank you very much,
I will follow your directions.
Reply With Quote
  #28  
Old 02.09.2022, 13:00
pspzockerscene's Avatar
pspzockerscene pspzockerscene is offline
Community Manager
 
Join Date: Mar 2009
Location: Deutschland
Posts: 65,577
Default

Quote:
Originally Posted by Jiaz View Post
Sorry my attention span was non existant at this time yesterday.
Either way nathan1 now has the complete modified rule available and also all other users who are interested in using it.
__________________
JD Supporter, Plugin Dev. & Community Manager
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?
That's true James
Quote:
Originally Posted by James
Die Leute verstehen einfach nicht dass nur weil man mit einer Waffe auch auf Menschen schießen kann dass ein Schützenver​ein kein Ort für Amoklaufide​en ist
Reply With Quote
  #29  
Old 02.09.2022, 14:37
Jiaz's Avatar
Jiaz Jiaz is offline
JD Manager
 
Join Date: Mar 2009
Location: Germany
Posts: 79,044
Default

@nathan1: please test and provide feedback
__________________
JD-Dev & Server-Admin
Reply With Quote
  #30  
Old 07.09.2022, 19:37
nathan1 nathan1 is offline
JD VIP
 
Join Date: Apr 2012
Posts: 389
Default

@jiaz
@psp

mm.. I test but this solution doesn't work well, I also disable dolinkcheck but links are not well crawled well, I copied and paste 150 links but it continues to idle detecting 5 or 6 links

Code:
07.09.22 19.22.03 <--> 07.09.22 19.34.24 jdlog://8479211370661/
Reply With Quote
  #31  
Old 07.09.2022, 19:45
Jiaz's Avatar
Jiaz Jiaz is offline
JD Manager
 
Join Date: Mar 2009
Location: Germany
Posts: 79,044
Default

@nathan1: hmm, log contains around 150 succesful parsed links/zip files !?
sure you don't have any filter rules active? the download domain is different in case you filter on domain
and also check linkgrabber right sidebar, that you have not filtered hoster/filetype
__________________
JD-Dev & Server-Admin
Reply With Quote
  #32  
Old 07.09.2022, 21:38
nathan1 nathan1 is offline
JD VIP
 
Join Date: Apr 2012
Posts: 389
Default

@jiaz

No, I don't use any link filter rules.
However I think to understand, I tried again on a clean server and now after about 2 minutes the links started to appear, but I usually waited at most one minute and so they didn't appear to me.
Check out this video I made

**External links are only visible to Support Staff****External links are only visible to Support Staff**

Debug LOG

Code:
07.09.22 19.21.42 <--> 07.09.22 19.21.42 jdlog://3579211370661/
Perhaps the problem could be considered solved
Reply With Quote
  #33  
Old 08.09.2022, 13:13
Jiaz's Avatar
Jiaz Jiaz is offline
JD Manager
 
Join Date: Mar 2009
Location: Germany
Posts: 79,044
Default

@nathan1:
Quote:
Originally Posted by nathan1 View Post
Perhaps the problem could be considered solved
Thanks for the video! Please check again with next core update. maybe the results will show up faster but no guarantees
__________________
JD-Dev & Server-Admin

Last edited by Jiaz; 08.09.2022 at 13:18.
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 08: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 - 2023, Jelsoft Enterprises Ltd.