Removed questionable code which caused ripme to assume all sites with '/thread/ and '/res/' in the url are chans

This commit is contained in:
cyian-1756 2018-06-06 11:34:16 -04:00
parent a02933f0d2
commit b7c4a25f7e

View File

@ -85,8 +85,7 @@ public class ChanRipper extends AbstractHTMLRipper {
return true; return true;
} }
} }
return url.toExternalForm().contains("/res/") // Most chans return false;
|| url.toExternalForm().contains("/thread/"); // 4chan, archive.moe
} }
/** /**