Fixed HitomiRipper

This commit is contained in:
cyian-1756 2018-08-06 18:42:32 -04:00
parent 871e8984d8
commit 24a0228885

View File

@ -59,7 +59,7 @@ public class HitomiRipper extends AbstractHTMLRipper {
LOGGER.info(json);
JSONArray json_data = new JSONArray(json);
for (int i = 0; i < json_data.length(); i++) {
result.add("https://0a.hitomi.la/galleries/" + galleryId + "/" + json_data.getJSONObject(i).getString("name"));
result.add("https://ba.hitomi.la/galleries/" + galleryId + "/" + json_data.getJSONObject(i).getString("name"));
}
return result;