1
0
mirror of https://github.com/RipMeApp/ripme.git synced 2025-08-26 07:14:38 +02:00

Commented out a failing test for the tumblr ripper

This commit is contained in:
cyian-1756
2018-12-13 05:37:30 -05:00
parent 6f896019a5
commit 59b765eb90

View File

@@ -20,8 +20,10 @@ public class TumblrRipperTest extends RippersTest {
// TumblrRipper ripper = new TumblrRipper(new URL("http://sadbaffoon.tumblr.com/post/132045920789/what-a-hoe"));
// 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);
}
// Commented out because the test link is 404ing
// 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);
// }
}