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:
parent
c85294127f
commit
f4ea0fee3e
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user