Fix pig
This commit is contained in:
parent
4a6acf7de4
commit
7d6a5656ea
|
|
@ -33,7 +33,7 @@ public class Pig extends Spider {
|
|||
for (Element element : doc.select("li.menu-item > a")) {
|
||||
String typeId = element.attr("href").replace(siteUrl, "");
|
||||
String typeName = element.text();
|
||||
if (typeId.contains("goav.one")) break;
|
||||
if (typeId.contains("nowav.tv")) break;
|
||||
classes.add(new Class(typeId, typeName));
|
||||
}
|
||||
for (Element element : doc.select("div.media")) {
|
||||
|
|
|
|||
Binary file not shown.
|
|
@ -1 +1 @@
|
|||
a420c6cc18e20d8eff5bafdada357669
|
||||
fcdb43bf3c66db75008f5c8983895f39
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"spider": "https://ghproxy.com/https://raw.githubusercontent.com/FongMi/CatVodSpider/main/jar/custom_spider.jar;md5;a420c6cc18e20d8eff5bafdada357669",
|
||||
"spider": "https://ghproxy.com/https://raw.githubusercontent.com/FongMi/CatVodSpider/main/jar/custom_spider.jar;md5;fcdb43bf3c66db75008f5c8983895f39",
|
||||
"wallpaper": "https://gao.chuqiuyu.tk",
|
||||
"lives": [
|
||||
{
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"spider": "https://ghproxy.com/https://raw.githubusercontent.com/FongMi/CatVodSpider/main/jar/custom_spider.jar;md5;a420c6cc18e20d8eff5bafdada357669",
|
||||
"spider": "https://ghproxy.com/https://raw.githubusercontent.com/FongMi/CatVodSpider/main/jar/custom_spider.jar;md5;fcdb43bf3c66db75008f5c8983895f39",
|
||||
"wallpaper": "http://www.kf666888.cn/api/tvbox/img",
|
||||
"lives": [
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue