Open AngleV opened 9 years ago
What URL are you trying this on that returns duplicates?
Got same/similar bug. With every consecutive call to same rss url it returns duplicated list with increasing amount of duplicates per request. For example at first request its 25, 2nd - 50, 3rd - 75 and so on.
Solved this by modifying source tiny bit to give new instance of PkRss each time when calling .with(). Probably hack, but hey it works
Currently in the process of completely refactoring PkRSS with support for custom cache modules. The refactor will include a fix for duplicates.
@Pkmmte when do you plan to release 2.0.0?
its time i call PkRSS.with(getActivity()).get(category.getUrl(), search); i get duplicate articles in List.
Why is this happen ?