* docs/notes

This commit is contained in:
Reinhard Pointner 2014-01-08 09:34:59 +00:00
parent ef2a64003b
commit a920dc59a7
1 changed files with 3 additions and 0 deletions

View File

@ -154,6 +154,9 @@ public class AnidbClient extends AbstractEpisodeListProvider {
}
}
/**
* This method is (and must be!) overridden by {@link WebServices.AnidbClientWithLocalSearch} to use our own anime index from sourceforge (as to not abuse anidb servers)
*/
public synchronized List<AnidbSearchResult> getAnimeTitles() throws Exception {
URL url = new URL("http", host, "/api/anime-titles.dat.gz");
ResultCache cache = getCache();