Skip to content

Commit

Permalink
AllporncomicRipperTest - formatted the test code; manually tested the…
Browse files Browse the repository at this point in the history
… ripper and it seems broken due to website changes
  • Loading branch information
metaprime committed Jan 5, 2025
1 parent 1e5472c commit 5aca704
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}

}

0 comments on commit 5aca704

Please sign in to comment.