Skip to content

Commit 9d58ee7

Browse files
authored
Update readme.md
Add note about dynamic websites
1 parent 23e76c0 commit 9d58ee7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@ Download website to a local directory (including all css, images, js, etc.)
1515

1616
You can try it in [demo app](https://scraper.nepochataya.pp.ua/) ([source](https://github.com/s0ph1e/web-scraper))
1717

18+
**Note:** dynamic websites (where content is loaded by js) may be saved not correctly because `website-scraper` doesn't execute js, it only parses http responses for html and css files.
19+
20+
1821
## Installation
1922
```
2023
npm install website-scraper

0 commit comments

Comments
 (0)