Fixed instagram ripper

This commit is contained in:
cyian-1756 2018-04-17 03:56:34 -04:00
parent 5206f1d30e
commit 36f85282aa

View File

@ -328,7 +328,7 @@ public class InstagramRipper extends AbstractHTMLRipper {
} }
private String getIGGis(String variables) { private String getIGGis(String variables) {
String stringToMD5 = rhx_gis + ":" + csrftoken + ":" + variables; String stringToMD5 = rhx_gis + ":" + variables;
logger.debug("String to md5 is \"" + stringToMD5 + "\""); logger.debug("String to md5 is \"" + stringToMD5 + "\"");
try { try {
byte[] bytesOfMessage = stringToMD5.getBytes("UTF-8"); byte[] bytesOfMessage = stringToMD5.getBytes("UTF-8");