X-Git-Url: http://git.nikiroo.be/?p=nikiroo-utils.git;a=blobdiff_plain;f=supported%2FFimfiction.java;h=b5df2618ce671ddaf04d7f5b644c3110c721339b;hp=e96ac4f5766eb601886e3b6574c27044fb33b81a;hb=258e065f81071a861711ef935dca3ec5563f4360;hpb=0fc81e6465aa9c1f1dfc19b532082220d609768a diff --git a/supported/Fimfiction.java b/supported/Fimfiction.java index e96ac4f..b5df261 100644 --- a/supported/Fimfiction.java +++ b/supported/Fimfiction.java @@ -38,14 +38,11 @@ class Fimfiction extends BasicSupport_Deprecated { meta.setAuthor(getAuthor(reset(in))); meta.setDate(getDate(reset(in))); meta.setTags(getTags(reset(in))); - meta.setSource(getType().getSourceName()); meta.setUrl(source.toString()); - meta.setPublisher(getType().getSourceName()); meta.setUuid(source.toString()); meta.setLuid(""); meta.setLang("en"); meta.setSubject("MLP"); - meta.setType(getType().toString()); meta.setImageDocument(false); meta.setCover(getCover(reset(in))); @@ -230,7 +227,7 @@ class Fimfiction extends BasicSupport_Deprecated { urls.add(new AbstractMap.SimpleEntry(name, new URL("http://www.fimfiction.net" + line))); } catch (MalformedURLException e) { - Instance.getTraceHandler().error(e); + Instance.getInstance().getTraceHandler().error(e); } } }