Merge pull request #243 from 0834dfbd2b/patch-1
Update InstagramRipper.java to support bigger images.
This commit is contained in:
commit
4cb949a06e
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user