use of org.schabi.newpipe.extractor.services.youtube.YoutubeSuggestionExtractor in project NewPipe by TeamNewPipe.
the class YoutubeSearchResultTest method setUp.
@Before
public void setUp() throws Exception {
NewPipe.init(Downloader.getInstance());
SuggestionExtractor engine = new YoutubeSuggestionExtractor(0);
suggestionReply = engine.suggestionList("hello", "de");
}
Aggregations