Merge branch 'main' of https://github.com/FongMi/CatVodSpider
This commit is contained in:
commit
43e855c5b3
|
|
@ -15,7 +15,7 @@ public class Card {
|
|||
|
||||
@SerializedName("name")
|
||||
private String name;
|
||||
@SerializedName("img")
|
||||
@SerializedName(value = "img", alternate = "picurl")
|
||||
private String img;
|
||||
@SerializedName("id")
|
||||
private String id;
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@ import java.util.List;
|
|||
public class Detail {
|
||||
|
||||
@SerializedName("id")
|
||||
private Integer id;
|
||||
private String id;
|
||||
@SerializedName("videos")
|
||||
private List<Video> videos;
|
||||
@SerializedName("actor")
|
||||
|
|
@ -34,7 +34,7 @@ public class Detail {
|
|||
return new Gson().fromJson(str, Detail.class);
|
||||
}
|
||||
|
||||
public Integer getId() {
|
||||
public String getId() {
|
||||
return id;
|
||||
}
|
||||
|
||||
|
|
|
|||
Binary file not shown.
|
|
@ -1 +1 @@
|
|||
762da1e25500a10f2bd1c672a145b836
|
||||
a954689c65dff0bf8728a895798bb68a
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"spider": "https://raw.githubusercontent.com/FongMi/CatVodSpider/main/jar/custom_spider.jar;md5;762da1e25500a10f2bd1c672a145b836",
|
||||
"spider": "https://raw.githubusercontent.com/FongMi/CatVodSpider/main/jar/custom_spider.jar;md5;a954689c65dff0bf8728a895798bb68a",
|
||||
"wallpaper": "https://gao.chuqiuyu.tk",
|
||||
"sites": [
|
||||
{
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"spider": "https://raw.githubusercontent.com/FongMi/CatVodSpider/main/jar/custom_spider.jar;md5;762da1e25500a10f2bd1c672a145b836",
|
||||
"wallpaper": "http://饭太硬.ga/深色壁纸/api.php",
|
||||
"spider": "https://raw.githubusercontent.com/FongMi/CatVodSpider/main/jar/custom_spider.jar;md5;a954689c65dff0bf8728a895798bb68a",
|
||||
"wallpaper": "http://饭太硬.top/深色壁纸/api.php",
|
||||
"sites": [
|
||||
{
|
||||
"key": "本地",
|
||||
|
|
|
|||
Loading…
Reference in New Issue