mirror of
https://github.com/LamGC/ContentGrabbingJi.git
synced 2025-07-04 22:37:26 +00:00
initial commit
This commit is contained in:
@ -0,0 +1,15 @@
|
||||
package net.lamgc.cgj.pixiv;
|
||||
|
||||
import org.junit.Test;
|
||||
|
||||
public class PixivSearchBuilderTest {
|
||||
|
||||
@Test
|
||||
public void buildTest() {
|
||||
PixivSearchBuilder builder = new PixivSearchBuilder("hololive");
|
||||
//builder.addExcludeKeyword("fubuki").addExcludeKeyword("minato");
|
||||
builder.addIncludeKeyword("35").addIncludeKeyword("okayu").addIncludeKeyword("百鬼あやめ");
|
||||
System.out.println(builder.buildURL());
|
||||
}
|
||||
|
||||
}
|
Reference in New Issue
Block a user