aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorPinapelz <yukais6@uci.edu>2023-04-29 20:48:06 -0700
committerPinapelz <yukais6@uci.edu>2023-04-29 20:48:46 -0700
commit6d7f2848d6d6a48dc1de8e926c1bc0164d144b0b (patch)
tree0409a052ba2fecf95c22a4a23704f031a292a986 /README.md
parente524e65bb5525885ca011c5c591583441822d521 (diff)
Fixed bug with not being able to pass in singular Orgnization enum1.4
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index b0ad51d..e23ecd8 100644
--- a/README.md
+++ b/README.md
@@ -53,7 +53,7 @@ public class App {
}
System.out.println("\n\n\nNow Searching Comments");
- String word = "Mumei";
+ String word = "yabe";
Object scr = holodex.searchComment(new CommentSearchQueryBuilder().setOrg(List.of("Hololive")).setComment(List.of(word)).setLimit(1).setPaginated(false));
System.out.println("--- Search Results for comments containing kw: " + word + " ---");
for (SimpleCommentVideo video : (List<SimpleCommentVideo>) scr) {
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage