Extended HitomiRipper unit test
This commit is contained in:
parent
a7445ec4ac
commit
f8a8fdb9dc
@ -9,5 +9,6 @@ public class HitomiRipperTest extends RippersTest {
|
|||||||
public void testRip() throws IOException {
|
public void testRip() throws IOException {
|
||||||
HitomiRipper ripper = new HitomiRipper(new URL("https://hitomi.la/galleries/975973.html"));
|
HitomiRipper ripper = new HitomiRipper(new URL("https://hitomi.la/galleries/975973.html"));
|
||||||
testRipper(ripper);
|
testRipper(ripper);
|
||||||
|
assertTrue(ripper.getGID(new URL("https://hitomi.la/galleries/975973.html")).equals("975973"));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user