1
0
mirror of https://github.com/RipMeApp/ripme.git synced 2025-08-26 15:24:51 +02:00

Merge pull request #1101 from cyian-1756/tumblrEmbeddedTestFixes

Commented out a failing test for the tumblr ripper
This commit is contained in:
cyian-1756
2018-12-13 06:04:19 -05:00
committed by GitHub

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