mirror of
https://github.com/RipMeApp/ripme.git
synced 2025-08-13 17:34:13 +02:00
src --> data-src in AllporncomicRipper
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user