mirror of
https://github.com/RipMeApp/ripme.git
synced 2025-08-12 08:54:11 +02:00
Changed i.thechive test link
Changed Imgur 100 or more test link
This commit is contained in:
@@ -66,7 +66,7 @@ public class ImgurRipperTest extends RippersTest {
|
|||||||
}
|
}
|
||||||
|
|
||||||
public void testImgurAlbumWithMoreThan100Pictures() throws IOException {
|
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);
|
assertTrue("Failed to find 100 files from " + album.url.toExternalForm() + ", only got " + album.images.size(), album.images.size() >= 100);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@@ -58,7 +58,7 @@ public class ThechiveRipperTest extends RippersTest {
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
public void testIDotThechive() throws IOException {
|
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);
|
testRipper(ripper);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user