Skip to content

Commit 672c3c2

Browse files
committed
Add 4archive.org example to ChanRipperTest.java
1 parent dad21cd commit 672c3c2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/test/java/com/rarchives/ripme/tst/ripper/rippers/ChanRipperTest.java

+1
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ public void testChanURLPasses() throws IOException, URISyntaxException {
2727
passURLs.add(new URI("https://boards.4chan.org/hr/thread/3015701").toURL());
2828
passURLs.add(new URI("http://7chan.org/gif/res/25873.html").toURL());
2929
passURLs.add(new URI("https://rbt.asia/g/thread/70643087/").toURL()); // must work with TLDs with len of 4
30+
passURLs.add(new URI("https://4archive.org/board/hr/thread/2770629").toURL());
3031
for (URL url : passURLs) {
3132
ChanRipper ripper = new ChanRipper(url);
3233
// Use CompletableFuture to run setup() asynchronously

0 commit comments

Comments
 (0)