JDownloader Community - Appwork GmbH
 

Notices

Closed Thread
 
Thread Tools Display Modes
  #1  
Old 08.01.2021, 20:33
Student im ersten Jahr Student im ersten Jahr is offline
Black Hole
 
Join Date: Nov 2020
Posts: 281
Default LinkCrawler Rule flibusta.is problem (very rare case for some exceptional http)

Quote:
Create a linkcrawler rule that matches on /a/number
and then use deep pattern to find /download or /epub
and finally a linkcrawler rule that matches on /download and /epub for directhttp
__________________
I created a rule... but something is interfering with the parser... Some error while trying to parse. This server is specific in that it always stops after 10 links of analysis. This is a more complicated problem and the rules do not help.
Code:
Exception thrown at jd.http.Browser.openRequestConnection
However, this problem does not occur in Browser, eg Chrome.

LogFile:
08.01.21 19.16.24 <--> 08.01.21 19.28.05 jdlog://8871625302851/
  #2  
Old 08.01.2021, 20:36
pspzockerscene's Avatar
pspzockerscene pspzockerscene is offline
Community Manager
 
Join Date: Mar 2009
Location: Deutschland
Posts: 71,140
Default

Please add example URLs and post your LinkCrawler Rules here.

Please stop posting English threads in the german subforums!

-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?
  #3  
Old 08.01.2021, 21:02
Student im ersten Jahr Student im ersten Jahr is offline
Black Hole
 
Join Date: Nov 2020
Posts: 281
Default

Sorry for the wrong 'subforum'

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

[ {
"enabled" : true,
"updateCookies" : true,
"logging" : false,
"maxDecryptDepth" : 1,
"name" : flibusta.is",
"pattern" : "https?://flibusta\\.is/a/(\\d+)",
"rule" : "DEEPDECRYPT",
"packageNamePattern" : null,
"passwordPattern" : null,
"formPattern" : null,
"deepPattern" : "https?://flibusta\\.is/b/(\\d+)/(fb2|epub)",
"rewriteReplaceWith" : null
} ]
  #4  
Old 08.01.2021, 21:34
pspzockerscene's Avatar
pspzockerscene pspzockerscene is offline
Community Manager
 
Join Date: Mar 2009
Location: Deutschland
Posts: 71,140
Default

It can't work like this ...
Check the html code of flibusta.is again - it only contains relativ URLs e.g.:
Code:
/b/(\\d+)/(fb2|epub)
Again:
Use the linked tools (regex101) to check your RegExes before testing them in JD!


-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?
  #5  
Old 08.01.2021, 21:46
pspzockerscene's Avatar
pspzockerscene pspzockerscene is offline
Community Manager
 
Join Date: Mar 2009
Location: Deutschland
Posts: 71,140
Default

Here are both of your rules together.

Now stop bothering our support - you were told how LinkCrawler Rules work and where to find information on how to learn Regular Expressions.

Code:
[{
  "enabled" : true,
  "maxDecryptDepth" : 1,
  "name" : "example rule for flibusta.is galleries",
  "pattern" : "https?://flibusta\\.is/a/\\d+",
  "rule" : "DEEPDECRYPT",
  "packageNamePattern" : null,
  "deepPattern" : "(/b/\\d+/(fb2|epub))"
}, {
"enabled" : true,
"name" : "example rule for flibusta.is directurls",
"pattern" : "https?://flibusta\\.is/b/.+",
"rule" : "DIRECTHTTP"
}]
Rule as plaintext:
pastebin.com/9XMKenSi

Thread closed!
__________________
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?
Closed Thread

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 11:58.
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.