| Hello,
I am trying to archive a website that includes links to automatically
generated PDFs. I don't know how to configure httrack to download and link to
these correctly.
The URLs come in two flavours:
GET <http://continentcontinent.cc/index.php/continent/article/download/311/pdf>
Content-Disposition attachment; filename="311-543-1-PB.pdf"
Content-Type application/pdf
GET <http://continentcontinent.cc/pdf/?a=338>
Content-Disposition inline;
filename="338_allen_enns-letter_from_the_editors.pdf"
Content-Type application/pdf
Is there any way I could set a htttrack rule to download these pdfs and link
to them?
Currently what I am getting is a link to
/continentcontinent.cc/pdf/index334e.html?a=338
with no file attached.
Thanks!
| |