X-Git-Url: http://git.nikiroo.be/?a=blobdiff_plain;f=supported%2FE621.java;h=dc7cb1b3b8b6e468f0a44ecc091dabf6c5f9a6e7;hb=75a6a3eadc87e42bb0c9808e359d23d03801a9a2;hp=a019d0ced94881236adb246c517976b75cab737d;hpb=5cf61f350b436825d28f5f4f50d8e86fbe5485f1;p=nikiroo-utils.git diff --git a/supported/E621.java b/supported/E621.java index a019d0c..dc7cb1b 100644 --- a/supported/E621.java +++ b/supported/E621.java @@ -61,7 +61,7 @@ class E621 extends BasicSupport { meta.setTitle(getTitle()); meta.setAuthor(getAuthor()); - meta.setDate(getDate()); + meta.setDate(bsHelper.formatDate(getDate())); meta.setTags(getTags()); meta.setSource(getType().getSourceName()); meta.setUrl(getSource().toString()); @@ -180,6 +180,9 @@ class E621 extends BasicSupport { // Can be NULL if filtered // When the value is NULL, we get an exception // but the "has" method still returns true + Instance.getInstance().getTraceHandler() + .error("Cannot get image for chapter " + number + " of " + + getSource()); } }