Merge pull request #519 from cyian-1756/ig-nextpage-fix

Fixed instagram ripper
This commit is contained in:
cyian-1756 2018-04-17 04:20:56 -04:00 committed by GitHub
commit 0920bec5a0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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