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
Post a Comment