Skip to content

Commit 5d59307

Browse files
authored
Add info about existing directory to README
1 parent 3e547aa commit 5d59307

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ scrape({
7878

7979
#### directory
8080
String, absolute path to directory where downloaded files will be saved. Directory should not exist. It will be created by scraper. **_Required_**.
81+
How to download file to existing directory and why it's not supported by default - check [here](https://github.com/website-scraper/node-website-scraper/blob/master/docs/FAQ.md#q-im-getting-directory-exists-error-can-i-save-website-to-existing-directory).
8182

8283
#### sources
8384
Array of objects to download, specifies selectors and attribute values to select files for downloading. By default scraper tries to download all possible resources.

0 commit comments

Comments
 (0)