readrops / Readrops

Android multi-services RSS client
GNU General Public License v3.0
272 stars 20 forks source link

FR: Pull to load item's linked article within the app #96

Open keunes opened 3 years ago

keunes commented 3 years ago

Hello

Using Flym until now, what I like about that app is that you can pull down when viewing an item to load the full article within the app. It then renders the content in a rather clean way (only keeping certain markup).

It would be great if something like this (pull down to read full content in-app) could be done in Readrops as well.

Shinokuni commented 3 years ago

This feature will require a lot of work as parsing a web page to extract its main content isn't that easy (maybe I can find a library to do this for me). Therefore, it won't be a priority.

keunes commented 3 years ago

Sure, thanks a lot!

keunes commented 3 years ago

I couldn't resist looking for a library 😇 Found this: https://github.com/jhy/jsoup/ (also for Kotlin)