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

replace nonexisting url with existing in test nextpage

This commit is contained in:
soloturn
2020-12-25 16:47:01 +01:00
parent 669ef3a9f4
commit 6b87b9c180

View File

@@ -29,7 +29,7 @@ public class PornhubRipperTest extends RippersTest {
@Test
public void testGetNextPage() throws IOException {
String baseURL = "https://www.pornhub.com/album/43902391";
String baseURL = "https://www.pornhub.com/album/30687901";
PornhubRipper ripper = new PornhubRipper(new URL(baseURL));
Document page = Http.url(baseURL).get();
int numPagesRemaining = 1;