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

skip ads and channels from test.

This commit is contained in:
Andoni del Olmo 2016-07-04 11:43:18 +02:00 committed by GitHub
parent 0b6bae6ce3
commit 8644a4542a

View File

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