mirror of
https://github.com/RipMeApp/ripme.git
synced 2025-08-11 16:34:04 +02:00
comics-xxx.com no longer exists
This commit is contained in:
@@ -30,7 +30,6 @@ public class WordpressComicRipper extends AbstractHTMLRipper {
|
||||
// http://www.konradokonski.com/sawdust/
|
||||
// http://www.konradokonski.com/wiory/
|
||||
// http://freeadultcomix.com/finders-feepaid-in-full-sparrow/
|
||||
// http://comics-xxx.com/republic-rendezvous-palcomix-star-wars-xxx/
|
||||
// http://tnbtu.com/comic/01-00/
|
||||
// http://shipinbottle.pepsaga.com/?p=281
|
||||
|
||||
@@ -42,7 +41,6 @@ public class WordpressComicRipper extends AbstractHTMLRipper {
|
||||
"www.konradokonski.com",
|
||||
"freeadultcomix.com",
|
||||
"thisis.delvecomic.com",
|
||||
"comics-xxx.com",
|
||||
"tnbtu.com",
|
||||
"shipinbottle.pepsaga.com"
|
||||
);
|
||||
|
@@ -14,7 +14,6 @@ public class WordpressComicRipperTest extends RippersTest {
|
||||
// http://www.konradokonski.com/sawdust/
|
||||
// http://www.konradokonski.com/wiory/
|
||||
// http://freeadultcomix.com/finders-feepaid-in-full-sparrow/
|
||||
// http://comics-xxx.com/republic-rendezvous-palcomix-star-wars-xxx/
|
||||
// http://tnbtu.com/comic/01-00/
|
||||
// http://shipinbottle.pepsaga.com/?p=281
|
||||
|
||||
@@ -64,12 +63,6 @@ public class WordpressComicRipperTest extends RippersTest {
|
||||
testRipper(ripper);
|
||||
}
|
||||
|
||||
public void test_comicsxxx() throws IOException {
|
||||
WordpressComicRipper ripper = new WordpressComicRipper(
|
||||
new URL("http://comics-xxx.com/republic-rendezvous-palcomix-star-wars-xxx/"));
|
||||
testRipper(ripper);
|
||||
}
|
||||
|
||||
public void test_tnbtu() throws IOException {
|
||||
WordpressComicRipper ripper = new WordpressComicRipper(
|
||||
new URL("http://tnbtu.com/comic/01-00/"));
|
||||
|
Reference in New Issue
Block a user