mirror of
https://github.com/RipMeApp/ripme.git
synced 2025-08-25 23:06:22 +02:00
Fixed sytax issue
This commit is contained in:
@@ -155,6 +155,7 @@ public class XhamsterRipper extends AbstractHTMLRipper {
|
||||
} catch (IOException e) {
|
||||
LOGGER.error("Was unable to load page " + pageWithImageUrl);
|
||||
}
|
||||
}
|
||||
} else {
|
||||
result.add(doc.select("div.player-container > a").attr("href"));
|
||||
}
|
||||
|
Reference in New Issue
Block a user