Passed automated testing
This commit is contained in:
parent
79d57d7cb4
commit
7496669c92
3 changed files with 51 additions and 35 deletions
|
|
@ -8,14 +8,14 @@ To use it, upload this entire directory to the FreshRSS `./extensions` directory
|
|||
Note: If an XPath expression error causes content to not be found, return the entire webpage retrieved by cURL by default.
|
||||
## Changelog
|
||||
|
||||
* 0.1
|
||||
* 0.2.1 The test can be used normally.
|
||||
|
||||
## Configuration settings
|
||||
|
||||
* `replace domain` (default: `[]`):This option is a JSON object used to match the domains that need to be replaced.
|
||||
- For example:
|
||||
- {"example.com":"//article"}
|
||||
- {"example.com":"//article","zzz.com":"//div",...}
|
||||
- {"example.com":"//div[contains(@class,'content-area')]","zzz.com":"//div",...}
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue