src/test/java/com/hxh/spring/test/video/YouKuTest.java
@@ -36,7 +36,7 @@ @Test public void test1() { try { youKuVideoUpdate.updateLatestVideo("ceba4745ea10415eb791"); youKuVideoUpdate.updateLatestVideo("bb8e820fe05d414a8232"); } catch (Exception e) { e.printStackTrace(); } @@ -44,7 +44,7 @@ @Test public void test2() { List<YouKuShowDetail> details = youKuService.list("电视剧", 2, 700); List<YouKuShowDetail> details = youKuService.list("电影", 1, 2000); for (YouKuShowDetail detail : details) { try { InternetSearchVideo video = InternetSearchVideoFactory.create(detail);