RetrofitRssConverterFactory icon indicating copy to clipboard operation
RetrofitRssConverterFactory copied to clipboard

A Retrofit 2 converter which parses Rss feeds

Results 7 RetrofitRssConverterFactory issues
Sort by recently updated
recently updated
newest added

Hi I can get all the information except the image url in RssItem. But the image information is always null

As for issue #8 and in terms for making it more simple to devs to filter Items by date, I make the necessary modifications to now have a Date inside...

Hi, thanks for the lib, saved a lot of hours for me. I've found that the library chooses last "enclosure" for preview. Here is example item from RSS, but mostly...

`inputSource.setEncoding(ENCODING)` should be added in `convert` method

This PR fixes an issue where the characters method in the XMLParser is called with element text that is cut in half due to the buffer size of the underlying...