Skip to content

Files

Latest commit

ab8cc0f · Oct 26, 2020

History

History
32 lines (22 loc) · 846 Bytes

README.md

File metadata and controls

32 lines (22 loc) · 846 Bytes

YouTube Search API

Simple library for searching YT video

Badges

CodeFactor

How to use

String key = "api key";

YouTubeSearchClient client = new YouTubeSearchClient(key);

String output = client.Search("anime", "snippet", "video", 10);

System.out.println(output);

the output will give 10 video with "anime" keyword in JSON format.

or if you don't have api key use this:

YoutubeClient client = new YoutubeClient();

List<YoutubeVideo> video = client.search("anime", 5);

this will give 5 video with "anime" keyword.

Build

  • Build with JDK 8

Donation

ko-fi