1
0
mirror of https://github.com/RipMeApp/ripme.git synced 2025-04-20 20:01:51 +02:00

Remove 404 test URL from ArtStationRipperTest

This commit is contained in:
MetaPrime 2025-02-02 01:31:52 -08:00
parent c85294127f
commit f4ea0fee3e

View File

@ -20,7 +20,6 @@ public class ArtStationRipperTest extends RippersTest {
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);