mirror of
https://github.com/RipMeApp/ripme.git
synced 2025-08-26 23:34:53 +02:00
Commented out a failing test for the tumblr ripper
This commit is contained in:
@@ -20,8 +20,10 @@ public class TumblrRipperTest extends RippersTest {
|
|||||||
// TumblrRipper ripper = new TumblrRipper(new URL("http://sadbaffoon.tumblr.com/post/132045920789/what-a-hoe"));
|
// TumblrRipper ripper = new TumblrRipper(new URL("http://sadbaffoon.tumblr.com/post/132045920789/what-a-hoe"));
|
||||||
// testRipper(ripper);
|
// testRipper(ripper);
|
||||||
// }
|
// }
|
||||||
public void testEmbeddedImage() throws IOException {
|
|
||||||
TumblrRipper ripper = new TumblrRipper(new URL("https://these-are-my-b-sides.tumblr.com/post/178225921524/this-was-fun"));
|
// Commented out because the test link is 404ing
|
||||||
testRipper(ripper);
|
// public void testEmbeddedImage() throws IOException {
|
||||||
}
|
// TumblrRipper ripper = new TumblrRipper(new URL("https://these-are-my-b-sides.tumblr.com/post/178225921524/this-was-fun"));
|
||||||
|
// testRipper(ripper);
|
||||||
|
// }
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user