mirror of
https://github.com/RipMeApp/ripme.git
synced 2025-08-28 16:19:58 +02:00
Merge pull request #800 from cyian-1756/desuarchive
Added support for Desuarchive.org
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user