Skip to content

Commit

Permalink
fix YKMH
Browse files Browse the repository at this point in the history
  • Loading branch information
Haleydu committed Apr 25, 2021
1 parent b88bc00 commit 911ca11
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ else {
buildVersion = cmdGetCommitNums.execute().text.trim().toInteger()
cmdGetTagname = 'git describe --abbrev=0'

buildVersion = 184
version = cmdGetTagname.execute().text.trim()
}

Expand Down
2 changes: 1 addition & 1 deletion app/src/main/java/com/hiroshi/cimoc/source/YKMH.java
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ public class YKMH extends MangaParser {
public static final int TYPE = 91;
public static final String DEFAULT_TITLE = "优酷漫画";
public final String Host = "https://www.ykmh.com/";
public final String mHost = "https://m.ykmh.com/";
public final String mHost = "https://wap.ykmh.com/";

public YKMH(Source source) {
init(source, null);
Expand Down

0 comments on commit 911ca11

Please sign in to comment.