1
0
mirror of https://github.com/RipMeApp/ripme.git synced 2025-01-18 05:08:15 +01:00

Merge pull request #3 from saladzic/porncomix-tests

Porncomix test disabled because the website is offline
This commit is contained in:
soloturn 2021-02-15 08:35:26 +01:00 committed by GitHub
commit c10cbd0de7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,10 +4,12 @@ import java.io.IOException;
import java.net.URL;
import com.rarchives.ripme.ripper.rippers.PorncomixDotOneRipper;
import org.junit.jupiter.api.Disabled;
import org.junit.jupiter.api.Test;
public class PorncomixDotOneRipperTest extends RippersTest {
@Test
@Disabled("website down?")
public void testPorncomixAlbum() throws IOException {
PorncomixDotOneRipper ripper = new PorncomixDotOneRipper(new URL("https://www.porncomix.one/gallery/blacknwhite-make-america-great-again"));
testRipper(ripper);