mirror of
https://github.com/RipMeApp/ripme.git
synced 2025-08-30 09:10:44 +02:00
Update MangadexRipperTest.java
Added test case for manga
This commit is contained in:
@@ -11,5 +11,12 @@ public class MangadexRipperTest extends RippersTest{
|
|||||||
MangadexRipper ripper = new MangadexRipper(new URL("https://mangadex.org/chapter/467904/"));
|
MangadexRipper ripper = new MangadexRipper(new URL("https://mangadex.org/chapter/467904/"));
|
||||||
testRipper(ripper);
|
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);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user