1
0
mirror of https://github.com/RipMeApp/ripme.git synced 2025-08-11 16:34:04 +02:00

Changed i.thechive test link

Changed Imgur 100 or more test link
This commit is contained in:
Isaaku
2019-06-21 19:11:30 -05:00
parent bcaaa4fa32
commit 5208ff86ef
2 changed files with 2 additions and 2 deletions

View File

@@ -66,7 +66,7 @@ public class ImgurRipperTest extends RippersTest {
}
public void testImgurAlbumWithMoreThan100Pictures() throws IOException {
ImgurAlbum album = ImgurRipper.getImgurAlbum(new URL("http://imgur.com/a/zXZBU"));
ImgurAlbum album = ImgurRipper.getImgurAlbum(new URL("https://imgur.com/a/HX3JSrD"));
assertTrue("Failed to find 100 files from " + album.url.toExternalForm() + ", only got " + album.images.size(), album.images.size() >= 100);
}

View File

@@ -58,7 +58,7 @@ public class ThechiveRipperTest extends RippersTest {
*/
public void testIDotThechive() throws IOException {
ThechiveRipper ripper = new ThechiveRipper(new URL("https://i.thechive.com/HHHoney"));
ThechiveRipper ripper = new ThechiveRipper(new URL("https://i.thechive.com/witcheva"));
testRipper(ripper);
}