1Feed / feedback

The place to leave feature requests and bug reports for 1Feed!
https://1feed.app
15 stars 0 forks source link

(Possibly) add built-in reader that reads the actual contents of the feeds #44

Open Booligoosh opened 3 years ago

Booligoosh commented 3 years ago

Would require a lot of development to handle various edge cases. It might be more efficient to request the actual page HTML and parse an article from there rather than relying on the content in the RSS feed (would take a lot of bandwidth to transmit all the contents in getFeed, and RSS article contents often aren't complete)

Booligoosh commented 3 years ago

This would also probably include a viewer for YouTube videos inside 1Feed (which could be a separate feature too)