View Single Post
  #2  
Old 10.03.2020, 12:31
pspzockerscene's Avatar
pspzockerscene pspzockerscene is online now
Community Manager
 
Join Date: Mar 2009
Location: Deutschland
Posts: 71,143
Default

Hi,

adding these URLs from this simple website is easily possible using two LinkCrawler Rules:
Code:
[ {
  "enabled" : true,
  "updateCookies" : true,
  "logging" : false,
  "maxDecryptDepth" : 1,
  "id" : 1583836017435,
  "name" : "subdivx.com example rule 1",
  "pattern" : "https?://(www\\.)?subdivx\\.com/.*?\\.html",
  "rule" : "DEEPDECRYPT",
  "packageNamePattern" : null,
  "passwordPattern" : null,
  "formPattern" : null,
  "deepPattern" : "(/bajar\\.php\\?id=\\d+[^<>"]+)",
  "rewriteReplaceWith" : null
}, {
  "enabled" : true,
  "updateCookies" : true,
  "logging" : false,
  "maxDecryptDepth" : 1,
  "id" : 1583836017436,
  "name" : "subdivx.com example rule 2",
  "pattern" : "https?://(www\\.)?subdivx\\.com/bajar\\.php.+",
  "rule" : "DIRECTHTTP",
  "packageNamePattern" : null,
  "passwordPattern" : null,
  "formPattern" : null,
  "deepPattern" : null,
  "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?

Last edited by pspzockerscene; 10.03.2020 at 12:31. Reason: Fixed CODE tag
Reply With Quote