mirror of
https://github.com/RipMeApp/ripme.git
synced 2025-01-18 21:17:59 +01:00
Ignore ads on 8muses ripper
This commit is contained in:
parent
6d3d3f6586
commit
7235cac91a
@ -120,6 +120,10 @@ public class EightmusesRipper extends AbstractHTMLRipper {
|
||||
logger.warn("Thumb does not have data-cfsrc or src: " + thumb);
|
||||
continue;
|
||||
}
|
||||
if (!image.contains("8muses.com")) {
|
||||
// Not hosted on 8mues.
|
||||
continue;
|
||||
}
|
||||
// Remove relative directory path naming
|
||||
image = image.replaceAll("\\.\\./", "");
|
||||
if (image.startsWith("//")) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user