X-Git-Url: http://git.nikiroo.be/?p=nikiroo-utils.git;a=blobdiff_plain;f=supported%2FFimfictionApi.java;fp=supported%2FFimfictionApi.java;h=cdb132147679b3a912e662a112cd988273382cc0;hp=e6dd6118721b93aec36c0d7c734faad1c6d9a95b;hb=258e065f81071a861711ef935dca3ec5563f4360;hpb=e992c260c059c53c4aabc980db85efd58f190205 diff --git a/supported/FimfictionApi.java b/supported/FimfictionApi.java index e6dd611..cdb1321 100644 --- a/supported/FimfictionApi.java +++ b/supported/FimfictionApi.java @@ -127,14 +127,11 @@ class FimfictionApi extends BasicSupport { meta.setDate(bsHelper.formatDate( getKeyJson(json, 0, "type", "story", "date_published"))); meta.setTags(getTags()); - meta.setSource(getType().getSourceName()); meta.setUrl(getSource().toString()); - meta.setPublisher(getType().getSourceName()); meta.setUuid(getSource().toString()); meta.setLuid(""); meta.setLang("en"); meta.setSubject("MLP"); - meta.setType(getType().toString()); meta.setImageDocument(false); String coverImageLink = getKeyJson(json, 0, "type", "story",