1
0
mirror of https://github.com/RipMeApp/ripme.git synced 2025-08-29 16:50:10 +02:00

Added support for Desuarchive.org

This commit is contained in:
cyian-1756
2018-07-12 13:44:45 -04:00
parent ea00d90a07
commit 3553118b54

View File

@@ -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;
}