项目作者: ingram1987

项目描述 :
Archive a list of webpages/websites by downloading them and storing them locally.
高级语言: PowerShell
项目地址: git://github.com/ingram1987/Webpage-List-Archiver.git
创建时间: 2019-09-15T14:48:36Z
项目社区:https://github.com/ingram1987/Webpage-List-Archiver

开源协议:GNU General Public License v3.0

下载


Webpage-List-Archiver

Archive a list of webpages/websites by downloading them and storing them locally.

  • Add your list of URLs and their respective short names.
  • Edit the $wgetExe & $saveDir variables.

Wget is required and must be installed (New Version that supports TLS1.2+: https://eternallybored.org/misc/wget/ or Old Version: http://gnuwin32.sourceforge.net/packages/wget.htm).

Use this script as a scheduled task or run it manually. You can archive a list of webpages and review them later for changes with this script. Useful for webpages that change frequently and you want offline copies automatically stored locally.

Here is an example of the file structure after running the script twice:

  1. \---WLA
  2. +---ConstitutionUS
  3. | \---2019
  4. | \---9
  5. | \---15
  6. | \---11
  7. | +---26
  8. | | index.html
  9. | |
  10. | \---31
  11. | index.html
  12. |
  13. +---GitHub
  14. | \---2019
  15. | \---9
  16. | \---15
  17. | \---11
  18. | +---26
  19. | | index.html
  20. | |
  21. | \---31
  22. | index.html
  23. |
  24. \---GNU
  25. \---2019
  26. \---9
  27. \---15
  28. \---11
  29. +---26
  30. | index.html
  31. |
  32. \---31
  33. index.html