From: Niki Roo Date: Thu, 20 Apr 2017 18:01:18 +0000 (+0200) Subject: Update nikiroo-utils (fix for e-hentai language) X-Git-Tag: fanfix-1.5.1~2 X-Git-Url: http://git.nikiroo.be/?p=fanfix.git;a=commitdiff_plain;h=27dc71793c8d76712f01cc6fdef75195bb22483a;ds=inline Update nikiroo-utils (fix for e-hentai language) --- diff --git a/libs/nikiroo-utils-1.4.2-sources.jar b/libs/nikiroo-utils-1.4.3-sources.jar similarity index 93% rename from libs/nikiroo-utils-1.4.2-sources.jar rename to libs/nikiroo-utils-1.4.3-sources.jar index 2a4f7d1..559a58d 100644 Binary files a/libs/nikiroo-utils-1.4.2-sources.jar and b/libs/nikiroo-utils-1.4.3-sources.jar differ diff --git a/src/be/nikiroo/fanfix/supported/BasicSupport.java b/src/be/nikiroo/fanfix/supported/BasicSupport.java index c0419aa..471147e 100644 --- a/src/be/nikiroo/fanfix/supported/BasicSupport.java +++ b/src/be/nikiroo/fanfix/supported/BasicSupport.java @@ -1496,7 +1496,8 @@ public abstract class BasicSupport { * @param in * the input * @param key - * the key to match + * the key to match (also supports "^" at start to say + * "only if it starts with" the key) * @param subKey * the sub key or NULL if none * @param endKey