mirror of
https://github.com/RipMeApp/ripme.git
synced 2025-08-27 07:44:20 +02:00
Replaced 404ing url with a url that's not 404ing
This commit is contained in:
@@ -33,7 +33,7 @@ public class EromeRipperTest extends RippersTest {
|
||||
}
|
||||
|
||||
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);
|
||||
testRipper(ripper);
|
||||
}
|
||||
|
Reference in New Issue
Block a user