Added unit test for myhentaicomics
This commit is contained in:
parent
b9245a0432
commit
e69b32d8a5
@ -0,0 +1,13 @@
|
||||
package com.rarchives.ripme.tst.ripper.rippers;
|
||||
|
||||
import java.io.IOException;
|
||||
import java.net.URL;
|
||||
|
||||
import com.rarchives.ripme.ripper.rippers.MyhentaicomicsRipper;
|
||||
|
||||
public class MyhentaicomicsRipperTest extends RippersTest {
|
||||
public void testHentaiCafeAlbum() throws IOException {
|
||||
MyhentaicomicsRipper ripper = new MyhentaicomicsRipper(new URL("http://myhentaicomics.com/index.php/Nienna-Lost-Tales"));
|
||||
testRipper(ripper);
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user