Skip to content

Commit 79b4c9e

Browse files
committed
Fix MrCongRipper not finding any images
1 parent 3f9dab7 commit 79b4c9e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/java/com/rarchives/ripme/ripper/rippers/MrCongRipper.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,7 @@ public List<String> getURLsFromPage(Document doc) { // gets the urls of the imag
167167
if (imageSource == null || imageSource.isEmpty()) {
168168
imageSource = el.attr("src");
169169
}
170+
result.add(imageSource);
170171
}
171172

172173
System.out.println("\n1.)Printing List: " + result + "\n");

0 commit comments

Comments
 (0)