Skip to content
This repository has been archived by the owner on Jul 13, 2021. It is now read-only.

Replace an article's link (instead of its content) #47

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

janekbettinger
Copy link

Added a new option mod_link to allow the modification of an article's link.

Example:
http://feeds.feedburner.com/rivva

"rivva.de": {
    "type": "xpath",
    "xpath": "header/h1/a/@href",
    "force_charset": "utf-8",
    "mod_link": true
}

Added a new option `mod_link` to allow the modification of an article's link.

*Example:*
http://feeds.feedburner.com/rivva
```json
"rivva.de": {
    "type": "xpath",
    "xpath": "header/h1/a/@href",
    "force_charset": "utf-8",
    "mod_link": true
}
```
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants