Пів року тому я завантажив весь сайт з вивчення англійської мови (7.3GB). Цьому сайту десь 30 років. Його наповнював викладач англійської мови, здається з японії. Подробиці можна знайти на самому сайті. 99.99% він статичний.
Команда для завантаження wget --mirror -p --convert-links -P . https://www.eslfast.com/eslread/
- –mirror : turn on options suitable for mirroring.
- -p : download all files that are necessary to properly display a given HTML page.
- --convert-links : after the download, convert the links in document for local viewing.
- -P ./LOCAL-DIR : save all the files and directories to the specified directory.