Etuldan / spaRSS

Based on Flym and Sparse RSS, this checks RSS/Atom news feeds, polling for updates from the device on a regular basis. Fetched items are available for offline reading.
Other
146 stars 31 forks source link

feeds including flattr links redirect to corresponding flattr page #254

Open x2k13 opened 7 years ago

x2k13 commented 7 years ago

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/

Cj-Malone commented 7 years ago

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.