CFStat uses http: but it now needs to use https: I will submit an update after I have tested.
tested and updated.
CFStat uses http: but it now needs to use https: I will submit an update after I have tested.
void main()
{
string expr = "unitPrice\":\\{\"__decimal__\":\"(\\d+)";
item i = $item[mr. accessory];
string page = visit_url("https://pricegun.loathers.net/api/" + to_int(i));
matcher m = create_matcher(expr, page);
find(m);
print(group(m,1));
}
Alright, I got this far: