Merge pull request #363 from kevin51jiang/UpdatedFuskatorTestURL

Old Fuskator Test Link Fix
This commit is contained in:
cyian-1756 2017-12-28 05:17:12 -05:00 committed by GitHub
commit 6a6c054c38
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,7 +7,7 @@ import com.rarchives.ripme.ripper.rippers.FuskatorRipper;
public class FuskatorRipperTest extends RippersTest { public class FuskatorRipperTest extends RippersTest {
public void testFuskatorAlbum() throws IOException { public void testFuskatorAlbum() throws IOException {
FuskatorRipper ripper = new FuskatorRipper(new URL("http://fuskator.com/full/emJa1U6cqbi/index.html")); FuskatorRipper ripper = new FuskatorRipper(new URL("https://fuskator.com/thumbs/hqt6pPXAf9z/Shaved-Blonde-Babe-Katerina-Ambre.html"));
testRipper(ripper); testRipper(ripper);
} }
} }