I am trying to download all the images from this link. I want to download images from only the hydraulics section, so I used --no-parent
and when I run the command
wget -r --no-parent -e robots=off --user-agent="Mozilla/5.0 (Windows NT 5.1; rv:31.0) Gecko/20100101 Firefox/31.0" -A png http://indiabix.com/civil-engineering/hydraulics/
it only downloads the index.html.
I searched this issue on the web, and Stack Overflow already has two questions:
- wget downloads only one index.html file instead of other some 500 html files
- Why does wget only download the index.html for some websites?
but they do not help. I also started a bounty on the latter question, but I wonder if anyone can suggest a workaround in my case?