mirror of
https://github.com/RipMeApp/ripme.git
synced 2025-08-22 21:43:06 +02:00
pornhubrippertest flaky
This commit is contained in:
@@ -8,6 +8,7 @@ import com.rarchives.ripme.utils.Http;
|
|||||||
import com.rarchives.ripme.utils.Utils;
|
import com.rarchives.ripme.utils.Utils;
|
||||||
import org.jsoup.nodes.Document;
|
import org.jsoup.nodes.Document;
|
||||||
import org.junit.jupiter.api.Assertions;
|
import org.junit.jupiter.api.Assertions;
|
||||||
|
import org.junit.jupiter.api.Tag;
|
||||||
import org.junit.jupiter.api.Test;
|
import org.junit.jupiter.api.Test;
|
||||||
|
|
||||||
public class PornhubRipperTest extends RippersTest {
|
public class PornhubRipperTest extends RippersTest {
|
||||||
@@ -28,6 +29,7 @@ public class PornhubRipperTest extends RippersTest {
|
|||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
|
@Tag("flaky")
|
||||||
public void testGetNextPage() throws IOException {
|
public void testGetNextPage() throws IOException {
|
||||||
String baseURL = "https://www.pornhub.com/album/30687901";
|
String baseURL = "https://www.pornhub.com/album/30687901";
|
||||||
PornhubRipper ripper = new PornhubRipper(new URL(baseURL));
|
PornhubRipper ripper = new PornhubRipper(new URL(baseURL));
|
||||||
|
Reference in New Issue
Block a user