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

@@ -137,7 +137,7 @@ public class Xol_msg_mgr_ {
Xoh_page hpg = new Xoh_page();
pg = hpg;
hpg.Ctor_by_hview(wiki, Xoa_url.New(wiki, ttl), ttl, -1);
wiki.Html__hdump_mgr().Load_mgr().Load(hpg, ttl);
wiki.Html__hdump_mgr().Load_mgr().Load_by_xowh(hpg, ttl, Bool_.N);
pg.Db().Text().Text_bry_(pg.Db().Html().Html_bry());
}
return pg.Db().Page().Exists() ? pg.Db().Text().Text_bry() : null;