1
0
mirror of https://github.com/RipMeApp/ripme.git synced 2025-01-16 20:28:15 +01:00

ehentai test switch on, listal switch off

This commit is contained in:
soloturn 2024-12-13 04:05:15 +01:00
parent e86161dd35
commit ca96ce8849
2 changed files with 4 additions and 5 deletions

View File

@ -8,13 +8,10 @@ import java.util.List;
import com.rarchives.ripme.ripper.rippers.EHentaiRipper;
import com.rarchives.ripme.utils.RipUtils;
import org.junit.jupiter.api.Assertions;
import org.junit.jupiter.api.Tag;
import org.junit.jupiter.api.Test;
import org.junit.jupiter.api.*;
public class EhentaiRipperTest extends RippersTest {
@Test
@Tag("flaky")
public void testEHentaiAlbum() throws IOException, URISyntaxException {
EHentaiRipper ripper = new EHentaiRipper(new URI("https://e-hentai.org/g/1144492/e823bdf9a5/").toURL());
testRipper(ripper);

View File

@ -5,7 +5,7 @@ import java.net.URI;
import java.net.URISyntaxException;
import com.rarchives.ripme.ripper.rippers.ListalRipper;
import org.junit.jupiter.api.Test;
import org.junit.jupiter.api.*;
public class ListalRipperTest extends RippersTest {
@ -13,6 +13,7 @@ public class ListalRipperTest extends RippersTest {
* Test for list type url.
*/
@Test
@Tag("flaky")
public void testPictures() throws IOException, URISyntaxException {
ListalRipper ripper =
new ListalRipper(new URI("https://www.listal.com/emma-stone_iii/pictures").toURL());
@ -23,6 +24,7 @@ public class ListalRipperTest extends RippersTest {
* Test for list type url.
*/
@Test
@Tag("flaky")
public void testRipListType() throws IOException, URISyntaxException {
ListalRipper ripper =
new ListalRipper(new URI("https://www.listal.com/list/evolution-emma-stone").toURL());