下載整個網站

瀏覽的頁面上貼上下面指令到瀏覽器的Console之後複製結果,然後貼到Terminal去執行...
"wget --recursive --no-clobber --page-requisites --html-extension --convert-links --restrict-file-names=windows --no-parent --domains " + location.hostname + " " + location.hostname + location.pathname
或者直接在Terminal執行
wget \
     -recursive \
     --no-clobber \
     --page-requisites \
     --html-extension \
     --convert-links \
     --restrict-file-names=windows \
     --no-parent \
     --domains <去除https?://並且只取到/的domain>\
               <去除https?://的URL>

留言

熱門文章