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.
我正在尝试下载网站的内容,但由于该网站的语言不止一种,我遇到了问题。该网站的结构如下:
Mysite.com fr.Mysite.com ar.Mysite.com ...
我只想下载阿拉伯语域 (ar.Mysite.com) 中的文件,但使用 -r 选项它还会下载其他语言的内容。我怎么能说 wget 递归下载文件,而只是特定域中的文件?
如果我理解这个问题,该--no-parent选项可以满足您的需求。它将查询限制在原始 URL 指定的“目录”下的查询。
--no-parent