Merge pull request #379 from cyian-1756/chevereto
Added gwarchives support to the cheveretoRipper
This commit is contained in:
commit
7cedfb9b4a
@ -28,7 +28,7 @@ public class CheveretoRipper extends AbstractHTMLRipper {
|
||||
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
|
||||
public String getHost() {
|
||||
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user