Example #1
0
 @Test
 public void testCaptureDetailPage() {
   BookMetadata meta =
       defaultBookMetadataCapture.captureDetailPage("3008142", BookMetadataSource.YOU_LU);
   System.out.println(meta);
   Assert.assertNotNull(meta);
 }
Example #2
0
 @Test
 public void testCaptureListPage() {
   BookMetadata meta = defaultBookMetadataCapture.captureListPage("9787301140314");
   System.out.println(meta);
   Assert.assertNotNull(meta);
 }