() {
public URL setValue(URL value) {
return null;
}
public String getKey() {
return key;
}
public URL getValue() {
return value;
}
});
} catch (MalformedURLException e) {
Instance.syserr(e);
}
}
}
}
return urls;
}
@Override
protected String getChapterContent(URL source, InputStream in, int number,
Progress pg) {
return getLine(in, "", 1);
}
@Override
protected boolean supports(URL url) {
return "fimfiction.net".equals(url.getHost())
|| "www.fimfiction.net".equals(url.getHost());
}
}