1
0
mirror of https://github.com/RipMeApp/ripme.git synced 2025-02-19 21:54:50 +01:00

hetaicafe flaky

This commit is contained in:
soloturn 2021-03-14 09:11:47 +01:00
parent 3b6727192f
commit 6aa7882dd8

View File

@ -4,16 +4,19 @@ import java.io.IOException;
import java.net.URL;
import com.rarchives.ripme.ripper.rippers.HentaiCafeRipper;
import org.junit.jupiter.api.Tag;
import org.junit.jupiter.api.Test;
public class HentaicafeRipperTest extends RippersTest {
@Test
@Tag("flaky")
public void testHentaiCafeAlbum() throws IOException {
HentaiCafeRipper ripper = new HentaiCafeRipper(new URL("https://hentai.cafe/kikuta-the-oni-in-the-room/"));
testRipper(ripper);
}
// This album has a line break (<br />) in the url. Test it to make sure ripme can handle these invalid urls
@Test
@Tag("flaky")
public void testAlbumWithInvalidChars() throws IOException {
HentaiCafeRipper ripper = new HentaiCafeRipper(new URL("https://hentai.cafe/chobipero-club/"));
testRipper(ripper);