| let me explain what i am trying to do.
i have an app in which a user can download single webpages (eg. a job ad; or
an ebay auction).
so i dont know which url the user downloads and therefore my app must be as
flexible as possible.
i want to download all referenced images, all css files, all javascripts.
i dont wat to download html pages linked in the starting page | |