Thread: [Declined] weasyl.com support
View Single Post
  #4  
Old 25.01.2021, 17:40
pspzockerscene's Avatar
pspzockerscene pspzockerscene is offline
Community Manager
 
Join Date: Mar 2009
Location: Deutschland
Posts: 71,117
Default

LinkCrawler Rules are nothing you need to have programmer skills for.
You're free to try it and ask for help if you're unable to make it work.

-psp-
EDIT

Here is a very very basic LinkCrawler Rule for the website you've requested:

Code:
[ {
  "enabled" : true,
  "logging" : false,
  "maxDecryptDepth" : 1,
  "name" : "weasyl.com single images example rule",
  "pattern" : "https?://(?:www\\.)?weasyl\\.com/.+",
  "rule" : "DEEPDECRYPT",
  "packageNamePattern" : "<title>([^<>\"]+)</title>",
  "deepPattern" : "property=\"og:image\" content=\"(https?://[^\"]+)\""
} ]
Rule as plaintext:
pastebin.com/YjUZmaCq

-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; 25.01.2021 at 18:42.
Reply With Quote