|
|
|
|
@ -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(); |
|
|
|
|
} |
|
|
|
|
|