X-Git-Url: http://git.nikiroo.be/?a=blobdiff_plain;f=supported%2FFimfictionApi.java;h=43d01d19494f616c6811e5757da4a6f2e14c83cc;hb=75a6a3eadc87e42bb0c9808e359d23d03801a9a2;hp=6c6d7ba31caf2197356b68168447c7871b257a52;hpb=2e1300b9580ae1b6dded5a734c617a66a116c16d;p=nikiroo-utils.git diff --git a/supported/FimfictionApi.java b/supported/FimfictionApi.java index 6c6d7ba..43d01d1 100644 --- a/supported/FimfictionApi.java +++ b/supported/FimfictionApi.java @@ -124,7 +124,8 @@ class FimfictionApi extends BasicSupport { meta.setTitle(getKeyJson(json, 0, "type", "story", "title")); meta.setAuthor(getKeyJson(json, 0, "type", "user", "name")); - meta.setDate(getKeyJson(json, 0, "type", "story", "date_published")); + meta.setDate(bsHelper.formatDate( + getKeyJson(json, 0, "type", "story", "date_published"))); meta.setTags(getTags()); meta.setSource(getType().getSourceName()); meta.setUrl(getSource().toString());