Update ali error msg
This commit is contained in:
parent
fbe97b75b9
commit
e5bd8aae0f
|
|
@ -112,6 +112,7 @@ public class Ali {
|
||||||
List<String> playUrls = new ArrayList<>();
|
List<String> playUrls = new ArrayList<>();
|
||||||
List<String> names = new ArrayList<>(name2id.keySet());
|
List<String> names = new ArrayList<>(name2id.keySet());
|
||||||
for (String name : names) playUrls.add(Trans.get(name) + "$" + name2id.get(name) + findSubs(name, subMap));
|
for (String name : names) playUrls.add(Trans.get(name) + "$" + name2id.get(name) + findSubs(name, subMap));
|
||||||
|
if (playUrls.isEmpty()) Init.show("來晚啦,該分享已失效。");
|
||||||
List<String> sourceUrls = new ArrayList<>();
|
List<String> sourceUrls = new ArrayList<>();
|
||||||
sourceUrls.add(TextUtils.join("#", playUrls));
|
sourceUrls.add(TextUtils.join("#", playUrls));
|
||||||
sourceUrls.add(TextUtils.join("#", playUrls));
|
sourceUrls.add(TextUtils.join("#", playUrls));
|
||||||
|
|
@ -120,7 +121,6 @@ public class Ali {
|
||||||
vod.setVodContent(url);
|
vod.setVodContent(url);
|
||||||
vod.setVodPic(object.getString("avatar"));
|
vod.setVodPic(object.getString("avatar"));
|
||||||
vod.setVodName(object.getString("share_name"));
|
vod.setVodName(object.getString("share_name"));
|
||||||
if (sourceUrls.isEmpty()) Init.show("來晚啦,該分享已失效。");
|
|
||||||
vod.setVodPlayUrl(TextUtils.join("$$$", sourceUrls));
|
vod.setVodPlayUrl(TextUtils.join("$$$", sourceUrls));
|
||||||
vod.setVodPlayFrom("原畫$$$普畫");
|
vod.setVodPlayFrom("原畫$$$普畫");
|
||||||
vod.setTypeName("阿里雲盤");
|
vod.setTypeName("阿里雲盤");
|
||||||
|
|
|
||||||
Binary file not shown.
|
|
@ -1 +1 @@
|
||||||
3324dc756e8db4f976917861d81e999e
|
cb28e75e52c19b1f09d8e2bc0bd090a0
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
{
|
{
|
||||||
"spider": "https://ghproxy.com/https://raw.githubusercontent.com/FongMi/CatVodSpider/main/jar/custom_spider.jar;md5;3324dc756e8db4f976917861d81e999e",
|
"spider": "https://ghproxy.com/https://raw.githubusercontent.com/FongMi/CatVodSpider/main/jar/custom_spider.jar;md5;cb28e75e52c19b1f09d8e2bc0bd090a0",
|
||||||
"wallpaper": "https://gao.chuqiuyu.tk",
|
"wallpaper": "https://gao.chuqiuyu.tk",
|
||||||
"lives": [
|
"lives": [
|
||||||
{
|
{
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
{
|
{
|
||||||
"spider": "https://ghproxy.com/https://raw.githubusercontent.com/FongMi/CatVodSpider/main/jar/custom_spider.jar;md5;3324dc756e8db4f976917861d81e999e",
|
"spider": "https://ghproxy.com/https://raw.githubusercontent.com/FongMi/CatVodSpider/main/jar/custom_spider.jar;md5;cb28e75e52c19b1f09d8e2bc0bd090a0",
|
||||||
"wallpaper": "http://www.kf666888.cn/api/tvbox/img",
|
"wallpaper": "http://www.kf666888.cn/api/tvbox/img",
|
||||||
"lives": [
|
"lives": [
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue