mirror of
https://github.com/RipMeApp/ripme.git
synced 2025-08-25 23:06:22 +02:00
hentainexus flaky
This commit is contained in:
@@ -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"));
|
||||||
|
Reference in New Issue
Block a user