I want to download articles from a website,whose url format is something like:
http://coolshell.cn/articles/*.html(* represents numbers),I want to download all the webpages to form a e-book.
by which way can I do this? It would be better to have source code in Python, thanks!