1
0
mirror of https://github.com/RipMeApp/ripme.git synced 2025-08-27 07:44:20 +02:00

Merge pull request #929 from cyian-1756/PahealRipperTest

Added a test for the PahealRipper
This commit is contained in:
cyian-1756
2018-09-12 17:35:56 -04:00
committed by GitHub

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);
}
}