Reduce the number of cats in giphy sticker search results.
This commit is contained in:
parent
3d237d72bd
commit
e38d41d67a
1 changed files with 1 additions and 1 deletions
|
@ -18,6 +18,6 @@ public class GiphyStickerLoader extends GiphyLoader {
|
|||
|
||||
@Override
|
||||
protected String getSearchUrl() {
|
||||
return "https://api.giphy.com/v1/stickers/search?q=cat&api_key=3o6ZsYH6U6Eri53TXy&offset=%d&limit=" + PAGE_SIZE + "&q=%s";
|
||||
return "https://api.giphy.com/v1/stickers/search?api_key=3o6ZsYH6U6Eri53TXy&offset=%d&limit=" + PAGE_SIZE + "&q=%s";
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue