mirror of
https://github.com/RipMeApp/ripme.git
synced 2025-02-21 06:32:42 +01:00
src --> data-src in AllporncomicRipper
This commit is contained in:
parent
73c9feb6e2
commit
2544b20ebc
@ -56,7 +56,7 @@ public class AllporncomicRipper extends AbstractHTMLRipper {
|
||||
public List<String> getURLsFromPage(Document doc) {
|
||||
List<String> result = new ArrayList<>();
|
||||
for (Element el : doc.select(".wp-manga-chapter-img")) {
|
||||
result.add(el.attr("src"));
|
||||
result.add(el.attr("data-src"));
|
||||
}
|
||||
return result;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user