1
0
mirror of https://github.com/RipMeApp/ripme.git synced 2025-08-25 23:06:22 +02:00

hentainexus flaky

This commit is contained in:
soloturn
2021-02-28 11:26:00 +01:00
parent dfb217179b
commit 0b63c26c82

View File

@@ -8,10 +8,12 @@ import java.util.List;
import com.rarchives.ripme.ripper.rippers.HentaiNexusRipper; import com.rarchives.ripme.ripper.rippers.HentaiNexusRipper;
import org.json.JSONObject; import org.json.JSONObject;
import org.junit.Assert; import org.junit.Assert;
import org.junit.jupiter.api.Tag;
import org.junit.jupiter.api.Test; import org.junit.jupiter.api.Test;
public class HentainexusRipperTest extends RippersTest { public class HentainexusRipperTest extends RippersTest {
@Test @Test
@Tag("flaky")
public void testHentaiNexusJson() throws IOException { public void testHentaiNexusJson() throws IOException {
List<URL> testURLs = new ArrayList<>(); List<URL> testURLs = new ArrayList<>();
testURLs.add(new URL("https://hentainexus.com/view/9202")); testURLs.add(new URL("https://hentainexus.com/view/9202"));