1
0
mirror of https://github.com/RipMeApp/ripme.git synced 2025-08-15 10:24:04 +02:00

AllporncomicRipperTest - formatted the test code; manually tested the ripper and it seems broken due to website changes

This commit is contained in:
MetaPrime
2025-01-05 00:02:21 -08:00
parent 1e5472ca6b
commit 5aca704dca

View File

@@ -12,8 +12,8 @@ public class AllporncomicRipperTest extends RippersTest {
@Test
@Tag("flaky")
public void testAlbum() throws IOException, URISyntaxException {
AllporncomicRipper ripper = new AllporncomicRipper(new URI("https://allporncomic.com/porncomic/dnd-pvp-dungeons-dragons-fred-perry/1-dnd-pvp").toURL());
AllporncomicRipper ripper = new AllporncomicRipper(
new URI("https://allporncomic.com/porncomic/dnd-pvp-dungeons-dragons-fred-perry/1-dnd-pvp").toURL());
testRipper(ripper);
}
}