I have a webpage that basically consists of a list of links to other pages. Using wget I would like to download all the pages listed.
Using "wget -r -l1 URL" I basically get what I want.
But how to do the same if the list is split over several pages (with URLs ending in "?page=3", "?page=4"....).