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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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);
}
*/
}