mirror of
https://github.com/RipMeApp/ripme.git
synced 2025-08-26 07:14:38 +02:00
Added PorncomixDotOneRipper unit test
This commit is contained in:
@@ -0,0 +1,13 @@
|
|||||||
|
package com.rarchives.ripme.tst.ripper.rippers;
|
||||||
|
|
||||||
|
import java.io.IOException;
|
||||||
|
import java.net.URL;
|
||||||
|
|
||||||
|
import com.rarchives.ripme.ripper.rippers.PorncomixDotOneRipper;
|
||||||
|
|
||||||
|
public class PorncomixDotOneRipperTest extends RippersTest {
|
||||||
|
public void testPorncomixAlbum() throws IOException {
|
||||||
|
PorncomixDotOneRipper ripper = new PorncomixDotOneRipper(new URL("https://www.porncomix.one/gallery/blacknwhite-make-america-great-again"));
|
||||||
|
testRipper(ripper);
|
||||||
|
}
|
||||||
|
}
|
Reference in New Issue
Block a user