View Single Post
  #5  
Old 23.08.2022, 13:53
pspzockerscene's Avatar
pspzockerscene pspzockerscene is offline
Community Manager
 
Join Date: Mar 2009
Location: Deutschland
Posts: 71,117
Default

Hi again,
my tests showed that a LinkCrawler rule is enough to download from this website. A plugin is not needed.

I've created a rule for you which will find all .mp4 direct-URLs.
Be sure to add your own cookie values (see "CENSORED" fields in the example rule) before using that rule:
Code:
[
  {
    "cookies": [
      [
        "kid_session",
        "CENSORED"
      ],
      [
        "XSRF-TOKEN",
        "CENSORED"
      ]
    ],
    "deepPattern": "\"(**External links are only visible to Support Staff**]+\\.mp4[^\"]*)\"",
    "formPattern": null,
    "maxDecryptDepth": 1,
    "name": "example rule for kellymadisonmedia.com",
    "packageNamePattern": "<title>(.*?)</title>",
    "passwordPattern": null,
    "pattern": "**External links are only visible to Support Staff**,
    "rewriteReplaceWith": null,
    "rule": "DEEPDECRYPT",
    "enabled": true,
    "logging": false,
    "updateCookies": true
  }
]
Rule on pastebin for easier copy & paste:
pastebin.com/raw/uZ2i4HHQ
__________________
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