Myhentaicomics ripper no longer tries to download ads
This commit is contained in:
parent
000acbe739
commit
990a60a58e
@ -241,7 +241,7 @@ public class MyhentaicomicsRipper extends AbstractHTMLRipper {
|
|||||||
for (Element el : doc.select("img")) {
|
for (Element el : doc.select("img")) {
|
||||||
String imageSource = el.attr("src");
|
String imageSource = el.attr("src");
|
||||||
// This bool is here so we don't try and download the site logo
|
// This bool is here so we don't try and download the site logo
|
||||||
if (!imageSource.startsWith("http://")) {
|
if (!imageSource.startsWith("http://") && !imageSource.startsWith("https://")) {
|
||||||
// We replace thumbs with resizes so we can the full sized images
|
// We replace thumbs with resizes so we can the full sized images
|
||||||
imageSource = imageSource.replace("thumbs", "resizes");
|
imageSource = imageSource.replace("thumbs", "resizes");
|
||||||
result.add("http://myhentaicomics.com/" + imageSource);
|
result.add("http://myhentaicomics.com/" + imageSource);
|
||||||
|
Loading…
Reference in New Issue
Block a user