From a920dc59a720ff59d9931d143f639df7d54271aa Mon Sep 17 00:00:00 2001 From: Reinhard Pointner Date: Wed, 8 Jan 2014 09:34:59 +0000 Subject: [PATCH] * docs/notes --- source/net/sourceforge/filebot/web/AnidbClient.java | 3 +++ 1 file changed, 3 insertions(+) diff --git a/source/net/sourceforge/filebot/web/AnidbClient.java b/source/net/sourceforge/filebot/web/AnidbClient.java index 022ecedc..ecfc9869 100644 --- a/source/net/sourceforge/filebot/web/AnidbClient.java +++ b/source/net/sourceforge/filebot/web/AnidbClient.java @@ -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 getAnimeTitles() throws Exception { URL url = new URL("http", host, "/api/anime-titles.dat.gz"); ResultCache cache = getCache();