mirror of
https://github.com/RipMeApp/ripme.git
synced 2025-08-27 15:49:50 +02:00
Added test case for bad urls
This commit is contained in:
@@ -10,4 +10,10 @@ public class HentaicafeRipperTest extends RippersTest {
|
|||||||
HentaiCafeRipper ripper = new HentaiCafeRipper(new URL("https://hentai.cafe/kikuta-the-oni-in-the-room/"));
|
HentaiCafeRipper ripper = new HentaiCafeRipper(new URL("https://hentai.cafe/kikuta-the-oni-in-the-room/"));
|
||||||
testRipper(ripper);
|
testRipper(ripper);
|
||||||
}
|
}
|
||||||
|
// This album has a line break (<br />) in the url. Test it to make sure ripme can handle these invalid urls
|
||||||
|
public void testAlbumWithInvalidChars() throws IOException {
|
||||||
|
HentaiCafeRipper ripper = new HentaiCafeRipper(new URL("https://hentai.cafe/chobipero-club/"));
|
||||||
|
testRipper(ripper);
|
||||||
|
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user