SinnerComics: Added work around for naming bug (#472)
This commit is contained in:
parent
9889daab44
commit
b3873b26b4
@ -74,6 +74,7 @@ public class SinnercomicsRipper extends AbstractHTMLRipper {
|
|||||||
List<String> result = new ArrayList<String>();
|
List<String> result = new ArrayList<String>();
|
||||||
for (Element el : doc.select("meta[property=og:image]")) {
|
for (Element el : doc.select("meta[property=og:image]")) {
|
||||||
String imageSource = el.attr("content");
|
String imageSource = el.attr("content");
|
||||||
|
imageSource = imageSource.replace(" alt=", "");
|
||||||
result.add(imageSource);
|
result.add(imageSource);
|
||||||
}
|
}
|
||||||
return result;
|
return result;
|
||||||
|
Loading…
Reference in New Issue
Block a user