View Single Post
  #9  
Old 28.07.2020, 18:04
plaintext plaintext is offline
BugMeNot Account
 
Join Date: Sep 2016
Posts: 241
Default

Code:
[
  {
    "cookies": [
      [
        "bbuserid",
        "removed"
      ],
      [
        "bbpassword",
        "removed"
      ]
    ],
    "pattern": "https?://forum.oneclickchicks.com/showthread.php\\?t=[0-9]+(&page=[0-9]+)?",
    "rule": "DEEPDECRYPT",
    "deepPattern": "https?://forum.oneclickchicks.com/thumbs/([0-9A-Za-z]*/)*([0-9A-Za-z]+)\\.([0-9A-Za-z]+)"
  },
  {
    "cookies": [
      [
        "bbuserid",
        "removed"
      ],
      [
        "bbpassword",
        "removed"
      ]
    ],
    "pattern": "https?://forum.oneclickchicks.com/thumbs/([0-9A-Za-z]*/)*([0-9A-Za-z]+)\\.([0-9A-Za-z]+)",
    "rule": "REWRITE",
    "rewriteReplaceWith": "**External links are only visible to Support Staff**
  },
  {
    "cookies": [
      [
        "bbuserid",
        "removed"
      ],
      [
        "bbpassword",
        "removed"
      ]
    ],
    "pattern": "**External links are only visible to Support Staff**,
    "rule": "DIRECTHTTP"
  }
]
This is what I came up with (for scraping links from a single page). The last two rules seem to work fine. But the first rule does not work. Can you please help with it.

Last edited by raztoki; 28.07.2020 at 20:18.
Reply With Quote