1
0
mirror of https://github.com/RipMeApp/ripme.git synced 2025-08-26 07:14:38 +02:00

Minor refactoring

This commit is contained in:
cyian-1756
2019-02-28 10:09:51 -05:00
parent e6d2be4608
commit 08615714ad

View File

@@ -39,9 +39,6 @@ public class InstagramRipper extends AbstractJSONRipper {
private String userID;
private String rhx_gis = null;
private String csrftoken;
// Run into a weird issue with Jsoup cutting some json pages in half, this is a work around
// see https://github.com/RipMeApp/ripme/issues/601
private String workAroundJsonString;
@@ -424,7 +421,6 @@ public class InstagramRipper extends AbstractJSONRipper {
}
in.close();
workAroundJsonString = sb.toString();
return new JSONObject(sb.toString());
} catch (MalformedURLException e) {