0
votes
0answers
18 views

how to download pdf from http site? [duplicate]

Possible Duplicate: How to download specific files from some url path with wget I want to download pdf files from this site. I tried wget -r -l 1 ...
0
votes
3answers
394 views

wget is returning an html page instead of original file

In my case the problem is with SourceForge.net. Actually I was trying to download these files: http://sourceforge.net/projects/wxpython/files/wxPython/2.9.4.0/wxPython-src-2.9.4.0.tar.bz2/download ...
6
votes
2answers
215 views

Are there any good tools besides SeleniumRC that can fetch webpages including content post-painted by JavaScript?

One major shortcoming of curl is that more and more wepages are having their main piece of content painted by a JavaScript AJAX response that occurs after the initial HTTP response. curl never picks ...