Added support for Desuarchive.org
This commit is contained in:
parent
ea00d90a07
commit
3553118b54
@ -97,6 +97,9 @@ public class ChanRipper extends AbstractHTMLRipper {
|
||||
if (url.toExternalForm().contains("xchan.pw") && url.toExternalForm().contains("/board/")) {
|
||||
return true;
|
||||
}
|
||||
if (url.toExternalForm().contains("desuarchive.org")) {
|
||||
return true;
|
||||
}
|
||||
return false;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user