Releases: website-scraper/node-website-scraper
Releases · website-scraper/node-website-scraper
v3.3.1
28 Sep 10:50
Compare
Sorry, something went wrong.
No results found
539b48d - Fix relative resource urls in redirected page
v3.3.0
25 Aug 08:04
Compare
Sorry, something went wrong.
No results found
2ec6354 - Add requestConcurrency option
v3.2.0
25 Aug 07:39
Compare
Sorry, something went wrong.
No results found
v3.1.0
13 Jun 20:16
Compare
Sorry, something went wrong.
No results found
874e560 add option updateMissingSources
v3.0.0
06 Jun 15:28
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
04e95ce Remove SRI check for loaded resources
v2.4.0
30 Apr 12:45
Compare
Sorry, something went wrong.
No results found
13b4e52 - Add maxRecursiveDepth option
7f57b30 - Download more resources by default (add frame, iframe)
v2.3.0
11 Apr 20:36
Compare
Sorry, something went wrong.
No results found
3b8a025 - add custom resource saver
cbc9f00 - download more resources by default (add ogp, audio, video tags)
v2.2.2
13 Mar 22:38
Compare
Sorry, something went wrong.
No results found
6ea1d6c - Add info about website-scraper-phantom to Readme
v2.2.1
11 Mar 21:20
Compare
Sorry, something went wrong.
No results found
4c848d8 - Fix ignoring different string cases in extensions
65c45d2 - Export default options