Skip to content

Commit

Permalink
Remove 404 test URL from ArtStationRipperTest
Browse files Browse the repository at this point in the history
  • Loading branch information
metaprime committed Feb 2, 2025
1 parent c852941 commit f4ea0fe
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ public void testArtStationProjects() throws IOException, URISyntaxException {
List<URL> contentURLs = new ArrayList<>();
contentURLs.add(new URI("https://www.artstation.com/artwork/the-dwarf-mortar").toURL());
contentURLs.add(new URI("https://www.artstation.com/artwork/K36GR").toURL());
contentURLs.add(new URI("http://artstation.com/artwork/5JJQw").toURL());
for (URL url : contentURLs) {
ArtStationRipper ripper = new ArtStationRipper(url);
testRipper(ripper);
Expand Down

0 comments on commit f4ea0fe

Please sign in to comment.