ArtStationRipper: update unit test
This commit is contained in:
parent
47cab78843
commit
9bb28cf4c7
@ -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);
|
||||||
|
Loading…
Reference in New Issue
Block a user