Skip to content

Commit

Permalink
DrawcrowdRipperTest (disabled #304)
Browse files Browse the repository at this point in the history
  • Loading branch information
metaprime committed Nov 30, 2017
1 parent 259ce06 commit 4ff1d97
Showing 1 changed file with 16 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
package com.rarchives.ripme.tst.ripper.rippers;

import java.io.IOException;
import java.net.URL;

import com.rarchives.ripme.ripper.rippers.DrawcrowdRipper;

public class DrawcrowdRipperTest extends RippersTest {
/*
// https://github.com/RipMeApp/ripme/issues/304 -- Drawcrowd broken (site changed)
public void testRip() throws IOException {
DrawcrowdRipper ripper = new DrawcrowdRipper(new URL("https://drawcrowd.com/rabbiteyes"));
testRipper(ripper);
}
*/
}

0 comments on commit 4ff1d97

Please sign in to comment.