replaced unit test url

This commit is contained in:
cyian-1756 2018-10-06 09:50:26 -04:00
parent ec64de1c9b
commit fb2c6583b0
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ public class XhamsterRipperTest extends RippersTest {
}
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();
try {
ripper.getNextPage(doc);