|
#1
|
|||
|
|||
![]()
I've read the instructions on how the linkcrawler rules work however I am not able to get them to work.
Desired Result: I want to be able to copy the download links on this website **External links are only visible to Support Staff****External links are only visible to Support Staff** which look like this when copied -> **External links are only visible to Support Staff****External links are only visible to Support Staff** these links redirect to rapidgator or modsfire. however linkcrawler wont pick them up with or without the rules I created. Ive tried to use both of these and neither produce the desired result. [ { "enabled": true, "cookies": [ [ "key1", "value1" ], [ "key2", "value2" ] ], "logging": false, "maxDecryptDepth": 1, "name": "simplaza", "pattern": "https?://simplaza\\.org/", "rule": "DEEPDECRYPT", "packageNamePattern": null, "passwordPattern": null, "deepPattern": "(**External links are only visible to Support Staff****External links are only visible to Support Staff**[^"]+)" } ] [ { "enabled": true, "logging": false, "maxDecryptDepth": 1, "name": "simplaza direct rule", "pattern": "**External links are only visible to Support Staff**, "rule": "DIRECTHTTP" } ] EDIT: I was able to get a DIRECTHTTP rule working however, when I copy the links a notification in linkcrawler doesnt show up that confirms the download link was found. Is there anyway to allow the FOLLOWREDIRECT rule to run and show a notification to ensure i dont miss any links? Last edited by nosar77; 06.09.2023 at 02:57. |
#2
|
||||
|
||||
![]()
Neither a DEEPDECRYPT nor DIRECTHTTP is correct.
You need a rule of type FOLLOWREDIRECT. This is how I would do it: Code:
[ { "enabled": true, "name": "example rule for LinkCrawler type FOLLOWREDIRECT for download.simplaza.org", "pattern": "https?://download\\.simplaza\\.org/get\\.php\\?hoster=[^/]+", "rule": "FOLLOWREDIRECT" } ] pastebin.com/raw/5t4rcYNs And yes if enabled in settings, you will also get a BubbleNotification when clipboard content is being added via this rule.
__________________
JD Supporter, Plugin Dev. & Community Manager
Erste Schritte & Tutorials || JDownloader 2 Setup Download |
#3
|
|||
|
|||
![]()
Hello if you look at the edit. I figured it out myself and I got the follow direct to work myself. However I want to still get a Bubble notification like the regular link crawling is this possible with a rule? Because when I copy the link it just gets automatically added to the list without any notification
|
#4
|
||||
|
||||
![]()
As said this looks to be working fine here.
Here is a screenshot of the bubblenotification I get when copying simplaza.org links while said rule is active: ![]()
__________________
JD Supporter, Plugin Dev. & Community Manager
Erste Schritte & Tutorials || JDownloader 2 Setup Download |
#5
|
|||
|
|||
![]()
I was able to fix the issue, by turning of and turning back on clipboard observer. It works now thanks!
Also fyi. I used chatgpt to help fix the rule issue, so in the future I think that's interesting that it was able to fix my rule to work properly since it is JSON code. |
#6
|
||||
|
||||
![]()
No need to use ChatGPT here.
The following webtools should be helpful enough for creating custom LinkCrawler rules: Json viewer: jsoneditoronline.org RegEx testing: regex101.com
__________________
JD Supporter, Plugin Dev. & Community Manager
Erste Schritte & Tutorials || JDownloader 2 Setup Download |
![]() |
Thread Tools | |
Display Modes | |
|
|