Skip to content

Commit 7f24d9f

Browse files
committed
Updated Scraper Reference (markdown)
1 parent 01f2252 commit 7f24d9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Scraper-Reference.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ Configuration is done via class attributes and divided into three main categorie
5959

6060
* `base_url` [String] **(required in `UrlScraper`)**
6161
The documents' location. Only URLs _inside_ the `base_url` will be scraped. "inside" more or less means "starting with" except that `/docs` is outside `/doc` (but `/doc/` is inside).
62-
Defaults to `localhost` in `FileScraper`. _(Note: any iframe, image, or skipped link pointing to localhost will be removed by the `CleanLocalUrls` filter; the value should be overridden if the documents are available online.)_
62+
Defaults to `localhost` in `FileScraper`. _(Note: any iframe, image, or skipped link pointing to localhost will be removed by the `CleanLocalUrls` filter; the value should be overridden if the documents are available online.)_
6363
Unless `root_path` is set, the root/initial URL is equal to `base_url`.
6464

6565
* `root_path` [String] **(inherited)**

0 commit comments

Comments
 (0)