View Single Post
  #4  
Old 30.08.2022, 10:25
pspzockerscene's Avatar
pspzockerscene pspzockerscene is offline
Community Manager
 
Join Date: Mar 2009
Location: Deutschland
Posts: 71,084
Default

Hier eine mögliche LinkCrawler Regel für einzelne wallhaven Bilder EDIT die hab ich wohl vor einem Jahr erstellt und vergessen, sie im anderen Thread zu verlinken:

Code:
[ {
  "enabled" : true,
  "logging" : false,
  "maxDecryptDepth" : 1,
  "name" : "wallhaven.cc example rule",
  "pattern" : "https?://wallhaven\\.cc/w/[A-Za-z0-9]+",
  "rule" : "DEEPDECRYPT",
  "packageNamePattern" : "<title>(.*?) | \\d+x\\d+ Wallpaper \\- wallhaven\\.cc</title>",
  "passwordPattern" : null,
  "deepPattern" : "(**External links are only visible to Support Staff**]+)\"" 
} ]
Regel als Plaintext zum einfacheren Kopieren & Einfügen:
pastebin.com/raw/mUTqTFzi

Grüße, 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; 30.08.2022 at 16:35.
Reply With Quote