Replaced 404ing url with a url that's not 404ing
This commit is contained in:
parent
8fbac6e94f
commit
30d785a2c8
@ -33,7 +33,7 @@ public class EromeRipperTest extends RippersTest {
|
|||||||
}
|
}
|
||||||
|
|
||||||
public void testRip() throws IOException {
|
public void testRip() throws IOException {
|
||||||
URL url = new URL("https://www.erome.com/a/4FqeUxil");
|
URL url = new URL("https://www.erome.com/a/vlefBdsg");
|
||||||
EromeRipper ripper = new EromeRipper(url);
|
EromeRipper ripper = new EromeRipper(url);
|
||||||
testRipper(ripper);
|
testRipper(ripper);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user