Skip to content

Commit

Permalink
fix ohmanhua
Browse files Browse the repository at this point in the history
  • Loading branch information
Haleydu committed Oct 7, 2020
1 parent 378a577 commit 6b5b86a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/src/main/java/com/hiroshi/cimoc/source/Ohmanhua.java
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ public class Ohmanhua extends MangaParser {

public static final int TYPE = 71;
public static final String DEFAULT_TITLE = "oh漫画";
private static final String baseUrl = "https://www.ohmanhua.com";
private static final String serverUrl = "https://img.ohmanhua.com/comic/";
private static final String baseUrl = "https://www.cocomanhua.com";
private static final String serverUrl = "https://img.cocomanhua.com/comic/";

public Ohmanhua(Source source) {
init(source, null);
Expand Down Expand Up @@ -81,7 +81,7 @@ public String getUrl(String cid) {

@Override
protected void initUrlFilterList() {
filter.add(new UrlFilter("www.ohmanhua.com"));
filter.add(new UrlFilter("www.cocomanhua.com"));
}

@Override
Expand Down

0 comments on commit 6b5b86a

Please sign in to comment.