diff options
| author | Pinapelz <donaldshan1@outlook.com> | 2023-04-29 20:54:57 -0700 |
|---|---|---|
| committer | Pinapelz <donaldshan1@outlook.com> | 2023-04-29 20:54:57 -0700 |
| commit | 37ff6f5574564110fbbb18d4a5786da34bd4a3f5 (patch) | |
| tree | 1cc017e1d428701ddfc423761ffb0f54d8f91e3d /README.md | |
| parent | e524e65bb5525885ca011c5c591583441822d521 (diff) | |
Fixed bug with not being able to pass in singular Orgnization enum
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) { |
