Added a test for the PahealRipper

This commit is contained in:
cyian-1756 2018-09-11 05:00:28 -04:00
parent 85316c7646
commit 5cf5785fcb

View File

@ -6,5 +6,9 @@ import java.net.URL;
import com.rarchives.ripme.ripper.rippers.PahealRipper;
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);
}
}