mirror of
https://github.com/RipMeApp/ripme.git
synced 2025-08-27 07:44:20 +02:00
Added unit test for getGID
This commit is contained in:
@@ -11,6 +11,12 @@ public class HentaifoundryRipperTest extends RippersTest {
|
||||
testRipper(ripper);
|
||||
}
|
||||
|
||||
public void testHentaifoundryGetGID() throws IOException {
|
||||
HentaifoundryRipper ripper = new HentaifoundryRipper(new URL("https://www.hentai-foundry.com/stories/user/Rakked"));
|
||||
testRipper(ripper);
|
||||
assertEquals("Rakked", ripper.getGID(new URL("https://www.hentai-foundry.com/stories/user/Rakked")));
|
||||
}
|
||||
|
||||
public void testHentaifoundryPdfRip() throws IOException {
|
||||
HentaifoundryRipper ripper = new HentaifoundryRipper(new URL("https://www.hentai-foundry.com/stories/user/Rakked"));
|
||||
testRipper(ripper);
|
||||
|
Reference in New Issue
Block a user