mirror of
https://github.com/RipMeApp/ripme.git
synced 2025-04-21 12:12:38 +02:00
Add test for FreeComicOnlineRipper
This commit is contained in:
parent
4ac7b1a5e5
commit
bca1b33868
@ -0,0 +1,18 @@
|
||||
package com.rarchives.ripme.tst.ripper.rippers;
|
||||
|
||||
import java.io.IOException;
|
||||
import java.net.URI;
|
||||
import java.net.URISyntaxException;
|
||||
|
||||
import org.junit.jupiter.api.Test;
|
||||
|
||||
import com.rarchives.ripme.ripper.rippers.FreeComicOnlineRipper;
|
||||
|
||||
public class FreeComicOnlineRipperTest extends RippersTest {
|
||||
@Test
|
||||
public void testFreeComicOnlineChapterAlbum() throws IOException, URISyntaxException {
|
||||
FreeComicOnlineRipper ripper = new FreeComicOnlineRipper(
|
||||
new URI("https://freecomiconline.me/comic/perfect-half-hentai0003/chapter-01/").toURL());
|
||||
testRipper(ripper);
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user