ArtStationRipper: update unit test

This commit is contained in:
Mateus B. Cassiano 2018-07-16 02:09:06 -04:00
parent 47cab78843
commit 9bb28cf4c7

View File

@ -23,6 +23,7 @@ public class ArtStationRipperTest extends RippersTest {
public void testArtStationUserProfiles() throws IOException { public void testArtStationUserProfiles() throws IOException {
List<URL> contentURLs = new ArrayList<>(); List<URL> contentURLs = new ArrayList<>();
contentURLs.add(new URL("https://www.artstation.com/heitoramatsu")); contentURLs.add(new URL("https://www.artstation.com/heitoramatsu"));
contentURLs.add(new URL("https://artstation.com/kuvshinov_ilya"));
contentURLs.add(new URL("http://artstation.com/givemeapiggy")); contentURLs.add(new URL("http://artstation.com/givemeapiggy"));
for (URL url : contentURLs) { for (URL url : contentURLs) {
ArtStationRipper ripper = new ArtStationRipper(url); ArtStationRipper ripper = new ArtStationRipper(url);