1
0
mirror of https://github.com/RipMeApp/ripme.git synced 2025-08-20 20:51:28 +02:00

Added unit test for non-english xhamster url

This commit is contained in:
cyian-1756
2018-06-14 22:25:41 -04:00
parent d7f39d9f9b
commit 340c225dc6

View File

@@ -17,6 +17,11 @@ public class XhamsterRipperTest extends RippersTest {
testRipper(ripper);
}
public void testBrazilianXhamster() throws IOException {
XhamsterRipper ripper = new XhamsterRipper(new URL("https://pt.xhamster.com/photos/gallery/silvana-7105696"));
testRipper(ripper);
}
public void testGetGID() throws IOException {
URL url = new URL("https://xhamster.com/photos/gallery/japanese-dolls-4-asahi-mizuno-7254664");
XhamsterRipper ripper = new XhamsterRipper(url);