Updated imgbox test url to a new album that isn;t 404ing

This commit is contained in:
cyian-1756 2017-10-23 11:08:52 -04:00
parent 20478854d5
commit 32df5cb0e4

View File

@ -169,7 +169,7 @@ public class BasicRippersTest extends RippersTest {
} }
public void testImgboxRip() throws IOException { public void testImgboxRip() throws IOException {
AbstractRipper ripper = new ImgboxRipper(new URL("http://imgbox.com/g/sEMHfsqx4w")); AbstractRipper ripper = new ImgboxRipper(new URL("https://imgbox.com/g/FJPF7t26FD"));
testRipper(ripper); testRipper(ripper);
} }