mirror of
https://github.com/RipMeApp/ripme.git
synced 2025-08-27 07:44:20 +02:00
Fixed viewcomic ripper
This commit is contained in:
@@ -69,7 +69,7 @@ public class ViewcomicRipper extends AbstractHTMLRipper {
|
||||
@Override
|
||||
public List<String> getURLsFromPage(Document doc) {
|
||||
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"));
|
||||
}
|
||||
return result;
|
||||
|
Reference in New Issue
Block a user