Skip to content

Commit

Permalink
Add 4archive.org example to ChanRipperTest.java
Browse files Browse the repository at this point in the history
  • Loading branch information
metaprime committed Feb 3, 2025
1 parent 9a782d0 commit e4c48d2
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ public void testChanURLPasses() throws IOException, URISyntaxException {
passURLs.add(new URI("https://boards.4chan.org/hr/thread/3015701").toURL());
passURLs.add(new URI("http://7chan.org/gif/res/25873.html").toURL());
passURLs.add(new URI("https://rbt.asia/g/thread/70643087/").toURL()); // must work with TLDs with len of 4
passURLs.add(new URI("https://4archive.org/board/hr/thread/2770629").toURL());
for (URL url : passURLs) {
ChanRipper ripper = new ChanRipper(url);
// Use CompletableFuture to run setup() asynchronously
Expand Down

0 comments on commit e4c48d2

Please sign in to comment.