pull/69/head
FongMi 3 years ago
parent 046bab2fa8
commit 9efb3fec38
  1. 2
      README.md
  2. 2
      tools/src/main/java/com/fongmi/tools/Run.java

@ -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)

@ -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);
}
}

Loading…
Cancel
Save