Fixed viewcomic ripper
This commit is contained in:
parent
85316c7646
commit
aaa662e282
@ -69,7 +69,7 @@ public class ViewcomicRipper extends AbstractHTMLRipper {
|
|||||||
@Override
|
@Override
|
||||||
public List<String> getURLsFromPage(Document doc) {
|
public List<String> getURLsFromPage(Document doc) {
|
||||||
List<String> result = new ArrayList<String>();
|
List<String> result = new ArrayList<String>();
|
||||||
for (Element el : doc.select("div.pinbin-copy > a > img")) {
|
for (Element el : doc.select("div.separator > a > img")) {
|
||||||
result.add(el.attr("src"));
|
result.add(el.attr("src"));
|
||||||
}
|
}
|
||||||
return result;
|
return result;
|
||||||
|
Loading…
Reference in New Issue
Block a user