diff options
| author | Pinapelz <donaldshan1@outlook.com> | 2023-04-06 11:12:32 -0700 |
|---|---|---|
| committer | Pinapelz <donaldshan1@outlook.com> | 2023-04-06 11:12:32 -0700 |
| commit | d45d80e6cb22555e75bddbdcc886d9f8c5fe20a8 (patch) | |
| tree | b7ac5d0614e3479a661f301c4bbfeb477fd3484b /README.md | |
| parent | ab71614c84039ce65e9465ba024561939e24af05 (diff) | |
Changed VideoMetadataQueryBuilder.java to VideoByVideoIdQueryBuilder.java0.04
Removed confusing naming
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -25,7 +25,7 @@ channelQuery.setOrg("Nijisanji"); channelQuery.setLimit(75); List<Channel> nijisanjiMembers = holodex.getChannels(channelQuery); -Video anotherVideo = holodex.getVideo(new VideoMetadataQueryBuilder().setVideoId("9-O_IWM3184").setLang("en")); +Video anotherVideo = holodex.getVideo(new VideoByVideoIdQueryBuilder().setVideoId("9-O_IWM3184").setLang("en")); System.out.println(anotherVideo.channel.name + " uploaded a video titled " + anotherVideo.title + " on " + anotherVideo.published_at); ``` |
