Skip to content

Releases: website-scraper/node-website-scraper

v3.3.1

28 Sep 10:50

Choose a tag to compare

  • 539b48d - Fix relative resource urls in redirected page

v3.3.0

25 Aug 08:04

Choose a tag to compare

  • 2ec6354 - Add requestConcurrency option

v3.2.0

25 Aug 07:39

Choose a tag to compare

v3.1.0

13 Jun 20:16

Choose a tag to compare

  • 874e560 add option updateMissingSources

v3.0.0

06 Jun 15:28

Choose a tag to compare

  • 2d7a193 Add domain directory in bySiteStructure filenameGenerator

Breaking changes in bySiteStructure filename generator

Before (no domain directory in generated path)
  • / => DIRECTORY/index.html
  • /about => DIRECTORY/about/index.html
  • https://another-site.com/about => DIRECTORY/about/index.html
Now (add domain directory to generated path)
  • / => DIRECTORY/example.com/index.html
  • /about => DIRECTORY/example.com/about/index.html
  • https://another-site.com/about => DIRECTORY/another-site.com/about/index.html

v2.4.1

24 May 07:48

Choose a tag to compare

  • 04e95ce Remove SRI check for loaded resources

v2.4.0

30 Apr 12:45

Choose a tag to compare

  • 13b4e52 - Add maxRecursiveDepth option
  • 7f57b30 - Download more resources by default (add frame, iframe)

v2.3.0

11 Apr 20:36

Choose a tag to compare

  • 3b8a025 - add custom resource saver
  • cbc9f00 - download more resources by default (add ogp, audio, video tags)

v2.2.2

13 Mar 22:38

Choose a tag to compare

  • 6ea1d6c - Add info about website-scraper-phantom to Readme

v2.2.1

11 Mar 21:20

Choose a tag to compare

  • 4c848d8 - Fix ignoring different string cases in extensions
  • 65c45d2 - Export default options