mirror of
https://github.com/RipMeApp/ripme.git
synced 2025-08-13 17:34:13 +02:00
Merge pull request #1796 from soloturn/test1
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) {
|
public List<String> getURLsFromPage(Document doc) {
|
||||||
List<String> result = new ArrayList<>();
|
List<String> result = new ArrayList<>();
|
||||||
for (Element el : doc.select(".wp-manga-chapter-img")) {
|
for (Element el : doc.select(".wp-manga-chapter-img")) {
|
||||||
result.add(el.attr("src"));
|
result.add(el.attr("data-src"));
|
||||||
}
|
}
|
||||||
return result;
|
return result;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user