Skip to content

Commit

Permalink
Fix Ysgc.
Browse files Browse the repository at this point in the history
  • Loading branch information
小黄瓜 committed Jan 17, 2022
1 parent bbc670b commit 5b88bf2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/java/com/github/catvod/spider/Ysgc.java
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,7 @@ public String playerContent(String flag, String id, List<String> vipFlags) {
result.put("header", "{\"Referer\":\"https://www.ysgc.cc/\"}");
}
return result.toString();
} else if (id.contains("duoduozy.com")) {
} else if (id.contains("duoduozy.com") || id.contains("m3u8.cache.suoyo.cc")) {
String uuu = "https://www.6080kan.cc/app.php?url=" + id;
SpiderReqResult srr = SpiderReq.get(new SpiderUrl(uuu, null));
return Misc.jsonParse(id, srr.content).toString();
Expand Down

0 comments on commit 5b88bf2

Please sign in to comment.