我需要使用 python urllib 下载整个网站
import urllib
site = urllib.urlopen('http://www.mathrubumi.com/index.php')
site_data = site.read()
它只下载第一页。那是index.php。我怎样才能使代码下载整个网站。通过循环 ?? 或者还有其他方法吗?例如在wget
代码中不需要循环
wget \ --recursive \--no-clobber \ --page-requisites \ --html-extension \ --convert-links \
--restrict-file-names=windows \ --domains website.org \ --no-parent \ www.website.org/tutorials/html/