diff --git a/README.md b/README.md index 3e88d4e7..963c5092 100644 --- a/README.md +++ b/README.md @@ -7,5 +7,5 @@ https://github.com/CatVodTVOfficial/CatVodTVSpider ### Usage [fastgit](https://raw.fastgit.org/FongMi/CatVodSpider/main/json/config.json) -[gh-proxy](https://gh-proxy.com/https://raw.githubusercontent.com/FongMi/CatVodSpider/main/json/config.json) +[ghproxy](https://ghproxy.com/https://raw.githubusercontent.com/FongMi/CatVodSpider/main/json/config.json) [https://fongmi.page.link/cat](https://fongmi.page.link/cat) diff --git a/tools/src/main/java/com/fongmi/tools/Run.java b/tools/src/main/java/com/fongmi/tools/Run.java index 4733cbc9..3598b3c1 100644 --- a/tools/src/main/java/com/fongmi/tools/Run.java +++ b/tools/src/main/java/com/fongmi/tools/Run.java @@ -52,7 +52,7 @@ public class Run { for (Group group : groups) { for (Channel channel : group.getChannel()) { channel.number(String.format(Locale.getDefault(), "%03d", ++number)); - channel.logo("https://gh-proxy.com/https://raw.githubusercontent.com/FongMi/TV/release/app/src/leanback/res/drawable-xxhdpi/ic_live.png"); + channel.logo("https://ghproxy.com/https://raw.githubusercontent.com/FongMi/TV/release/app/src/main/res/drawable-xxhdpi/ic_img_empty.png"); combine(channel); } }