mirror of
https://github.com/RipMeApp/ripme.git
synced 2025-08-01 11:30:19 +02:00
Update InstagramRipper.java
Make the instagram ripper to take the bigger images on instagram
This commit is contained in:
@@ -164,6 +164,8 @@ public class InstagramRipper extends AbstractJSONRipper {
|
||||
} else {
|
||||
continue;
|
||||
}
|
||||
imageURL = imageURL.replaceAll("scontent.cdninstagram.com/hphotos-", "igcdn-photos-d-a.akamaihd.net/hphotos-ak-");
|
||||
imageURL = imageURL.replaceAll("s640x640/", "");
|
||||
imageURLs.add(imageURL);
|
||||
if (isThisATest()) {
|
||||
break;
|
||||
|
Reference in New Issue
Block a user