feed
feed copied to clipboard
"docs field in rss2 is hard coded to http://blogs.law.harvard.edu/tech/rss
Describe the bug When generating an RSS version 2 feed the "docs" field is hard coded to http://blogs.law.harvard.edu/tech/rss and cannot be overridden by config parameters.
To Reproduce Steps to reproduce the behavior:
- Go to '...'
- Click on '....'
- Scroll down to '....'
- See error
Expected behavior A clear and concise description of what you expected to happen.
Actual behavior A clear and concise description of what is the actual outcome.
Screenshots If applicable, add screenshots to help explain your problem.
Versions (please complete the following information):
- NodeJS:
- TypeScript:
- npm/yarn:
- feed:
Additional context Add any other context about the problem here.
@discoscott What do you want to replace this with?
This is a really minor issue, but I thought I would bring it up...
I would suggest we make it an optional field that gets set and included only if it is passed in the config parameters.
Yes, please make this optional.
I've created a PR to address this: https://github.com/jpmonette/feed/pull/97