mirror of
https://github.com/RipMeApp/ripme.git
synced 2025-08-27 07:44:20 +02:00
Removed questionable code which caused ripme to assume all sites with '/thread/ and '/res/' in the url are chans
This commit is contained in:
@@ -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
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Reference in New Issue
Block a user