mirror of
https://github.com/RipMeApp/ripme.git
synced 2025-04-06 13:02:26 +02:00
Added unit test for porncomix ripper
This commit is contained in:
parent
3a0d6c1213
commit
6993007fd6
@ -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.PorncomixRipper;
|
||||
|
||||
public class PorncomixRipperTest extends RippersTest {
|
||||
public void testPorncomixAlbum() throws IOException {
|
||||
PorncomixRipper ripper = new PorncomixRipper(new URL("http://www.porncomix.info/lust-unleashed-desire-to-submit/"));
|
||||
testRipper(ripper);
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user