| Hello! I've trying to find this problem in the forum and I havent find any...so
here comes my post:
I am trying to download a web programmatically using httrack from command
line. Every single page it downloads, the html tag content is deleted:
- In the original web there is a base tag (not this exactly)
<base href=http://www.google.com/ />
- In the downloaded web the tag is replaced with this:
<base />
Is there any way to avoid this and keep the tag as it is in the original web?
Thanks in advance for the answers
| |