Hi again,
here is a simple
LinkCrawler Rule that will enable you to download single "attachments" URLs from this forum.
Just get the value of your personal "xf_session" cookie, put it in the rule and add the rule to JD:
Code:
[
{
"enabled": true,
"cookies": [
[
"xf_session",
"CENSORED"
]
],
"updateCookies": true,
"logging": false,
"maxDecryptDepth": 1,
"name": "example rule forum.sexy-egirls.com forum attachments",
"pattern": "**External links are only visible to Support Staff**,
"rule": "DIRECTHTTP"
}
]
Rule as plaintext for easier copy & paste:
pastebin.com/raw/DvT5w1eq
-psp-