Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试下载在线报纸网站的内容,并且我需要为每篇文章获取一个 html 文件。我试过了
wget -r http://www.anynewspapersite.com
但它只下载主页的索引。我可以使用 wget 的任何属性来下载该网站上发表的文章的 html 文件吗?