mirror of
https://github.com/RipMeApp/ripme.git
synced 2025-08-01 19:40:18 +02:00
Add another URL to AllporncomicRipper test, but ripper is still broken due to site changes causing 403
This commit is contained in:
@@ -11,9 +11,19 @@ import java.net.URISyntaxException;
|
|||||||
public class AllporncomicRipperTest extends RippersTest {
|
public class AllporncomicRipperTest extends RippersTest {
|
||||||
@Test
|
@Test
|
||||||
@Tag("flaky")
|
@Tag("flaky")
|
||||||
public void testAlbum() throws IOException, URISyntaxException {
|
public void testAlbum1() throws IOException, URISyntaxException {
|
||||||
AllporncomicRipper ripper = new AllporncomicRipper(
|
AllporncomicRipper ripper = new AllporncomicRipper(
|
||||||
new URI("https://allporncomic.com/porncomic/dnd-pvp-dungeons-dragons-fred-perry/1-dnd-pvp").toURL());
|
new URI("https://allporncomic.com/porncomic/dnd-pvp-dungeons-dragons-fred-perry/1-dnd-pvp").toURL());
|
||||||
testRipper(ripper);
|
testRipper(ripper);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Test
|
||||||
|
@Tag("flaky")
|
||||||
|
public void testAlbum2() throws IOException, URISyntaxException {
|
||||||
|
AllporncomicRipper ripper = new AllporncomicRipper(
|
||||||
|
new URI("https://allporncomic.com/porncomic/hinatas-addiction-boruto-burgersnshakesa/3-hinatas-addiction/")
|
||||||
|
.toURL());
|
||||||
|
testRipper(ripper);
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user