replaced unit test url

This commit is contained in:
cyian-1756 2018-10-06 09:50:26 -04:00
parent ec64de1c9b
commit fb2c6583b0

View File

@ -35,7 +35,7 @@ public class XhamsterRipperTest extends RippersTest {
} }
public void testGetNextPage() throws IOException { public void testGetNextPage() throws IOException {
XhamsterRipper ripper = new XhamsterRipper(new URL("https://pt.xhamster.com/photos/gallery/silvana-7105696")); XhamsterRipper ripper = new XhamsterRipper(new URL("https://pt.xhamster.com/photos/gallery/mega-compil-6-10728626"));
Document doc = ripper.getFirstPage(); Document doc = ripper.getFirstPage();
try { try {
ripper.getNextPage(doc); ripper.getNextPage(doc);