Skip to content
New issue

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

Support author for items #15

Open
witjem opened this issue Feb 9, 2023 · 0 comments
Open

Support author for items #15

witjem opened this issue Feb 9, 2023 · 0 comments
Assignees
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@witjem
Copy link
Owner

witjem commented Feb 9, 2023

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

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.

@witjem witjem added enhancement New feature or request good first issue Good for newcomers labels Feb 9, 2023
@witjem witjem self-assigned this Feb 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant