File Format Question

scrapefun

A-Parser Enterprise License
A-Parser Enterprise
I need to change the format of my "failed" query file.

My queries are setup like this:
2017-01-11_1647.png


And my failed query file is setup like:
2017-01-11_1648.png


With this setup it includes all the components of my query in the failed file but I would like to drop the last part "dir" from being included in the failed query file. How would I go about this?

Thanks!
 
You can replace query.orig _ "\n" with:
Code:
"$query.tld;$query.gl;$query.hl;$query.id;$query.kw\n"
 
Back
Top