spaRSS icon indicating copy to clipboard operation
spaRSS copied to clipboard

feeds including flattr links redirect to corresponding flattr page

Open x2k13 opened this issue 8 years ago • 1 comments

When tapping on the article title to open the article in browser, the expected behaviour is to open the corresponding page on the feed's source. When a flattr button/widget/URL is embeded in the article, tapping the feed title will send us to the corresponding flattr page instead.

Example feed URLs: http://blog.gwup.net/feed/ http://www.lawblog.de/index.php/feed/

x2k13 avatar Feb 02 '17 21:02 x2k13

Quick fix would be } else if(TAG_PAYMENT.equals(attributes.getValue("", ATTRIBUTE_REL))) { here, TAG_PAYMENT = "payment"

But ideally the whole parser would be re written.

Cj-Malone avatar Feb 15 '17 19:02 Cj-Malone