View Single Post
  #19  
Old 14.11.2020, 03:31
nathan1 nathan1 is offline
JD VIP
 
Join Date: Apr 2012
Posts: 394
Default

I try to change <tag> to retrieve correct title name but something doesn't work.

I use your packagizer rules to fix package titles and instead of

Code:
"packageNamePattern" : "<title>(.*?)</title>",
I use this

Code:
"packageNamePattern" : "<td style=\"word-wrap:break-word;\" width=\"99%\">(.*?)</td>",

Code:
[ {
  "enabled" : true,
  "cookies" : [ [ "masession_id", "CENSORED" ] ],
  "updateCookies" : true,
  "logging" : false,
  "maxDecryptDepth" : 1,
  "id" : 1605027636498,
  "name" : "metalarea.org example rule with cookie-login",
  "pattern" : "https?://metalarea\\.org/forum/index\\.php\\?showtopic=\\d+",
  "rule" : "DEEPDECRYPT",
  "packageNamePattern" : "<td style="word-wrap:break-word;" width="99%">(.*?)</td>",
  "passwordPattern" : null,
  "formPattern" : null,
  "deepPattern" : "Download from <a href="(https?://[^"]+)"",
  "rewriteReplaceWith" : null
} ]

In your update you just remove "Metal Area.. " but real name is inside this tag
Code:
<td style="word-wrap:break-word;" width="99%"> </td>

For example, in this URL
**External links are only visible to Support Staff****External links are only visible to Support Staff**


this is text that I try to set up with your packagizer rules to correct package titles

Reply With Quote