java - RSS Reader and then Grabbing the page content -


i have integrated rss reader in application. how grab webpage rss feed url? there free api directly in java using url?

i have process content of webpage (news articles precise) , algorithmic stuff that.

the problem small part of crawler. there free light weight api's?

for getting "content" of url, @ java.net.url class. has useful methods content, openconnection() , openstream() content.


Comments

Popular posts from this blog

jQuery clickable div with working mailto link inside -

java - Getting corefrences with Standard corenlp package -

WPF: binding viewmodel property of type DateTime to Calendar inside ItemsControl -