View Single Post
Old 10-11-2010, 04:26 PM   #1
amoroso
Groupie
amoroso ought to be getting tired of karma fortunes by now.amoroso ought to be getting tired of karma fortunes by now.amoroso ought to be getting tired of karma fortunes by now.amoroso ought to be getting tired of karma fortunes by now.amoroso ought to be getting tired of karma fortunes by now.amoroso ought to be getting tired of karma fortunes by now.amoroso ought to be getting tired of karma fortunes by now.amoroso ought to be getting tired of karma fortunes by now.amoroso ought to be getting tired of karma fortunes by now.amoroso ought to be getting tired of karma fortunes by now.amoroso ought to be getting tired of karma fortunes by now.
 
amoroso's Avatar
 
Posts: 185
Karma: 1004070
Join Date: Jul 2010
Location: Italy
Device: Kindle for Android, Google Play Books
How to use wget to download an online HTML book

I am trying to download an HTML book at NASA's History Division web site and convert it to ePub. I use the following wget command under Linux:
Code:
wget -H --level=2 -k -p --wait=0.5 http://history.nasa.gov/SP-4205/cover.html
but it downloads only 3-4 pages instead of the whole book as I would expect. What options am I missing? My wget usage is a bit rusty these days.
amoroso is offline   Reply With Quote