mirror of
https://github.com/RipMeApp/ripme.git
synced 2025-07-31 02:50:15 +02:00
Fixed instagram ripper
This commit is contained in:
@@ -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");
|
||||||
|
Reference in New Issue
Block a user