Added gwarchives support to the cheveretoRipper

This commit is contained in:
cyian-1756 2018-01-06 12:24:22 -05:00
parent 9b4137e094
commit 4632e7ef59

View File

@ -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"); private static List<String> explicit_domains_1 = Arrays.asList("hushpix.com", "tag-fox.com", "gwarchives.com");
@Override @Override
public String getHost() { public String getHost() {