Fix proxy
This commit is contained in:
parent
046bab2fa8
commit
9efb3fec38
|
|
@ -7,5 +7,5 @@ https://github.com/CatVodTVOfficial/CatVodTVSpider
|
||||||
### Usage
|
### Usage
|
||||||
|
|
||||||
[fastgit](https://raw.fastgit.org/FongMi/CatVodSpider/main/json/config.json)
|
[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)
|
[https://fongmi.page.link/cat](https://fongmi.page.link/cat)
|
||||||
|
|
|
||||||
|
|
@ -52,7 +52,7 @@ public class Run {
|
||||||
for (Group group : groups) {
|
for (Group group : groups) {
|
||||||
for (Channel channel : group.getChannel()) {
|
for (Channel channel : group.getChannel()) {
|
||||||
channel.number(String.format(Locale.getDefault(), "%03d", ++number));
|
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);
|
combine(channel);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue