For some reason, the common parser sets the original_author for each item in the feed to be the title of the feed. This, to me, makes no sense. I have prepared a 2-line patch that instead uses the per-item author attribute. This may need to be extended to fall back to the feed author if there is no author attribute for the item. I've attached the patch for review.
| Comment | File | Size | Author |
|---|---|---|---|
| parse_rss_authors.patch | 448 bytes | dtomasch |
Comments
Comment #1
aron novakJust committed the patch, good catch!
Comment #2
alex_b commentedI'll port this to Feeds.
Comment #3
alex_b commentedCommitted. Thank you.