1
0
mirror of https://github.com/RipMeApp/ripme.git synced 2025-08-26 15:24:51 +02:00

Fixed minor issue

This commit is contained in:
cyian-1756
2018-09-12 12:39:56 -04:00
parent b46aee5c7e
commit 9964c36db3

View File

@@ -14,8 +14,6 @@ public class SpankBangRipperTest extends RippersTest {
if (Utils.getConfigBoolean("test.run_flaky_tests", false)) {
SpankbangRipper ripper = new SpankbangRipper(new URL("https://spankbang.com/2a7fh/video/mdb901")); //most popular video of all time on site; should stay up
testRipper(ripper);
} else {
LOGGER.info("Skipping SpankBang ripper test");
}
}