mirror of
https://github.com/RipMeApp/ripme.git
synced 2025-09-01 09:53:53 +02:00
@@ -159,7 +159,7 @@ public class XhamsterRipper extends AbstractHTMLRipper {
|
|||||||
if (!isVideoUrl(url)) {
|
if (!isVideoUrl(url)) {
|
||||||
if (!doc.select("div.picture_view > div.pictures_block > div.items > div.item-container > a.item").isEmpty()) {
|
if (!doc.select("div.picture_view > div.pictures_block > div.items > div.item-container > a.item").isEmpty()) {
|
||||||
// Old HTML structure is still present at some places
|
// Old HTML structure is still present at some places
|
||||||
for (Element page : doc.select("div.picture_view > div.pictures_block > div.items > div.item-container > a.item")) {
|
for (Element page : doc.select(".clearfix > div > a.slided")) {
|
||||||
// Make sure we don't waste time running the loop if the ripper has been stopped
|
// Make sure we don't waste time running the loop if the ripper has been stopped
|
||||||
if (isStopped()) {
|
if (isStopped()) {
|
||||||
break;
|
break;
|
||||||
|
Reference in New Issue
Block a user