| Hi there -
Every day new pdf documents are released on a particular site, which I have
been archiving. I have a round-about workaround that involves some php scripts
to get a list of sometimes hundreds of links every day that look like this:
<https://www.site.com/abc/jvc_query/ApplicationAttachments.aspx?AppNumber=1234567>
<https://www.site.com/abc/jvc_query/ApplicationAttachments.aspx?AppNumber=1456423>
...
Each of these aspx queries or whatever they are called brings up a web page
with links to the pdfs that I archive. I save this list of aspx query links to
a txt file, which I then use in HTTrack which does a fantastic job of saving
all of the documents. HOWEVER, as happy as I am that all of this works, the
pdf file names are really unhelpful and make searching a pain. What would make
it perfect is to be able to prepend the 'AppNumber' to the saved file name.
Is there a way to get HTTrack to do this?
Thanks
| |