Issue #226: Temporarily disable ImagefapRipperTest because fap.to is unreachable.
This commit is contained in:
parent
a95cc719d2
commit
1e47413fdb
@ -11,6 +11,10 @@ public class ImagefapRipperTest extends RippersTest {
|
||||
|
||||
public void testImagefapAlbums() throws IOException {
|
||||
Map<URL, String> testURLs = new HashMap<>();
|
||||
|
||||
/*
|
||||
Temporarily disabled test. See issue https://github.com/RipMeApp/ripme/issues/226
|
||||
|
||||
// Album with specific title
|
||||
testURLs.put(new URL("http://www.imagefap.com/pictures/4649440/Frozen-%28Elsa-and-Anna%29?view=2"),
|
||||
"Frozen (Elsa and Anna)");
|
||||
@ -18,6 +22,7 @@ public class ImagefapRipperTest extends RippersTest {
|
||||
// New URL format
|
||||
testURLs.put(new URL("http://www.imagefap.com/gallery.php?pgid=fffd68f659befa5535cf78f014e348f1"),
|
||||
"imagefap_fffd68f659befa5535cf78f014e348f1");
|
||||
*/
|
||||
|
||||
for (URL url : testURLs.keySet()) {
|
||||
ImagefapRipper ripper = new ImagefapRipper(url);
|
||||
|
Loading…
Reference in New Issue
Block a user