Now additionally to what I wrote in my last post I've noticed two things with that rule that could be improved:
- Package name always ends with " - Fapello"
- 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