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

added unit test for gwarchive

This commit is contained in:
cyian-1756 2018-01-06 13:03:42 -05:00
parent 4632e7ef59
commit 4f9418e8ba

View File

@ -15,4 +15,9 @@ public class CheveretoRipperTest extends RippersTest {
CheveretoRipper ripper = new CheveretoRipper(new URL("http://tag-fox.com/album/Thjb"));
testRipper(ripper);
}
public void testgwarchives() throws IOException {
CheveretoRipper ripper = new CheveretoRipper(new URL("https://gwarchives.com/album/ns4q"));
testRipper(ripper);
}
}