Update AList.java

pull/69/head
FongMi 3 years ago
parent b124c3c2cd
commit cfa8d12e83
  1. 3
      app/src/main/java/com/github/catvod/spider/AList.java

@ -166,8 +166,7 @@ public class AList extends Spider {
String response = OkHttp.postJson(drive.searchApi(), drive.params(keyword));
List<Item> items = Item.arrayFrom(getSearchJson(drive.isNew(), response));
for (Item item : items) if (!item.ignore(drive.isNew())) list.add(item.getVod(drive));
} catch (Exception e) {
e.printStackTrace();
} catch (Exception ignored) {
} finally {
cd.countDown();
}

Loading…
Cancel
Save