We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f9dab7 commit 79b4c9eCopy full SHA for 79b4c9e
src/main/java/com/rarchives/ripme/ripper/rippers/MrCongRipper.java
@@ -167,6 +167,7 @@ public List<String> getURLsFromPage(Document doc) { // gets the urls of the imag
167
if (imageSource == null || imageSource.isEmpty()) {
168
imageSource = el.attr("src");
169
}
170
+ result.add(imageSource);
171
172
173
System.out.println("\n1.)Printing List: " + result + "\n");
0 commit comments