Added unit test for tapas ripper
This commit is contained in:
parent
5fc50e524b
commit
776cf522f4
@ -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.TapasticRipper;
|
||||
|
||||
public class TapasRipperTest extends RippersTest {
|
||||
public void testTapasRipperAlbum() throws IOException {
|
||||
TapasticRipper ripper = new TapasticRipper(new URL("https://tapas.io/series/tsiwbakd-comic"));
|
||||
testRipper(ripper);
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user