Added hentaicafe ripper unit test

This commit is contained in:
cyian-1756 2017-11-21 09:22:35 -05:00
parent 1000fb78e8
commit b9245a0432

View File

@ -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.HentaiCafeRipper;
public class HentaicafeRipperTest extends RippersTest {
public void testHentaiCafeAlbum() throws IOException {
HentaiCafeRipper ripper = new HentaiCafeRipper(new URL("https://hentai.cafe/kikuta-the-oni-in-the-room/"));
testRipper(ripper);
}
}