mirror of
https://github.com/RipMeApp/ripme.git
synced 2025-04-22 12:42:02 +02:00
Merge pull request #1619 from felixaufreisen/issue1607
Fix MotherlessRipper
This commit is contained in:
commit
2f0b78dd3d
@ -81,7 +81,7 @@ public class MotherlessRipper extends AbstractHTMLRipper {
|
||||
protected List<String> getURLsFromPage(Document page) {
|
||||
List<String> pageURLs = new ArrayList<>();
|
||||
|
||||
for (Element thumb : page.select("div.thumb a.img-container")) {
|
||||
for (Element thumb : page.select("div.thumb-container a.img-container")) {
|
||||
if (isStopped()) {
|
||||
break;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user