We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Context RSS and Atom items has author field. It will be good if service will be support it.
Proposal Add optional field author to feeds.yml config
author
matchers: engine: xpath author: # Optional props. name: expr: //meta[@name='author']/@content email: expr: //meta[@name='author']/@content
Should ignore author on the RSS if author name not found.
Reminder Updates docs and examples too.
The text was updated successfully, but these errors were encountered:
witjem
No branches or pull requests
Context
RSS and Atom items has author field. It will be good if service will be support it.
Proposal
Add optional field
author
to feeds.yml configShould ignore author on the RSS if author name not found.
Reminder
Updates docs and examples too.
The text was updated successfully, but these errors were encountered: