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

textGetNextPage Soundgasm test flaky

This commit is contained in:
soloturn
2022-04-01 06:43:57 +02:00
parent 774805892d
commit 76b2bc80bb
2 changed files with 4 additions and 0 deletions

View File

@@ -2,6 +2,7 @@ package com.rarchives.ripme.tst.ripper.rippers;
import com.rarchives.ripme.ripper.rippers.RedditRipper;
import com.rarchives.ripme.ripper.rippers.SoundgasmRipper;
import org.junit.jupiter.api.Tag;
import org.junit.jupiter.api.Test;
import java.io.IOException;
@@ -10,12 +11,14 @@ import java.net.URL;
public class SoundgasmRipperTest extends RippersTest {
@Test
@Tag("flaky")
public void testSoundgasmURLs() throws IOException {
SoundgasmRipper ripper = new SoundgasmRipper(new URL("https://soundgasm.net/u/_Firefly_xoxo/Rambles-with-my-Lovense"));
testRipper(ripper);
}
@Test
@Tag("flaky")
public void testRedditSoundgasmURL() throws IOException {
RedditRipper ripper = new RedditRipper(new URL("https://www.reddit.com/r/gonewildaudio/comments/kn1bvj/f4m_mistress_controlled_my_lovense_while_i_tried/"));
testRipper(ripper);

View File

@@ -61,6 +61,7 @@ public class XhamsterRipperTest extends RippersTest {
Assertions.assertEquals("7254664", ripper.getGID(url));
}
@Test
@Tag("flaky")
public void testGetNextPage() throws IOException {
XhamsterRipper ripper = new XhamsterRipper(new URL("https://pt.xhamster.com/photos/gallery/mega-compil-6-10728626"));
Document doc = ripper.getFirstPage();