mirror of
https://github.com/RipMeApp/ripme.git
synced 2025-08-23 05:53:02 +02:00
replace nonexisting url with existing in test nextpage
This commit is contained in:
@@ -29,7 +29,7 @@ public class PornhubRipperTest extends RippersTest {
|
|||||||
|
|
||||||
@Test
|
@Test
|
||||||
public void testGetNextPage() throws IOException {
|
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));
|
PornhubRipper ripper = new PornhubRipper(new URL(baseURL));
|
||||||
Document page = Http.url(baseURL).get();
|
Document page = Http.url(baseURL).get();
|
||||||
int numPagesRemaining = 1;
|
int numPagesRemaining = 1;
|
||||||
|
Reference in New Issue
Block a user