rss
rss copied to clipboard
Parse metadata element: author
https://indieweb.org/payment#Implementations
Would also parse atom:link (s) within items
<author>
<name>Mark Pilgrim</name>
<email>[email protected]</email>
<uri>https://mysite.com</uri>
<atom:link rel="payment" type="application/bitcoin-paymentrequest" href="bitcoin:abc7askjdfg"/>
</author>
<entry>
<id>abc</id>
<title>Iabc</title>
<link href="https://siasky.net/CADcPfMxnOgtgwllK9-kp12sIy9L8De7br9nvNFcslCKRg" rel="alternate"/>
<summary>
The story of abc
</summary>
<atom:link rel="payment" type="application/bitcoin-paymentrequest" href="bitcoin:abc7askjdfg"/>
</entry>
@zaddok has already started this work. pull request would be cool https://github.com/zaddok/rss/commits/master
I've gone ahead and completed the work github.com/t-900-a/rss/