Add non404ing url to xhamster unit test

This commit is contained in:
cyian-1756 2017-10-23 11:33:19 -04:00
parent 3ee1d4999e
commit cb85c3a4d0

View File

@ -276,7 +276,7 @@ public class BasicRippersTest extends RippersTest {
}
public void testXhamsterAlbums() throws IOException {
XhamsterRipper ripper = new XhamsterRipper(new URL("https://xhamster.com/photos/gallery/volleyball-sluts-8305007"));
XhamsterRipper ripper = new XhamsterRipper(new URL("https://xhamster.com/photos/gallery/polaroids-2-8940215"));
testRipper(ripper);
}
}