JDownloader Community - Appwork GmbH
 

Reply
 
Thread Tools Display Modes
  #1  
Old 06.04.2024, 19:18
navmesh navmesh is offline
Linkgrabbing Monster
 
Join Date: Nov 2016
Posts: 85
Default [Help] crawler rule for download manga from this site

hi, i want to download all chapter of manga from this link

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

i can grab all chapters link , but i'm not sure how to download all images that match the manga pages on the child link

here's my idea for the crawler rule , can you please correct it
Thanks alot
Code:
{
  "cookies"            : [],
  "deepPattern"        : "**External links are only visible to Support Staff**,
  "formPattern"        : null,
  "id"                 : 1683968380129,
  "maxDecryptDepth"    : 1,
  "name"               : "blot",
  "packageNamePattern" : null,
  "passwordPattern"    : null,
  "pattern"            : "?.+",
  "rewriteReplaceWith" : null,
  "rule"               : "DEEPDECRYPT",
  "enabled"            : true,
  "logging"            : false,
  "updateCookies"      : false
 }

Last edited by navmesh; 06.04.2024 at 19:44.
Reply With Quote
  #2  
Old 08.04.2024, 12:02
pspzockerscene's Avatar
pspzockerscene pspzockerscene is online now
Community Manager
 
Join Date: Mar 2009
Location: Deutschland
Posts: 71,086
Default

I've already helped you several times to create LinkCrawler rules.
Your attempt doesn't look like you've put any more time than a couple of seconds into this. Please re-read our LinkCrawler rules docs:
https://support.jdownloader.org/de/k...kcrawler-rules

Those rules are ment to be used by our users - we are not here to create them for our users.
Either way, I'll help you one last time here.

The following rule will accept single-chapter URLs and crawl all URLs to the individual images:
Code:
[
  {
    "enabled": true,
    "logging": false,
    "maxDecryptDepth": 1,
    "name": "find all images for blogtruyen.vn chapters",
    "pattern": "**External links are only visible to Support Staff**,
    "rule": "DEEPDECRYPT",
    "packageNamePattern": "<title>([^<]+)",
    "deepPattern": "<img src=\"(**External links are only visible to Support Staff**]+\\.jpg)\" />"
  }
]
Rule as plaintext:
pastebin.com/raw/FRphDerN
__________________
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?

Last edited by pspzockerscene; 08.04.2024 at 12:03. Reason: Added Rule as plaintext
Reply With Quote
  #3  
Old 15.04.2024, 16:51
navmesh navmesh is offline
Linkgrabbing Monster
 
Join Date: Nov 2016
Posts: 85
Default

Thank you very much ,pspzockerscene
my bad, i successfully created some rules several months ago but after some time not use jdownloader i totally forgot exactly how, i will try to read it again
because there are a post that say there are some sites use async to load images and crawler rule not works, like this

https://board.jdownloader.org/showthread.php?t=93411
so i was not sure it does not work because this site use the same method or not, or because my rule
Reply With Quote
  #4  
Old 15.04.2024, 16:56
pspzockerscene's Avatar
pspzockerscene pspzockerscene is online now
Community Manager
 
Join Date: Mar 2009
Location: Deutschland
Posts: 71,086
Default

Quote:
Originally Posted by navmesh View Post
so i was not sure it does not work because this site use the same method or not, or because my rule
Which website(s) are you talking about now?
blogtruyen.vn doesn't seem to have changed.

Also, if a LinkCrawler rule is not possible, you can still use the methods listed here to collect links:
https://support.jdownloader.org/de/k...orted-websites
__________________
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 15.04.2024, 17:08
navmesh navmesh is offline
Linkgrabbing Monster
 
Join Date: Nov 2016
Posts: 85
Default

Quote:
Originally Posted by pspzockerscene View Post
Which website(s) are you talking about now?
blogtruyen.vn doesn't seem to have changed.
**External links are only visible to Support Staff**...
Thank you very much for your help , i will try your rule
i mean blogtruyen.vn
For more clearly , i mean i was not sure if blogtruyen.vn use the same method (async load) as you said in this post
https://board.jdownloader.org/showpo...17&postcount=2
Reply With Quote
  #6  
Old 15.04.2024, 17:12
pspzockerscene's Avatar
pspzockerscene pspzockerscene is online now
Community Manager
 
Join Date: Mar 2009
Location: Deutschland
Posts: 71,086
Default

I still don't understand.

As explained in my reply #2, at least for single chapters, that website (blogtruyen.vn) does not use any async requests so the rule I posted in post #2 should still work fine.
__________________
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 15.04.2024, 17:23
navmesh navmesh is offline
Linkgrabbing Monster
 
Join Date: Nov 2016
Posts: 85
Default

i mean at the time i post the #1 post (not now), i was not sure the rule i created not work because the rule or the async method
btw it does not important now, nevermind
Thank you very much
Reply With Quote
  #8  
Old 15.04.2024, 17:24
pspzockerscene's Avatar
pspzockerscene pspzockerscene is online now
Community Manager
 
Join Date: Mar 2009
Location: Deutschland
Posts: 71,086
Default

The rule in my post #2 is still working fine here.
I've tested it for example with the following link:
m.blogtruyen.vn/c593499/gigant-chap-83-news
__________________
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 15:32.
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.