Thread: [Developer Feedback required] Grab multiple urls from main source!!!???
View Single Post
  #7  
Old 23.06.2020, 09:36
tony2long's Avatar
tony2long tony2long is offline
English Supporter
 
Join Date: Jun 2009
Posts: 6,507
Default

I tried with this rule:
Code:
[ {
  "logging" : true,
  "rule" : "DEEPDECRYPT",
  "maxDecryptDepth" : 1,
  "pattern" : "https?://www\\.aliexpress\\.com/item/\\d+\\.html",
  "packageNamePattern" : "<title>(.+?)</title>",
  "deepPattern" : "<img alt=\"\" src=\"([^\"]*?)\""
} ]
The links are taken, get page was done, response was
HTTP/1.1 200 OK
Content-Type: text/html;charset=UTF-8
but no output at all, don't know why, maybe raztoki can explain.
__________________
FAQ: How to upload a Log
Reply With Quote