1
0
mirror of https://github.com/RipMeApp/ripme.git synced 2025-08-29 16:50:10 +02:00

imagefapripertest, xhamster flaky

This commit is contained in:
soloturn
2020-10-25 20:05:14 +01:00
parent ab4b584a97
commit 122b6d1d5e
2 changed files with 4 additions and 0 deletions

View File

@@ -7,10 +7,12 @@ import java.util.Map;
import com.rarchives.ripme.ripper.rippers.ImagefapRipper;
import org.junit.jupiter.api.Assertions;
import org.junit.jupiter.api.Tag;
import org.junit.jupiter.api.Test;
public class ImagefapRipperTest extends RippersTest {
@Test
@Tag("flaky")
public void testImagefapAlbums() throws IOException {
Map<URL, String> testURLs = new HashMap<>();

View File

@@ -7,6 +7,7 @@ import com.rarchives.ripme.ripper.rippers.XhamsterRipper;
import org.jsoup.nodes.Document;
import org.junit.jupiter.api.Assertions;
import org.junit.jupiter.api.Disabled;
import org.junit.jupiter.api.Tag;
import org.junit.jupiter.api.Test;
@@ -32,6 +33,7 @@ public class XhamsterRipperTest extends RippersTest {
testRipper(ripper);
}
@Test
@Tag("flaky")
public void testXhamsterAlbumDesiDomain() throws IOException {
XhamsterRipper ripper = new XhamsterRipper(new URL("https://xhamster.desi/photos/gallery/japanese-dolls-4-asahi-mizuno-7254664"));
testRipper(ripper);