1
0
mirror of https://github.com/RipMeApp/ripme.git synced 2025-08-22 21:43:06 +02:00

pornhubrippertest flaky

This commit is contained in:
soloturn
2021-03-20 10:01:47 +01:00
parent 4dd23d3a82
commit d68dfd391b

View File

@@ -8,6 +8,7 @@ import com.rarchives.ripme.utils.Http;
import com.rarchives.ripme.utils.Utils;
import org.jsoup.nodes.Document;
import org.junit.jupiter.api.Assertions;
import org.junit.jupiter.api.Tag;
import org.junit.jupiter.api.Test;
public class PornhubRipperTest extends RippersTest {
@@ -28,6 +29,7 @@ public class PornhubRipperTest extends RippersTest {
}
@Test
@Tag("flaky")
public void testGetNextPage() throws IOException {
String baseURL = "https://www.pornhub.com/album/30687901";
PornhubRipper ripper = new PornhubRipper(new URL(baseURL));