This commit is contained in:
FongMi 2022-11-18 13:33:28 +08:00
parent 12ea126a78
commit 1bf984d18d
3 changed files with 2 additions and 2 deletions

View File

@ -33,7 +33,7 @@ public class Pig extends Spider {
for (Element element : doc.select("li.menu-item > a")) { for (Element element : doc.select("li.menu-item > a")) {
String typeId = element.attr("href").replace(siteUrl, ""); String typeId = element.attr("href").replace(siteUrl, "");
String typeName = element.text(); String typeName = element.text();
if (typeId.contains("goav.one")) break; if (typeId.contains("nowav.tv")) break;
classes.add(new Class(typeId, typeName)); classes.add(new Class(typeId, typeName));
} }
for (Element element : doc.select("div.media")) { for (Element element : doc.select("div.media")) {

Binary file not shown.

View File

@ -1 +1 @@
a420c6cc18e20d8eff5bafdada357669 fcdb43bf3c66db75008f5c8983895f39