Readded support desuchan.net

This commit is contained in:
cyian-1756 2018-06-07 05:08:09 -04:00
parent 8ea588a4a5
commit dad016e5be

View File

@ -85,6 +85,9 @@ public class ChanRipper extends AbstractHTMLRipper {
return true; return true;
} }
} }
if (url.toExternalForm().contains("desuchan.net") && url.toExternalForm().contains("/res/")) {
return true;
}
return false; return false;
} }