Old Fuskator test URL was not returning any images at all (even if human looked at it).

This is probably why all travis.cl builds have not been compiling.

Updated URL to more popular album. Hopefully it will not get deleted in the future.
Task #362 - Fuskator Ripper Test trying to download non-existent photos.
This commit is contained in:
Kevin Jiang 2017-12-27 20:02:28 -05:00
parent e3f88a4f5c
commit ed9b4c1ac3

View File

@ -7,7 +7,7 @@ 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"));
FuskatorRipper ripper = new FuskatorRipper(new URL("https://fuskator.com/thumbs/hqt6pPXAf9z/Shaved-Blonde-Babe-Katerina-Ambre.html"));
testRipper(ripper);
}
}