Fix pig
This commit is contained in:
parent
12ea126a78
commit
1bf984d18d
|
|
@ -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.
|
|
@ -1 +1 @@
|
||||||
a420c6cc18e20d8eff5bafdada357669
|
fcdb43bf3c66db75008f5c8983895f39
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue