Fixed sytax issue

This commit is contained in:
cyian-1756 2018-10-06 09:11:22 -04:00
parent 181ce934b2
commit 7cca4ff5b2

View File

@ -155,6 +155,7 @@ public class XhamsterRipper extends AbstractHTMLRipper {
} catch (IOException e) { } catch (IOException e) {
LOGGER.error("Was unable to load page " + pageWithImageUrl); LOGGER.error("Was unable to load page " + pageWithImageUrl);
} }
}
} else { } else {
result.add(doc.select("div.player-container > a").attr("href")); result.add(doc.select("div.player-container > a").attr("href"));
} }