1
0
mirror of https://github.com/RipMeApp/ripme.git synced 2025-08-26 07:14:38 +02:00

Update MangadexRipperTest.java

Added test case for manga
This commit is contained in:
nikozark
2020-10-03 05:36:15 +03:00
parent 2bb8d3a64f
commit 18d8b51a94

View File

@@ -11,5 +11,12 @@ public class MangadexRipperTest extends RippersTest{
MangadexRipper ripper = new MangadexRipper(new URL("https://mangadex.org/chapter/467904/"));
testRipper(ripper);
}
public class testMangaRip extends RippersTest{
public void testRip() throws IOException {
MangadexRipper ripper = new MangadexRipper(new URL("https://mangadex.org/title/44625/this-croc-will-die-in-100-days"));
testRipper(ripper);
}
}
}