Fixed sytax issue
This commit is contained in:
parent
181ce934b2
commit
7cca4ff5b2
@ -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"));
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user