Added a test for the PahealRipper
This commit is contained in:
parent
85316c7646
commit
5cf5785fcb
@ -6,5 +6,9 @@ import java.net.URL;
|
|||||||
import com.rarchives.ripme.ripper.rippers.PahealRipper;
|
import com.rarchives.ripme.ripper.rippers.PahealRipper;
|
||||||
|
|
||||||
public class PahealRipperTest extends RippersTest {
|
public class PahealRipperTest extends RippersTest {
|
||||||
// TODO add a test
|
public void testPahealRipper() throws IOException {
|
||||||
|
// a photo set
|
||||||
|
PahealRipper ripper = new PahealRipper(new URL("http://rule34.paheal.net/post/list/bimbo/1"));
|
||||||
|
testRipper(ripper);
|
||||||
|
}
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user