Merge pull request #416 from rephormat/CheveretoCleanup
Remove ripper and tests for gwarchives.com and hushpix.com
This commit is contained in:
commit
1e297c4ac7
@ -28,7 +28,7 @@ public class CheveretoRipper extends AbstractHTMLRipper {
|
|||||||
super(url);
|
super(url);
|
||||||
}
|
}
|
||||||
|
|
||||||
private static List<String> explicit_domains_1 = Arrays.asList("hushpix.com", "tag-fox.com", "gwarchives.com");
|
private static List<String> explicit_domains_1 = Arrays.asList("tag-fox.com");
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public String getHost() {
|
public String getHost() {
|
||||||
|
@ -6,18 +6,8 @@ import java.net.URL;
|
|||||||
import com.rarchives.ripme.ripper.rippers.CheveretoRipper;
|
import com.rarchives.ripme.ripper.rippers.CheveretoRipper;
|
||||||
|
|
||||||
public class CheveretoRipperTest extends RippersTest {
|
public class CheveretoRipperTest extends RippersTest {
|
||||||
public void testHushpix() throws IOException {
|
|
||||||
CheveretoRipper ripper = new CheveretoRipper(new URL("https://hushpix.com/album/gKcu"));
|
|
||||||
testRipper(ripper);
|
|
||||||
}
|
|
||||||
|
|
||||||
public void testTagFox() throws IOException {
|
public void testTagFox() throws IOException {
|
||||||
CheveretoRipper ripper = new CheveretoRipper(new URL("http://tag-fox.com/album/Thjb"));
|
CheveretoRipper ripper = new CheveretoRipper(new URL("http://tag-fox.com/album/Thjb"));
|
||||||
testRipper(ripper);
|
testRipper(ripper);
|
||||||
}
|
}
|
||||||
|
|
||||||
public void testgwarchives() throws IOException {
|
|
||||||
CheveretoRipper ripper = new CheveretoRipper(new URL("https://gwarchives.com/album/ns4q"));
|
|
||||||
testRipper(ripper);
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user