Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No way to get top trending gifs? #4

Closed
gbildson opened this issue Feb 27, 2014 · 1 comment
Closed

No way to get top trending gifs? #4

gbildson opened this issue Feb 27, 2014 · 1 comment

Comments

@gbildson
Copy link

So I did this ...

  •    fetch = partial(self._fetch, 'search', q=(term or phrase))
    
  •    if term == 'trending':
    
  •        fetch = partial(self._fetch, 'trending')
    
  •    else:
    
  •        fetch = partial(self._fetch, 'search', q=(term or phrase))
    
@shaunduncan
Copy link
Owner

Hmm, I haven't looked at any recent changes to the giphy api, but let me see if I can find a solution for this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants