Fixed sytax issue

This commit is contained in:
cyian-1756 2018-10-06 09:11:22 -04:00
parent 181ce934b2
commit 7cca4ff5b2
1 changed files with 1 additions and 0 deletions

View File

@ -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"));
}