mirror of
https://github.com/RipMeApp/ripme.git
synced 2025-08-27 15:49:50 +02:00
Merge pull request #929 from cyian-1756/PahealRipperTest
Added a test for the PahealRipper
This commit is contained in:
@@ -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);
|
||||||
|
}
|
||||||
}
|
}
|
Reference in New Issue
Block a user