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.
我想废弃一个多页面的网站并提取特定的 div,然后将其导出到仅以 div 作为内容的 html 页面。
我可以使用 Xidel 使用以下命令从内容中提取数据
xidel http://someURl/ --extract //div[2]/div[2]/div -f "//a" -e //div[2]/div[2]/div
是否可以将提取的数据下载到 html 文件中?
添加参数:--output-format=html