명령 줄의 브라우저를 통해 전용 디렉토리에 필요한 모든 것을 갖춘 웹 페이지를 다운로드 하시겠습니까?


-1

웹 페이지 (html 파일 및 기타 필요한 파일)를 다운로드하려면 wget웹 사이트 서버에서 웹 페이지 파일의 디렉토리 구조를 반영하는 것 같습니다

웹 브라우저 (예 : Firefox 또는 Chrome)에서 Ctrl-s ..._files를 누르면 웹 페이지에 필요한 파일이 모두 포함 된 html 파일 및 디렉토리가 생성되고 html 파일에서 필요한 파일에 대한 링크가 변경됩니다. 따라서.

일부 프로그램이 두 번째 접근 방식을 명령 줄에서 수행 할 수 있는지 궁금합니다. wget그렇게 할 수 있습니까 ? 커맨드 라인에서 Firefox 또는 Chrome을 사용할 수 있습니까?

우분투 16.04를 사용하고 있습니다. 감사.

답변:


1

보낸 사람 man wget:

   -p
   --page-requisites
       This option causes Wget to download all the files that are necessary to
       properly display a given HTML page.  This includes such things as inlined
       images, sounds, and referenced stylesheets.

    -k
   --convert-links
       After the download is complete, convert the links in the document to make
       them suitable for local viewing.  This affects not only the visible
       hyperlinks, but any part of the document that links to external content,
       such as embedded images, links to style sheets, hyperlinks to non-HTML
       content, etc.
당사 사이트를 사용함과 동시에 당사의 쿠키 정책개인정보 보호정책을 읽고 이해하였음을 인정하는 것으로 간주합니다.
Licensed under cc by-sa 3.0 with attribution required.