View Single Post
  #2  
Old 06.03.2020, 14:16
pspzockerscene's Avatar
pspzockerscene pspzockerscene is online now
Community Manager
 
Join Date: Mar 2009
Location: Deutschland
Posts: 70,910
Default

Hi,

this website contains direct-URLs which means a plugin is not required.
You can easily create a link crawler rule to let JD automatically parse such URLs.
Here is an example rule for this website:
Code:
[ {
  "enabled" : true,
  "updateCookies" : true,
  "logging" : false,
  "maxDecryptDepth" : 1,
  "id" : 1583175609796,
  "name" : "filesmonster.tv example rule",
  "pattern" : "https?://filesmonster\\.tv/gallery/[^/]+\\.html",
  "rule" : "DEEPDECRYPT",
  "packageNamePattern" : null,
  "passwordPattern" : null,
  "formPattern" : null,
  "deepPattern" : "<a href=\"(https?://filesmonster\\.com/[^\"]+)\" target=\"_blank\"",
  "rewriteReplaceWith" : null
} ]
-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