Ver Fonte

Updated Scraper Reference (markdown)

Thibaut Courouble há 12 anos atrás
pai
commit
3c26efb663
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      Scraper-Reference.md

+ 1 - 1
Scraper-Reference.md

@@ -61,7 +61,7 @@ Configuration is done via class attributes and divided into three main categorie
   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).  
   Unless `root_path` is set, the root/initial URL is equal to `base_url`.
 
-* `root_path` [String]  
+* `root_path` [String] **(inherited)**  
   The path from the `base_url` of the root URL.
 
 * `dir` [String] **(required, `FileScraper` only)**