mirror of
https://github.com/RipMeApp/ripme.git
synced 2025-08-22 21:43:06 +02:00
Added a test for Myreadingmanga
This commit is contained in:
@@ -1,4 +1,13 @@
|
||||
package com.rarchives.ripme.tst.ripper.rippers;
|
||||
|
||||
public class MyreadingmangaRipperTest {
|
||||
import java.io.IOException;
|
||||
import java.net.URL;
|
||||
import com.rarchives.ripme.ripper.rippers.MyreadingmangaRipper;
|
||||
|
||||
|
||||
public class MyreadingmangaRipperTest extends RippersTest {
|
||||
public void testRip() throws IOException {
|
||||
MyreadingmangaRipper ripper = new MyreadingmangaRipper(new URL("https://myreadingmanga.info/zelo-lee-brave-lover-dj-slave-market-jp/"));
|
||||
testRipper(ripper);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user