1
0
mirror of https://github.com/TeamNewPipe/NewPipe synced 2024-06-25 22:53:20 +00:00

change test search term to avoid google ads.

This commit is contained in:
andoni 2016-07-03 16:25:32 +02:00
parent f65c08431c
commit 0b6bae6ce3

View File

@ -43,7 +43,7 @@ public class YoutubeSearchEngineTest extends AndroidTestCase {
SearchEngine engine = ServiceList.getService("Youtube")
.getSearchEngineInstance(new Downloader());
result = engine.search("star wars",
result = engine.search("cats",
0, "de", new Downloader()).getSearchResult();
suggestionReply = engine.suggestionList("hello","de",new Downloader());
}