mirror of
https://github.com/RipMeApp/ripme.git
synced 2025-08-31 17:42:11 +02:00
Removed test for url that now 404s
This commit is contained in:
@@ -47,9 +47,7 @@ public class BasicRippersTest extends RippersTest {
|
|||||||
}
|
}
|
||||||
|
|
||||||
public void testEightmusesAlbum() throws IOException {
|
public void testEightmusesAlbum() throws IOException {
|
||||||
EightmusesRipper ripper = new EightmusesRipper(new URL("http://www.8muses.com/index/category/jab-hotassneighbor7"));
|
EightmusesRipper ripper = new EightmusesRipper(new URL("https://www.8muses.com/album/jab-comics/a-model-life"));
|
||||||
testRipper(ripper);
|
|
||||||
ripper = new EightmusesRipper(new URL("https://www.8muses.com/album/jab-comics/a-model-life"));
|
|
||||||
testRipper(ripper);
|
testRipper(ripper);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user