1
0
mirror of https://github.com/RipMeApp/ripme.git synced 2025-04-07 13:32:25 +02:00

Extended HitomiRipper unit test

This commit is contained in:
cyian-1756 2018-04-19 18:58:47 -04:00
parent a7445ec4ac
commit f8a8fdb9dc

View File

@ -9,5 +9,6 @@ public class HitomiRipperTest extends RippersTest {
public void testRip() throws IOException {
HitomiRipper ripper = new HitomiRipper(new URL("https://hitomi.la/galleries/975973.html"));
testRipper(ripper);
assertTrue(ripper.getGID(new URL("https://hitomi.la/galleries/975973.html")).equals("975973"));
}
}