1
0
mirror of https://github.com/RipMeApp/ripme.git synced 2025-08-30 01:00:11 +02:00

Removed unneeded debug info

This commit is contained in:
cyian-1756
2019-01-09 15:34:46 -05:00
parent 3de948f1e5
commit 225c05e2a2

View File

@@ -113,7 +113,6 @@ public class BatoRipper extends AbstractHTMLRipper {
s = s.replaceAll("var prevCha = null;", "");
s = s.replaceAll("var nextCha = \\.*;", "");
String json = s.replaceAll("var images = ", "").replaceAll(";", "");
LOGGER.info(s);
JSONObject images = new JSONObject(json);
for (int i = 1; i < images.length() +1; i++) {
result.add(images.getString(Integer.toString(i)));