Merge pull request #363 from kevin51jiang/UpdatedFuskatorTestURL
Old Fuskator Test Link Fix
This commit is contained in:
commit
6a6c054c38
@ -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);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user