Save Complete Web Page in Chrome from script?

試著忘記壹切 提交于 2019-12-23 01:36:22

问题


i am currently using wget -p, but it still doesn't have as good of a result as simply right clicking the web page, and clicking save as complete web page. how can i get the exact result of right clicking and saving as web page from a script? in any language or terminal commands in linux or windows.


回答1:


you can use the recusive option together with level option

wget -rkp -l3 -np -nH --cut-dirs=1 "http://www.your-url.com/"


来源:https://stackoverflow.com/questions/13739122/save-complete-web-page-in-chrome-from-script

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!