1
0
mirror of https://github.com/RipMeApp/ripme.git synced 2025-08-13 17:34:13 +02:00

hetaicafe flaky

This commit is contained in:
soloturn
2021-03-14 09:11:47 +01:00
parent ca00083c15
commit 4acda1585d

View File

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