mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-02 01:58:11 +08:00
* Add custom fields to atom feed Atom allows to extend the xml with custom namespaces. This commit is a first commit that tries to add some custom RSSHub fields to atom feed. In this commit, I added three very common fields: upvotes, downvotes and comments. Lots of websites has these common fields, like Youtube, Twitter, Reddit, HackerNews and so on. Within these fields, RSS readers can have more information to sort the contents, and can display these information to user in a better format. The document has been updated to reflect these new fields. I also changed Bilibili video route as an example to show how to add number of comments to the generated feed. * docs: interactions