mirror of
https://github.com/RipMeApp/ripme.git
synced 2025-08-30 17:20:20 +02:00
Merge pull request #856 from cyian-1756/hitomiRipperFixes
Fixed HitomiRipper
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user