View Single Post
  #9  
Old 29.01.2019, 15:16
mgpai mgpai is offline
Script Master
 
Join Date: Sep 2013
Posts: 1,533
Default

Quote:
Originally Posted by Nice2MeetYou View Post
So bizzare. If I change the # in the regex to ? it works.
JD might already be supporting the domain/url/filetype sans the custom string at the end. You may need to add a new rule which contains a pattern to match your custom url.

Example:
Code:
[{
  "enabled" : true,
  "pattern" : "https?://.+?#package=.+$",
  "rule" : "DIRECTHTTP"
 }]
Reply With Quote