Thread: [Solved] Link Crawler Rules
View Single Post
  #3  
Old 10.07.2017, 16:42
tony2long's Avatar
tony2long tony2long is offline
English Supporter
 
Join Date: Jun 2009
Posts: 6,507
Default

Id will be created automatically, packageNamePattern to get the packageName from the page, deepPattern to get what you want in the page (I think).

One of the video that I checked is hosted at publish2.me that say: This file is available only for premium members.

Rule example that doesn't give error (catches many pictures):

Code:
[ {
  "enabled" : true,
  "maxDecryptDepth" : 0,
  "name" : "webcamrecordings.com",
  "pattern" : "**External links are only visible to Support Staff**,
  "rule" : "DEEPDECRYPT",
  "packageNamePattern" : null,
  "deepPattern" : "class=\"mp4\"><a href=\"([^\"]+)\""
} ]
__________________
FAQ: How to upload a Log

Last edited by tony2long; 14.07.2017 at 06:04. Reason: Better rule
Reply With Quote