View Single Post
  #4  
Old 13.02.2020, 02:54
pspzockerscene's Avatar
pspzockerscene pspzockerscene is offline
Community Manager
 
Join Date: Mar 2009
Location: Deutschland
Posts: 71,117
Default

A plugin for this website is not required.
Here is what you can do to be able to download your linked URLs.
1. Either get the open source browser addon "EditThisCookie" or open your browser's developer console to get the cookies.
Now find the value of the cookie name "artgrid", NOT "ARRAffinity" --> They only have two cookies!
2. Edit the following Link Crawler Rule accordingly with the cookie data:
Code:
[ {
  "enabled" : true,
  "cookies" : [ [ "artgrid", "HERE_GOES_YOUR_COOKIE_VALUE" ] ],
  "updateCookies" : true,
  "logging" : false,
  "maxDecryptDepth" : 1,
  "id" : 1422443765154,
  "name" : "artgrid.io example rule",
  "pattern" : "**External links are only visible to Support Staff**,
  "rule" : "DIRECTHTTP",
  "packageNamePattern" : null,
  "passwordPattern" : null,
  "formPattern" : null,
  "deepPattern" : null,
  "rewriteReplaceWith" : null
} ]
3. Paste the complete rule in Settings --> Advanced Settings --> "linkcrawler: link crawler rules"

Done - now you can add- and download the URLs linked in your first post.

-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?
Reply With Quote