1
0
mirror of https://github.com/gnosygnu/xowa.git synced 2026-03-02 03:49:30 +00:00

Fsdb.check: Add new command to check for missing images

This commit is contained in:
gnosygnu
2017-01-31 03:26:23 -05:00
parent 9a5c70b506
commit df45f141ca
7 changed files with 136 additions and 13 deletions

View File

@@ -129,7 +129,7 @@ public class Xowv_wiki implements Xow_wiki, Xow_ttl_parser, Gfo_invk {
if (ttl.Ns().Id_is_special())
special_mgr.Get_by_ttl(rv, url, ttl);
else
html__hdump_mgr.Load_mgr().Load(rv, ttl);
html__hdump_mgr.Load_mgr().Load_by_xowh(rv, ttl, Bool_.Y);
}
public Xoa_ttl Ttl_parse(byte[] ttl) {return Ttl_parse(ttl, 0, ttl.length);}
public Xoa_ttl Ttl_parse(byte[] src, int src_bgn, int src_end) {return Xoa_ttl.Parse(app.Utl_amp_mgr(), app.Utl_case_mgr(), xwiki_mgr, ns_mgr, src, src_bgn, src_end);}