Skip to content
This repository was archived by the owner on Sep 4, 2021. It is now read-only.

Commit 6224ddd

Browse files
committed
Fix dmzj source in manhuadui.
1 parent 7f18630 commit 6224ddd

File tree

1 file changed

+4
-0
lines changed
  • app/src/main/java/com/hiroshi/cimoc/source

1 file changed

+4
-0
lines changed

app/src/main/java/com/hiroshi/cimoc/source/MH50.java

+4
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,10 @@ public List<ImageUrl> parseImages(String html) {
168168
for (int i = 0; i != imageListSize; ++i) {
169169
String key = imageList.getString(i);
170170
String imageUrl = getImageUrlByKey(key, server[0], chapterPath);
171+
172+
if(imageUrl.indexOf("images.dmzj.com") >= 0)
173+
imageUrl = "https://img01.eshanyao.com/showImage.php?url=" + imageUrl;
174+
171175
list.add(new ImageUrl(i + 1, imageUrl, false));
172176
}
173177

0 commit comments

Comments
 (0)