| Hey all.
I'm running into one strange problem.
Running httrack with -K0 and user defined structure seems to work just fine.
The link is replaced with the correct file name, but I don't like the relative
path.
So -K3 comes to the rescue, except... the file name is no longer based on my
user-defined structure.
with -K0 the link is:
<img
src="../images.test.com/o0fix59cd2o4/2NChToEafCoWmA8qycOoaQ/2631f5d962bcefa4e52b23a3586f7cad/DSC_3061width_120quality_10.jpg?w=120&q=10"
/>
and with -K3 the link is:
<img
src="/o0fix59cd2o4/2NChToEafCoWmA8qycOoaQ/2631f5d962bcefa4e52b23a3586f7cad/DSC_3061.jpg?w=120&q=10"
/>
Note how the user-defined structure is missing. Is this by design? If so, is
there anything I can do?
Thanks! | |