mirror of
https://github.com/RipMeApp/ripme.git
synced 2025-08-01 19:40:18 +02:00
Disable ShesFreakyRipperTest (#254)
This commit is contained in:
@@ -6,8 +6,11 @@ import java.net.URL;
|
|||||||
import com.rarchives.ripme.ripper.rippers.ShesFreakyRipper;
|
import com.rarchives.ripme.ripper.rippers.ShesFreakyRipper;
|
||||||
|
|
||||||
public class ShesFreakyRipperTest extends RippersTest {
|
public class ShesFreakyRipperTest extends RippersTest {
|
||||||
|
// https://github.com/RipMeApp/ripme/issues/254
|
||||||
|
/*
|
||||||
public void testShesFreakyRip() throws IOException {
|
public void testShesFreakyRip() throws IOException {
|
||||||
ShesFreakyRipper ripper = new ShesFreakyRipper(new URL("http://www.shesfreaky.com/gallery/nicee-snow-bunny-579NbPjUcYa.html"));
|
ShesFreakyRipper ripper = new ShesFreakyRipper(new URL("http://www.shesfreaky.com/gallery/nicee-snow-bunny-579NbPjUcYa.html"));
|
||||||
testRipper(ripper);
|
testRipper(ripper);
|
||||||
}
|
}
|
||||||
|
*/
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user