Resolve Link inside website
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 03:57.
|