Add test for thisis.delvecomic.com
This commit is contained in:
parent
bb0678644c
commit
9632fcd554
@ -30,6 +30,7 @@ public class WordpressComicRipper extends AbstractHTMLRipper {
|
||||
// http://www.konradokonski.com/sawdust/
|
||||
// http://www.konradokonski.com/wiory/
|
||||
// http://freeadultcomix.com/finders-feepaid-in-full-sparrow/
|
||||
// http://thisis.delvecomic.com/NewWP/comic/in-too-deep/
|
||||
// http://tnbtu.com/comic/01-00/
|
||||
// http://shipinbottle.pepsaga.com/?p=281
|
||||
|
||||
|
@ -14,6 +14,7 @@ public class WordpressComicRipperTest extends RippersTest {
|
||||
// http://www.konradokonski.com/sawdust/
|
||||
// http://www.konradokonski.com/wiory/
|
||||
// http://freeadultcomix.com/finders-feepaid-in-full-sparrow/
|
||||
// http://thisis.delvecomic.com/NewWP/comic/in-too-deep/
|
||||
// http://tnbtu.com/comic/01-00/
|
||||
// http://shipinbottle.pepsaga.com/?p=281
|
||||
|
||||
@ -63,6 +64,12 @@ public class WordpressComicRipperTest extends RippersTest {
|
||||
testRipper(ripper);
|
||||
}
|
||||
|
||||
public void test_delvecomic() throws IOException {
|
||||
WordpressComicRipper ripper = new WordpressComicRipper(
|
||||
new URL("http://thisis.delvecomic.com/NewWP/comic/in-too-deep/"));
|
||||
testRipper(ripper);
|
||||
}
|
||||
|
||||
public void test_tnbtu() throws IOException {
|
||||
WordpressComicRipper ripper = new WordpressComicRipper(
|
||||
new URL("http://tnbtu.com/comic/01-00/"));
|
||||
|
Loading…
x
Reference in New Issue
Block a user