1
0
mirror of https://github.com/RipMeApp/ripme.git synced 2025-08-01 03:20:20 +02:00

Re-enable FuskatorRipperTest since there doesn't seem to be anything wrong. (#244)

This commit is contained in:
metaprime
2017-11-21 02:33:23 -08:00
committed by GitHub
parent 98af20828f
commit 657ee130ca

View File

@@ -6,10 +6,8 @@ import java.net.URL;
import com.rarchives.ripme.ripper.rippers.FuskatorRipper;
public class FuskatorRipperTest extends RippersTest {
/*
public void testFuskatorAlbum() throws IOException {
FuskatorRipper ripper = new FuskatorRipper(new URL("http://fuskator.com/full/emJa1U6cqbi/index.html"));
testRipper(ripper);
}
*/
}