mirror of
https://github.com/RipMeApp/ripme.git
synced 2025-08-23 14:02:54 +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
|
||||
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;
|
||||
|
Reference in New Issue
Block a user