Website Downloader Application

Solved

Hello,

Is there an Android app to download an entire website so I can access it offline?

Actually, I'm learning about computer science on the w3schools website, and I want to access it even when I'm offline.

Thank you very much.

1 answer

  1. Hello,

    There are many applications that allow you to do this:
    - Cyotek WebCopy
    - HTTrack
    - SiteSucker
    - Wget

    If you are on Windows, I recommend WebCopy which is very easy to use; however, if you are on Linux, the wget command is directly available in the terminal, or you can use HTTrack which works very well.

    PS: Make sure to download WebCopy from the official Cyotek website, as there are many suspicious external links out there..

    Best regards.

    -1
    1. And for smartphones?

      0
    2. @pheromix

      Knowing that smartphones run on the Linux kernel, HTTrack is available: HTTrack Website Copy on the Play Store

      (I have never tested this application, I cannot guarantee its functionality.)

      0