View Single Post
  #12  
Old 25.10.2022, 16:52
pspzockerscene's Avatar
pspzockerscene pspzockerscene is offline
Community Manager
 
Join Date: Mar 2009
Location: Deutschland
Posts: 65,441
Default

Now additionally to what I wrote in my last post I've noticed two things with that rule that could be improved:
  1. Package name always ends with " - Fapello"
  2. The deepPattern is quite complicated and prone to failure. Also it would return broken image URLs resulting in more results than you'd want to have.
Both possible issues have been addressed in the rule below:
Code:
[
  {
    "deepPattern": "=\"(https?://[^\"]+)\"( target=\"_blank\" class=\"uk-align-center\">| /></video>)",
    "maxDecryptDepth": 1,
    "name": "example rule for fapello.com single posts",
    "packageNamePattern": "<title>(.*?)(  - Fapello)?</title>",
    "pattern": "**External links are only visible to Support Staff**,
    "rule": "DEEPDECRYPT",
    "enabled": true,
    "logging": false,
    "updateCookies": true
  }
]
Rule as plaintext for easier copy & paste:
pastebin.com/raw/DZsZ16qB

Edit by Jiaz: small updated rule, see pastebin.com/f0ncSPcX
__________________
JD Supporter, Plugin Dev. & Community Manager
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?
That's true James
Quote:
Originally Posted by James
Die Leute verstehen einfach nicht dass nur weil man mit einer Waffe auch auf Menschen schießen kann dass ein Schützenver​ein kein Ort für Amoklaufide​en ist

Last edited by Jiaz; 26.10.2022 at 11:41.
Reply With Quote