Removed questionable code which caused ripme to assume all sites with '/thread/ and '/res/' in the url are chans
This commit is contained in:
parent
a02933f0d2
commit
b7c4a25f7e
@ -85,8 +85,7 @@ public class ChanRipper extends AbstractHTMLRipper {
|
||||
return true;
|
||||
}
|
||||
}
|
||||
return url.toExternalForm().contains("/res/") // Most chans
|
||||
|| url.toExternalForm().contains("/thread/"); // 4chan, archive.moe
|
||||
return false;
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user